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 26 27 28def default_otlp_headers() -> dict[str, str]: """Factory for OTLP headers dictionary.""" return {}