-
Notifications
You must be signed in to change notification settings - Fork 562
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
Make otelhttp
produce old, new and duplicate Client Trace Attributes
#5332
Labels
Comments
MrAlias
added a commit
that referenced
this issue
Jul 9, 2024
This change adds the new semantic version (v1.24.0) attribute producer to the semconv of otlehttp. Part of #5332 --------- Co-authored-by: Aaron Clawson <MadVikingGod@users.noreply.github.com> Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
I would like to work on the remaining task for this issue |
Implementation Plan:
|
Done. |
luca-filipponi
pushed a commit
to luca-filipponi/opentelemetry-go-contrib
that referenced
this issue
Aug 9, 2024
… attributes for HTTPClient (open-telemetry#5945) This PR implements the HTTPClient that can duplicate attributes for old semconv v1.20.0 and new semconv v1.26.0. It's part of the migration plan open-telemetry#5332 --------- Co-authored-by: Damien Mathieu <42@dmathieu.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Make
instrumentation/net/http/otelhttp
produce Client Traces following the migration plan #5132.A user should be able to produce Traces from the
Transport
in the current semconv (default), the latest semconv (1.26.0), and a duplicate form based on the Environment variableOTEL_HTTP_CLIENT_COMPATIBILITY_MODE
Produce Duplicate Client AttributesThe text was updated successfully, but these errors were encountered: