From fcf266a46e83830f42fead4549be4d6f40206544 Mon Sep 17 00:00:00 2001 From: Anuraag Agrawal Date: Mon, 8 Feb 2021 18:08:35 +0900 Subject: [PATCH 1/3] Update ottrace environment variable to match spec. --- CHANGELOG.md | 1 + specification/sdk-environment-variables.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c72ad41fd6..2dd4ae163b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ New: Updates: +- Update OT Trace propagator environment variable to match latest name - Remove Metrics SDK specification to avoid confusion, clarify that Metrics API specification is not recommended for client implementation ([#1401](https://github.com/open-telemetry/opentelemetry-specification/pull/1401)) diff --git a/specification/sdk-environment-variables.md b/specification/sdk-environment-variables.md index d0b09e6e39d..eebf7ee5fc4 100644 --- a/specification/sdk-environment-variables.md +++ b/specification/sdk-environment-variables.md @@ -39,7 +39,7 @@ Known values for OTEL_PROPAGATORS are: - `"b3multi"`: [B3 Multi](https://github.com/openzipkin/b3-propagation#multiple-headers) - `"jaeger"`: [Jaeger](https://www.jaegertracing.io/docs/1.21/client-libraries/#propagation-format) - `"xray"`: [AWS X-Ray](https://docs.aws.amazon.com/xray/latest/devguide/xray-concepts.html#xray-concepts-tracingheader) (_third party_) -- `"ottracer"`: [Lightstep](https://github.com/lightstep/lightstep-tracer-java-common/blob/master/common/src/main/java/com/lightstep/tracer/shared/TextMapPropagator.java) (_third party_) +- `"ottrace"`: [OT Trace]https://github.com/opentracing?q=basic&type=&language=) (_third party_) Known values for `OTEL_TRACES_SAMPLER` are: From 3ade636a3c6fedf476e13a1240ebbf4cf38fdfe9 Mon Sep 17 00:00:00 2001 From: Anuraag Agrawal Date: Mon, 8 Feb 2021 18:10:02 +0900 Subject: [PATCH 2/3] Finish --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dd4ae163b2..5f5f81d853a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ New: Updates: -- Update OT Trace propagator environment variable to match latest name +- Update OT Trace propagator environment variable to match latest name([#1406](https://github.com/open-telemetry/opentelemetry-specification/pull/1406)) - Remove Metrics SDK specification to avoid confusion, clarify that Metrics API specification is not recommended for client implementation ([#1401](https://github.com/open-telemetry/opentelemetry-specification/pull/1401)) From a5bb9565e4ab0b747732c077fb0f85e297e67174 Mon Sep 17 00:00:00 2001 From: Anuraag Agrawal Date: Mon, 8 Feb 2021 18:14:18 +0900 Subject: [PATCH 3/3] Fix syntax --- specification/sdk-environment-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/sdk-environment-variables.md b/specification/sdk-environment-variables.md index eebf7ee5fc4..ebeb4c2db4e 100644 --- a/specification/sdk-environment-variables.md +++ b/specification/sdk-environment-variables.md @@ -39,7 +39,7 @@ Known values for OTEL_PROPAGATORS are: - `"b3multi"`: [B3 Multi](https://github.com/openzipkin/b3-propagation#multiple-headers) - `"jaeger"`: [Jaeger](https://www.jaegertracing.io/docs/1.21/client-libraries/#propagation-format) - `"xray"`: [AWS X-Ray](https://docs.aws.amazon.com/xray/latest/devguide/xray-concepts.html#xray-concepts-tracingheader) (_third party_) -- `"ottrace"`: [OT Trace]https://github.com/opentracing?q=basic&type=&language=) (_third party_) +- `"ottrace"`: [OT Trace](https://github.com/opentracing?q=basic&type=&language=) (_third party_) Known values for `OTEL_TRACES_SAMPLER` are: