You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/sdk-environment-variables.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ For example, the value `12000` indicates 12000 milliseconds, i.e., 12 seconds.
34
34
| OTEL_RESOURCE_ATTRIBUTES | Key-value pairs to be used as resource attributes || See [Resource SDK](./resource/sdk.md#specifying-resource-information-via-an-environment-variable) for more details. |
35
35
| OTEL_SERVICE_NAME | Sets the value of the [`service.name`](./resource/semantic_conventions/README.md#service) resource attribute || If `service.name` is also provided in `OTEL_RESOURCE_ATTRIBUTES`, then `OTEL_SERVICE_NAME` takes precedence. |
36
36
| OTEL_LOG_LEVEL | Log level used by the SDK logger | "info" ||
37
-
| OTEL_PROPAGATORS | Propagators to be used as a commaseparated list | "tracecontext,baggage" | Values MUST be deduplicated in order to register a `Propagator` only once. |
37
+
| OTEL_PROPAGATORS | Propagators to be used as a comma-separated list | "tracecontext,baggage" | Values MUST be deduplicated in order to register a `Propagator` only once. |
38
38
| OTEL_TRACES_SAMPLER | Sampler to be used for traces | "parentbased_always_on" | See [Sampling](./trace/sdk.md#sampling)|
39
39
| OTEL_TRACES_SAMPLER_ARG | String value to be used as the sampler argument || The specified value will only be used if OTEL_TRACES_SAMPLER is set. Each Sampler type defines its own expected input, if any. Invalid or unrecognized input MUST be logged and MUST be otherwise ignored, i.e. the SDK MUST behave as if OTEL_TRACES_SAMPLER_ARG is not set. |
40
40
@@ -132,13 +132,15 @@ thrift or protobuf. As of 1.0 of the specification, there
132
132
133
133
**Status**: [Stable](document-status.md)
134
134
135
-
We define environment variables for setting a single exporter per signal.
135
+
We define environment variables for setting one or more exporters per signal.
0 commit comments