-
Notifications
You must be signed in to change notification settings - Fork 772
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
[HttpClient] Remove http.host
and add net.peer.name
& net.peer.port
to match spec
#3832
[HttpClient] Remove http.host
and add net.peer.name
& net.peer.port
to match spec
#3832
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3832 +/- ##
==========================================
- Coverage 87.31% 87.30% -0.01%
==========================================
Files 279 279
Lines 10782 10774 -8
==========================================
- Hits 9414 9406 -8
Misses 1368 1368
|
This LGTM but FYI it will break the
We should update that code as well for this change (can be done as a follow-up). |
… of https://github.com/vishweshbankwar/opentelemetry-dotnet into vibankwa/update-http-semantic-convention-to-match-spec
@CodeBlanch - I am not completely familiar with this part. Do you think that will be a breaking change? Given it will change some logic on resolving |
@vishweshbankwar It will be annoying to people using Jaeger. It has a strange quirk in that unless all services report into the same instance, it won't identify/render spans as dependencies without |
@CodeBlanch - I looked at this bit more. I think we do not need to change |
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.
LGTM
Towards #3373
Changes
Spec: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/semantic_conventions/http.md#http-client
e.g. from spec https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/semantic_conventions/http.md#http-client-server-example
For significant contributions please make sure you have completed the following items:
CHANGELOG.md
updated for non-trivial changes