-
Notifications
You must be signed in to change notification settings - Fork 576
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
fix: make possible adding custom attributes to the shipped otelhttp client metrics - #5084 #5086
Closed
Closed
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
070f9d7
fix: make possible adding custom attributes to the shipped otelhttp c…
zailic 2af22c6
[chore] dependabot updates Mon Feb 12 15:30:59 UTC 2024 (#5081)
opentelemetrybot 49e800f
dependabot updates Mon Feb 12 15:59:02 UTC 2024 (#5083)
opentelemetrybot e46b7fb
build(deps): bump golang (#4903)
dependabot[bot] 2391865
build(deps): bump golang (#5075)
dependabot[bot] e68c6d4
build(deps): bump golang (#4930)
dependabot[bot] 308e2cb
build(deps): bump golang (#5015)
dependabot[bot] 22c59b3
build(deps): bump golang in /instrumentation/net/http/otelhttp/exampl…
dependabot[bot] 1a0432a
fork a subset of google.golang.org/grpc/interop to otelgrpc (#4897)
arvindbr8 2dde79b
Use an atomic.Int64 as bodyWrapper read bytes counter (#5080)
dmathieu fff585e
Support and test Go 1.22 (#5082)
MrAlias 63cd01b
Merge branch 'open-telemetry:main' into bugfix/issue-5084
zailic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
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.
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.
Why does this need to become public?
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.
Otherwise you cannot inject a
Labeler
component outside theotelhttp
module.(aslabelerContextKey
is private as well). The given details on #5084 aren't clear enough?