From f18512ee62ca5b7284ba55bfc63de703f7ae5e21 Mon Sep 17 00:00:00 2001 From: Carlos Alberto Cortez Date: Thu, 6 Aug 2020 22:21:39 +0200 Subject: [PATCH] Use OTEL_RESOURCE_ATTRIBUTES instead of OTEL_RESOURCE_LABELS. (#758) --- 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 60a5bf52c65..ea74e24e321 100644 --- a/specification/sdk-environment-variables.md +++ b/specification/sdk-environment-variables.md @@ -6,7 +6,7 @@ The goal of this specification is to unify the environment variable names betwee | Name | Description | Default | Notes | | -------------------- | ------------------------------------------------ | --------------------------------- | ------------------------------------------------------------------------------------------- | -| OTEL_RESOURCE_LABELS | Key-value pairs to be used as resource labels | | Spec details TBD. Proposal in [OTEP-111](https://github.com/open-telemetry/oteps/pull/111). | +| OTEL_RESOURCE_ATTRIBUTES | Key-value pairs to be used as resource attributes | | Spec details TBD. Proposal in [OTEP-111](https://github.com/open-telemetry/oteps/pull/111). | | OTEL_LOG_LEVEL | Log level used by the SDK logger | "info" | | | OTEL_PROPAGATORS | Propagators to be used as a comma separated list | "tracecontext,correlationcontext" | |