From 32eebfa6fabed5709be79eebcc2eae9cd2f4324d Mon Sep 17 00:00:00 2001 From: alrex Date: Wed, 16 Sep 2020 22:06:13 -0700 Subject: [PATCH] Adding known values for OTEL_PROPAGATORS --- specification/sdk-environment-variables.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/specification/sdk-environment-variables.md b/specification/sdk-environment-variables.md index 557591f0355..0cb68401a3c 100644 --- a/specification/sdk-environment-variables.md +++ b/specification/sdk-environment-variables.md @@ -10,6 +10,8 @@ The goal of this specification is to unify the environment variable names betwee | OTEL_LOG_LEVEL | Log level used by the SDK logger | "info" | | | OTEL_PROPAGATORS | Propagators to be used as a comma separated list | "tracecontext,baggage" | | +Known values for OTEL_PROPAGATORS are: "tracecontext", "baggage", "b3", "jaeger" + ## Batch Span Processor | Name | Description | Default | Notes |