telemetry
Telemetry configuration.
MADA-specific telemetry settings live here. MSAF-provided OpenTelemetry knobs (OTEL_EXPORTER_OTLP_ENDPOINT, ENABLE_SENSITIVE_DATA, etc.) stay as environment variables so we don't have to shadow every option Microsoft Agent Framework adds — this dataclass only covers switches MADA itself owns.
TelemetryConfig
dataclass
Configuration for MADA's telemetry wrapper.
Attributes:
| Name | Type | Description |
|---|---|---|
enabled |
bool
|
When True, |
Source code in src/mada/core/config/telemetry.py
load_telemetry_config(entry)
Build a TelemetryConfig from an optional config-file block.