-
Notifications
You must be signed in to change notification settings - Fork 1.5k
chore(all): update opentelemetry-go-contrib monorepo #13415
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,7 +9,7 @@ replace ( | |
|
|
||
| require ( | ||
| cloud.google.com/go/spanner v1.86.1 | ||
| go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 | ||
| go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This update to |
||
| go.opentelemetry.io/otel v1.38.0 | ||
| go.opentelemetry.io/otel/sdk v1.38.0 | ||
| go.opentelemetry.io/otel/sdk/metric v1.38.0 | ||
|
|
@@ -47,7 +47,7 @@ require ( | |
| github.com/zeebo/errs v1.4.0 // indirect | ||
| go.opencensus.io v0.24.0 // indirect | ||
| go.opentelemetry.io/auto/sdk v1.1.0 // indirect | ||
| go.opentelemetry.io/contrib/detectors/gcp v1.36.0 // indirect | ||
| go.opentelemetry.io/contrib/detectors/gcp v1.38.0 // indirect | ||
| go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect | ||
| go.opentelemetry.io/otel/metric v1.38.0 // indirect | ||
| go.opentelemetry.io/otel/trace v1.38.0 // indirect | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The update to
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpctov0.63.0is a breaking change. TheStreamClientInterceptorfunction has been removed. If this function is used in theauthmodule, the build will fail. The following functions are also now deprecated and should be replaced:WithSpanOptionsExtractInjectAdditionally, the update to
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttptov0.63.0removes support for theOTEL_SEMCONV_STABILITY_OPT_INenvironment variable, which may alter behavior if it was being used for configuration.