Update http.*
and url.*
attributes to align with Semantic Conventions
#4724
Labels
http.*
and url.*
attributes to align with Semantic Conventions
#4724
Is your feature request related to a problem? Please describe.
In open-telemetry/opentelemetry-specification#3355, a host of
http.*
attributes were updated. Some got moved underurl.*
, and others got renamed.From that PR description:
The largest change seems to be that
http.target
gets split into two attributes:url.path
&url.query
.Describe the solution you'd like
I think we need to update the attributes we emit so that we are aligned with the Semantic Conventions.
In the SIG meeting today we noted that this change will need to wait for #4690 to get merged first, since that PR brings in the latest version of the semantic conventions, and reworks how we get those attributes.
Describe alternatives you've considered
Ignore the semantic conventions? ¯\_(ツ)_/¯
The text was updated successfully, but these errors were encountered: