All the http instrumentation now supports the OTEL_SEMCONV_STABILITY_OPT_IN env variable but we're not documenting it. We should document in each http instrumentation documentation that if they are setting the env var to:
- http - emit the new, stable HTTP and networking conventions, and stop emitting the old experimental HTTP and networking conventions that the instrumentation emitted previously.
- http/dup - emit both the old and the stable HTTP and networking conventions, allowing for a seamless transition.
And that by default the old experimental HTTP and networking conventions are emitted.
Also we should probably document this in opentelemetry.io somewhere.
All the http instrumentation now supports the
OTEL_SEMCONV_STABILITY_OPT_INenv variable but we're not documenting it. We should document in each http instrumentation documentation that if they are setting the env var to:And that by default the old experimental HTTP and networking conventions are emitted.
Also we should probably document this in opentelemetry.io somewhere.