SurfSense/surfsense_backend/app/observability/__init__.py

8 lines
289 B
Python
Raw Normal View History

2026-04-28 09:22:19 -07:00
"""SurfSense observability surface.
The single user-visible API right now is :mod:`otel`, which exposes a
small wrapper around the optional ``opentelemetry`` instrumentation. The
wrapper is a no-op when OTEL is not configured, so importing it from
performance-critical paths is safe.
"""