mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-04 05:12:38 +02:00
8 lines
289 B
Python
8 lines
289 B
Python
|
|
"""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.
|
||
|
|
"""
|