From 22bc5bac9bf1ab6300f826576c6f3f748522e157 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Fri, 30 May 2025 16:14:55 -0700 Subject: [PATCH] docs: fix typo in 'http/dup' value to use with OTEL_SEMCONV_STABILITY_OPT_IN envvar (#5725) --- .../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 9880d3cab..5a403fae7 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 fa330c475..f73c2718a 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