You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make instrumentation/net/http/otelhttp produce Client Metrics following the migration plan #5132.
A user should be able to produce Metrics from the transport in current semconv (default), and the latest semconv (1.26.0) based on the Environment variable OTEL_HTTP_CLIENT_COMPATIBILITY_MODE
…o internal semconv package (#6002)
In preparation for implementing `OTEL_SEMCONV_STABILITY_OPT_IN` for HTTP
client metrics, this is the first PR to emit only old client metrics.
This PR will enable us to add the ability for otelhttp to emit both old
and new client metrics.
Address issue #5973
---------
Co-authored-by: David Ashpole <dashpole@google.com>
Co-authored-by: Damien Mathieu <42@dmathieu.com>
Make
instrumentation/net/http/otelhttp
produce Client Metrics following the migration plan #5132.A user should be able to produce Metrics from the
transport
in current semconv (default), and the latest semconv (1.26.0) based on the Environment variableOTEL_HTTP_CLIENT_COMPATIBILITY_MODE
otelhttp
#6261The text was updated successfully, but these errors were encountered: