opentelemetry.sdk.environment_variables
=======================================

The OpenTelemetry Python SDK can be configured through environment variables.
These variables control behaviors such as exporter selection, resource
attributes, span limits, and trace sampling. They follow the conventions
defined by the `OpenTelemetry specification
<https://opentelemetry.io/docs/specs/otel/configuration/sdk-environment-variables/>`_.

.. toctree::
   :maxdepth: 1

.. automodule:: opentelemetry.sdk.environment_variables
    :members:
    :undoc-members:
    :show-inheritance:
