docs: fix typo in 'http/dup' value to use with OTEL_SEMCONV_STABILITY_OPT_IN envvar (#5725)

This commit is contained in:
Trent Mick 2025-05-30 16:14:55 -07:00 committed by GitHub
parent 5736c49842
commit 22bc5bac9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ See the [HTTP semconv migration plan for OpenTelemetry JS instrumentations](http
To select which semconv version(s) is emitted from this instrumentation, use the `OTEL_SEMCONV_STABILITY_OPT_IN` environment variable.
- `http`: emit the new (stable) v1.23.0 semantics
- `http/dep`: emit **both** the old v1.7.0 and the new (stable) v1.23.0 semantics
- `http/dup`: emit **both** the old v1.7.0 and the new (stable) v1.23.0 semantics
- By default, if `OTEL_SEMCONV_STABILITY_OPT_IN` includes neither of the above tokens, the old v1.7.0 semconv is used.
### Attributes collected

View File

@ -82,7 +82,7 @@ See the [HTTP semconv migration plan for OpenTelemetry JS instrumentations](http
To select which semconv version(s) is emitted from this instrumentation, use the `OTEL_SEMCONV_STABILITY_OPT_IN` environment variable.
- `http`: emit the new (stable) v1.23.0+ semantics
- `http/dep`: emit **both** the old v1.7.0 and the new (stable) v1.23.0+ semantics
- `http/dup`: emit **both** the old v1.7.0 and the new (stable) v1.23.0+ semantics
- By default, if `OTEL_SEMCONV_STABILITY_OPT_IN` includes neither of the above tokens, the old v1.7.0 semconv is used.
### Attributes collected