fix(deps): update module go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace to v0.68.0 (main) - #21506
Merged
paul1r merged 1 commit intoApr 15, 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.iocontribinstrumentationnethttphttptraceotelhttptrace
branch
12 times, most recently
from
April 15, 2026 10:14
1d77f5a to
a0d541b
Compare
…net/http/httptrace/otelhttptrace to v0.68.0 | datasource | package | from | to | | ---------- | ---------------------------------------------------------------------------- | ------- | ------- | | go | go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace | 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.iocontribinstrumentationnethttphttptraceotelhttptrace
branch
from
April 15, 2026 16:12
a0d541b to
f2f8410
Compare
paul1r
approved these changes
Apr 15, 2026
paul1r
deleted the
deps-update/main-go.opentelemetry.iocontribinstrumentationnethttphttptraceotelhttptrace
branch
April 15, 2026 17:44
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 is behind base branch, 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
Low Risk
Low risk dependency update limited to vendored OpenTelemetry HTTP instrumentation; behavior change is confined to how HTTP route attributes are derived for metrics/tracing.
Overview
Bumps
go.opentelemetry.io/contribHTTP instrumentation (otelhttptraceandotelhttp) fromv0.67.0tov0.68.0, updatinggo.mod,go.sum, and vendored module metadata.Vendored instrumentation now auto-populates the
http.routemetric attribute fromhttp.Request.Patternwhen the explicitrouteparameter is empty, and updates the embedded version constants accordingly.Reviewed by Cursor Bugbot for commit f2f8410. Bugbot is set up for automated code reviews on this repo. Configure here.