From a63bc40a79921e1476c4d9e9852acaa15abc7dbd Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Fri, 30 May 2025 10:27:15 -0700 Subject: [PATCH] docs: fix typo in 'http/dup' value to use with OTEL_SEMCONV_STABILITY_OPT_IN envvar --- .../packages/opentelemetry-instrumentation-grpc/README.md | 2 +- .../packages/opentelemetry-instrumentation-http/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/experimental/packages/opentelemetry-instrumentation-grpc/README.md b/experimental/packages/opentelemetry-instrumentation-grpc/README.md index 9880d3cab1..5a403fae70 100644 --- a/experimental/packages/opentelemetry-instrumentation-grpc/README.md +++ b/experimental/packages/opentelemetry-instrumentation-grpc/README.md @@ -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 diff --git a/experimental/packages/opentelemetry-instrumentation-http/README.md b/experimental/packages/opentelemetry-instrumentation-http/README.md index fa330c4756..f73c2718ad 100644 --- a/experimental/packages/opentelemetry-instrumentation-http/README.md +++ b/experimental/packages/opentelemetry-instrumentation-http/README.md @@ -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