Skip to content

Defaults

πŸ€– AI-Generated Content

This documentation was generated with AI assistance and is still being audited. Some, or potentially a lot, of this information may be inaccurate. Learn more.

provide.foundation.telemetry.defaults

Functions

default_otlp_headers

default_otlp_headers() -> dict[str, str]

Factory for OTLP headers dictionary.

Source code in provide/foundation/telemetry/defaults.py
def default_otlp_headers() -> dict[str, str]:
    """Factory for OTLP headers dictionary."""
    return {}