Instrumentation libraries support for new HTTP and network attributes #4686
Pinned
utpilla
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have released
1.5.1-beta.1
version of AspNetCore, HttpClient, GrpcNetClient, and SqlClient instrumentation libraries which has the support for emitting the new, frozen (proposed for stable) HTTP and networking attributes as defined in the spec: https://github.com/open-telemetry/semantic-conventions/blob/v1.21.0/docs/http/README.mdOTEL_SEMCONV_STABILITY_OPT_IN
as an environment variable or using a ConfigurationProvider. This allows for a transition period for users to experiment with the new semantic conventions and adapt as necessary. The environment variable supports the following values:http
- emit the new, frozen (proposed for stable) HTTP and networking attributes, and stop emitting the old experimental HTTP and networking attributes that the instrumentation emitted previously.http/dup
- emit both the old and the frozen (proposed for stable) HTTP and networking attributes, allowing for a more seamless transition.1.5.0-beta.1
.Beta Was this translation helpful? Give feedback.
All reactions