From 321b1723dcf56e72018cfa882a55a3bcd8d564f7 Mon Sep 17 00:00:00 2001 From: Diego Hurtado Date: Wed, 29 Mar 2023 14:45:56 -0600 Subject: [PATCH] Update opentelemetry-sdk/src/opentelemetry/sdk/environment_variables.py Co-authored-by: Srikanth Chekuri --- .../src/opentelemetry/sdk/environment_variables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentelemetry-sdk/src/opentelemetry/sdk/environment_variables.py b/opentelemetry-sdk/src/opentelemetry/sdk/environment_variables.py index ba56a183b6b..58e6fb1c409 100644 --- a/opentelemetry-sdk/src/opentelemetry/sdk/environment_variables.py +++ b/opentelemetry-sdk/src/opentelemetry/sdk/environment_variables.py @@ -642,7 +642,7 @@ The :envvar:`OTEL_EXPERIMENTAL_RESOURCE_DETECTORS` is a comma-separated string of names of resource detectors. These names must be the same as the names of -entry points for the `opentelemetry-resource-detectors` entry point. This is an +entry points for the `opentelemetry_resource_detector` entry point. This is an experimental feature and the name of this variable and its behavior can change in a non-backwards compatible way. """