Skip to content

Commit 0d45d0c

Browse files
author
Anuraag Agrawal
authored
Update ottrace environment variable to match spec. (open-telemetry#1406)
1 parent 8c4c03f commit 0d45d0c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ New:
1414

1515
Updates:
1616

17+
- Update OT Trace propagator environment variable to match latest name([#1406](https://github.com/open-telemetry/opentelemetry-specification/pull/1406))
1718
- Remove Metrics SDK specification to avoid confusion, clarify that Metrics API
1819
specification is not recommended for client implementation
1920
([#1401](https://github.com/open-telemetry/opentelemetry-specification/pull/1401))

specification/sdk-environment-variables.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Known values for OTEL_PROPAGATORS are:
3939
- `"b3multi"`: [B3 Multi](https://github.com/openzipkin/b3-propagation#multiple-headers)
4040
- `"jaeger"`: [Jaeger](https://www.jaegertracing.io/docs/1.21/client-libraries/#propagation-format)
4141
- `"xray"`: [AWS X-Ray](https://docs.aws.amazon.com/xray/latest/devguide/xray-concepts.html#xray-concepts-tracingheader) (_third party_)
42-
- `"ottracer"`: [Lightstep](https://github.com/lightstep/lightstep-tracer-java-common/blob/master/common/src/main/java/com/lightstep/tracer/shared/TextMapPropagator.java) (_third party_)
42+
- `"ottrace"`: [OT Trace](https://github.com/opentracing?q=basic&type=&language=) (_third party_)
4343

4444
Known values for `OTEL_TRACES_SAMPLER` are:
4545

0 commit comments

Comments
 (0)