OTEL_SEMCONV_STABILITY_OPT_IN not working #5103
Labels
bug
Something isn't working
pkg:instrumentation-http
priority:p2
Bugs and spec inconsistencies which cause telemetry to be incomplete or incorrect
What happened?
Steps to Reproduce
OTEL_SEMCONV_STABILITY_OPT_IN=http
Expected Result
Span attributes follow stable semantic conventions, e.g:
Actual Result
Span attributes follow old semantic conventions, e.g:
Additional Details
We are using the OpenTelemetry Operator and Auto-Instrumentation for NodeJS on the latest version.
The environment variable
OTEL_SEMCONV_STABILITY_OPT_IN=http
is set for the workloads.You can see that the correct
@opentelemetry/instrumentation-http
is used with a version that should support the new semantic conventions.Do you have any idea on what is going wrong here? Thanks a lot for your support!
OpenTelemetry Setup Code
package.json
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: