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
+5
View File
@@ -0,0 +1,5 @@
"""Observability setup and helpers."""
from app.observability.setup import setup_observability
__all__ = ["setup_observability"]