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. """