-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[azuremonitorexporter] Seems to not respect semantic convention on http field for mapping #31255
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
We are affected too by this |
@pcwiese : It clearly not integrate all breaking change on http introduce in version 1.21.0 dure to alignement with ECS naming. |
Seems the same for all other exporter if they rely on the same package no ? |
The problem is that v1.21 doesn't contain the new value either: https://pkg.go.dev/go.opentelemetry.io/collector/semconv@v0.94.1/v1.21.0 despite it's documented in the spec: https://github.com/open-telemetry/opentelemetry-specification/blob/main/schemas/1.21.0 |
Yep i check all the version and for me the code generation seems broken. But as i said i m not a go expert so i do not know if i look the right set of package module. |
Yep the root cause is the same |
I'm going to close in favor of #29687, but let me know if this should remain open. |
Component(s)
exporter/azuremonitor
What happened?
Hello !
When I read the documentation about azuremonitor, it states that to compute response code for appInsight it took http.response_status or status_code.
Or Latest Semantic convention says that field that contains http status is http.response.status_code should be used so the mapping is really weird in our system.
Collector version
latest
Environment information
No response
OpenTelemetry Collector configuration
No response
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: