[feat] add otel adapters
This commit is contained in:
parent
1588efb9ca
commit
96af9c08f5
10 changed files with 321 additions and 8 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue