007 add telemetry

This commit is contained in:
Раис Юсупалиев
2026-03-08 11:43:15 +03:00
parent 150675cc75
commit 8d47917ba2
15 changed files with 952 additions and 62 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ class AdapterConfig(BaseModel):
class ObservabilityConfig(BaseModel):
service_name: str = "g2s-aggregator"
otlp_endpoint: str = "http://localhost:4317"
otlp_endpoint: str = ""
log_level: str = "INFO"