Skip to content

Commit 8d4865e

Browse files
committed
fix typo: http/dup is the token to use
1 parent 5a93d9d commit 8d4865e

File tree

1 file changed

+1
-1
lines changed
  • plugins/node/opentelemetry-instrumentation-hapi

1 file changed

+1
-1
lines changed

plugins/node/opentelemetry-instrumentation-hapi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ HTTP semantic conventions (semconv) were stabilized in v1.23.0, and a [migration
7777
To select which semconv version(s) is emitted from this instrumentation, use the `OTEL_SEMCONV_STABILITY_OPT_IN` environment variable.
7878

7979
- `http`: emit the new (stable) v1.23.0+ semantics
80-
- `http/dep`: emit **both** the old v1.7.0 and the new (stable) v1.23.0+ semantics
80+
- `http/dup`: emit **both** the old v1.7.0 and the new (stable) v1.23.0+ semantics
8181
- By default, if `OTEL_SEMCONV_STABILITY_OPT_IN` includes neither of the above tokens, the old v1.7.0 semconv is used.
8282

8383
### Attributes collected

0 commit comments

Comments
 (0)