[feat] add otel adapters

This commit is contained in:
Azamat 2026-03-20 13:38:57 +03:00
parent 1588efb9ca
commit 96af9c08f5
10 changed files with 321 additions and 8 deletions

View file

@ -22,7 +22,9 @@ class LoggingConfig:
@dataclass(frozen=True, slots=True)
class OtelConfig:
service_name: str
exporter_endpoint: str
logs_endpoint: str
metrics_endpoint: str
traces_endpoint: str
metric_export_interval: int