Skip to content

Commit 22bc5ba

Browse files
authored
docs: fix typo in 'http/dup' value to use with OTEL_SEMCONV_STABILITY_OPT_IN envvar (#5725)
1 parent 5736c49 commit 22bc5ba

File tree

2 files changed

+2
-2
lines changed
  • experimental/packages

2 files changed

+2
-2
lines changed

experimental/packages/opentelemetry-instrumentation-grpc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ See the [HTTP semconv migration plan for OpenTelemetry JS instrumentations](http
6666
To 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

experimental/packages/opentelemetry-instrumentation-http/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ See the [HTTP semconv migration plan for OpenTelemetry JS instrumentations](http
8282
To 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

0 commit comments

Comments
 (0)