-
Notifications
You must be signed in to change notification settings - Fork 784
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] Fix activity displayName #5078
[HttpClient] Fix activity displayName #5078
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #5078 +/- ##
==========================================
- Coverage 83.36% 83.04% -0.33%
==========================================
Files 296 296
Lines 12339 12335 -4
==========================================
- Hits 10287 10244 -43
- Misses 2052 2091 +39
Flags with carried forward coverage won't be shown. Click here to find out more.
|
LGTM. Just a nit for discussion: example:
Would it make sense to have a helper method that fully encapsulates this default value with a reference to the applicable spec?
|
Done! |
Fixes #
Design discussion issue #
Changes
updates http client activity display name as per specification https://github.com/open-telemetry/semantic-conventions/blob/main/docs/http/http-spans.md#name + some minor refactor
Merge requirement checklist
CHANGELOG.md
files updated for non-trivial changes