[v14] Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.44.0 to 0.46.0#34562
[v14] Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.44.0 to 0.46.0#34562jentfoo wants to merge 5 commits intobranch/v14from
Conversation
…pc/otelgrpc Bumps [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.42.0 to 0.46.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.42.0...zpages/v0.46.0) --- updated-dependencies: - dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…pc/otelgrpc Bumps [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.42.0 to 0.46.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.42.0...zpages/v0.46.0) --- updated-dependencies: - dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
| go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 | ||
| go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 | ||
| go.opentelemetry.io/otel/sdk v1.19.0 |
There was a problem hiding this comment.
| go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 | |
| go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 | |
| go.opentelemetry.io/otel/sdk v1.19.0 | |
| go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.20.0 | |
| go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.20.0 | |
| go.opentelemetry.io/otel/sdk v1.20.0 |
There was a problem hiding this comment.
I am not sure how I can update these. Doing this update results in the following ambiguous import error:
github.com/gravitational/teleport/api/client imports
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc tested by
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc.test imports
google.golang.org/grpc/interop imports
golang.org/x/oauth2/google imports
cloud.google.com/go/compute/metadata: ambiguous import: found package cloud.google.com/go/compute/metadata in multiple modules:
cloud.google.com/go v0.34.0 (/home/mjensen/go/pkg/mod/cloud.google.com/go@v0.34.0/compute/metadata)
cloud.google.com/go/compute/metadata v0.2.3 (/home/mjensen/go/pkg/mod/cloud.google.com/go/compute/metadata@v0.2.3)
If I specify the metadata version in the go.mod it corrects this error, but if a go mod tidy is ran the manually specified metadata is removed and the error will return.
@rosstimothy or @codingllama is this something you have encountered before?
There was a problem hiding this comment.
$ cd api
$ go get cloud.google.com/go/compute/metadata@v0.34.0
$ go mod tidyThere was a problem hiding this comment.
Unfortunately this runs into the same issue I am running into. The following commands will complete successfully, however the go mod tidy will remove the added record and subsequent go mod tidy's (or builds) will fail.
rosstimothy
left a comment
There was a problem hiding this comment.
Updates to go.mod look good to me but the linter is complaining about a few additional places that we are using the deprecated interceptors.
|
Superseded by #34803 |
v14 update of
otelgrpcto address CVE-2023-47108. Examples were updated in #34536