File tree Expand file tree Collapse file tree
opentelemetry-instrumentation-grpc
opentelemetry-instrumentation-http Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ See the [HTTP semconv migration plan for OpenTelemetry JS instrumentations](http
6666To select which semconv version(s) is emitted from this instrumentation, use the ` OTEL_SEMCONV_STABILITY_OPT_IN ` environment variable.
6767
6868- ` http ` : emit the new (stable) v1.23.0 semantics
69- - ` http/dep ` : emit ** both** the old v1.7.0 and the new (stable) v1.23.0 semantics
69+ - ` http/dup ` : emit ** both** the old v1.7.0 and the new (stable) v1.23.0 semantics
7070- By default, if ` OTEL_SEMCONV_STABILITY_OPT_IN ` includes neither of the above tokens, the old v1.7.0 semconv is used.
7171
7272### Attributes collected
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ See the [HTTP semconv migration plan for OpenTelemetry JS instrumentations](http
8282To select which semconv version(s) is emitted from this instrumentation, use the ` OTEL_SEMCONV_STABILITY_OPT_IN ` environment variable.
8383
8484- ` http ` : emit the new (stable) v1.23.0+ semantics
85- - ` http/dep ` : emit ** both** the old v1.7.0 and the new (stable) v1.23.0+ semantics
85+ - ` http/dup ` : emit ** both** the old v1.7.0 and the new (stable) v1.23.0+ semantics
8686- By default, if ` OTEL_SEMCONV_STABILITY_OPT_IN ` includes neither of the above tokens, the old v1.7.0 semconv is used.
8787
8888### Attributes collected
You can’t perform that action at this time.
0 commit comments