fix(deps): update module go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc to v0.68.0 (main) - #21505
Merged
Segflow merged 1 commit intoApr 17, 2026
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate-sh-app
Bot
force-pushed
the
deps-update/main-go.opentelemetry.iocontribinstrumentationgoogle.golang.orggrpcotelgrpc
branch
19 times, most recently
from
April 17, 2026 10:09
d3760cd to
c113d89
Compare
Segflow
approved these changes
Apr 17, 2026
Segflow
left a comment
Contributor
There was a problem hiding this comment.
Approving: clean dep version bump (go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc → v0.68.0). Changes limited to go.mod, go.sum, and vendor/. All CI checks pass.
Segflow
enabled auto-merge (squash)
April 17, 2026 10:21
…google.golang.org/grpc/otelgrpc to v0.68.0 | datasource | package | from | to | | ---------- | --------------------------------------------------------------------------- | ------- | ------- | | go | go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc | v0.67.0 | v0.68.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
renovate-sh-app
Bot
force-pushed
the
deps-update/main-go.opentelemetry.iocontribinstrumentationgoogle.golang.orggrpcotelgrpc
branch
from
April 17, 2026 13:10
c113d89 to
a74e144
Compare
Segflow
deleted the
deps-update/main-go.opentelemetry.iocontribinstrumentationgoogle.golang.orggrpcotelgrpc
branch
April 17, 2026 13:18
This was referenced Apr 20, 2026
This was referenced May 20, 2026
This was referenced Jun 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.67.0→v0.68.0Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
Need help?
You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.
Note
Medium Risk
Telemetry behavior changes based on
OTEL_SEMCONV_STABILITY_OPT_IN, potentially altering gRPC span attributes and RPC duration metric names/units and impacting dashboards/alerts; no core request handling logic is changed.Overview
Updates
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpcfromv0.67.0tov0.68.0(including vendored code and checksums), plus a smallgoogle.golang.org/genproto/googleapis/rpcbump.The new vendored
otelgrpcadds semantic convention stability opt-in viaOTEL_SEMCONV_STABILITY_OPT_IN, allowingrpc/old,rpc/dup, or default behavior to control whether gRPC spans/metrics use old, new, or duplicated RPC attributes and whether to emit oldrpc.*.durationmetrics (ms) alongside the newerrpc.*.call.durationmetrics (s). It also adjusts where server address attributes are sourced in stats handling (using header/trailer addr fields instead ofpeer.FromContext).Reviewed by Cursor Bugbot for commit a74e144. Bugbot is set up for automated code reviews on this repo. Configure here.