mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-25 19:15:18 +02:00
feat: updated agent harness
This commit is contained in:
parent
9ec9b64348
commit
31a372bb84
139 changed files with 12583 additions and 1111 deletions
7
surfsense_backend/app/observability/__init__.py
Normal file
7
surfsense_backend/app/observability/__init__.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
"""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.
|
||||
"""
|
||||
Loading…
Add table
Add a link
Reference in a new issue