Skip to content

Defaults

provide.foundation.telemetry.defaults

TODO: Add module docstring.

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 {}