Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update stackdriver expoerter to v0.13.6 in google cloud exporters #3360

Merged
merged 1 commit into from
May 10, 2021

Conversation

dashpole
Copy link
Contributor

This update contains census-ecosystem/opencensus-go-exporter-stackdriver#287, which should prevent open-telemetry/opentelemetry-collector#3047 from breaking google cloud exporters.

@punya

@dashpole dashpole requested a review from a team May 10, 2021 14:32
@bogdandrutu
Copy link
Member

Please rebase, then run make gotidy, then make to check for errors

@dashpole
Copy link
Contributor Author

@bogdandrutu done

@@ -141,7 +141,7 @@ func TestResourceMapper(t *testing.T) {
},
// Resource without matching config should be converted via default implementation
wantResource: &monitoredres.MonitoredResource{
Type: "global",
Type: "generic_task",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that this behavior was a bug, and was fixed by census-ecosystem/opencensus-go-exporter-stackdriver#286

@bogdandrutu bogdandrutu merged commit 4574e51 into open-telemetry:main May 10, 2021
@dashpole dashpole deleted the bump_sd branch May 11, 2021 15:15
alexperez52 referenced this pull request in open-o11y/opentelemetry-collector-contrib Aug 18, 2021
Go development practices favors returning concrete types over interfaces, so the users don't have to force cast the return value to the concrete type and the APIs self document the returned error type.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants