File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
opentelemetry-instrumentation-grpc
opentelemetry-instrumentation-http Expand file tree Collapse file tree 2 files changed +2
-2
lines changed 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
66
66
To select which semconv version(s) is emitted from this instrumentation, use the ` OTEL_SEMCONV_STABILITY_OPT_IN ` environment variable.
67
67
68
68
- ` 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
70
70
- By default, if ` OTEL_SEMCONV_STABILITY_OPT_IN ` includes neither of the above tokens, the old v1.7.0 semconv is used.
71
71
72
72
### 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
82
82
To select which semconv version(s) is emitted from this instrumentation, use the ` OTEL_SEMCONV_STABILITY_OPT_IN ` environment variable.
83
83
84
84
- ` 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
86
86
- By default, if ` OTEL_SEMCONV_STABILITY_OPT_IN ` includes neither of the above tokens, the old v1.7.0 semconv is used.
87
87
88
88
### Attributes collected
You can’t perform that action at this time.
0 commit comments