SurfSense/surfsense_backend/app/observability
CREDO23 91d947ff79 refactor(embedding-cache): rename index cache to embedding cache
The cached payload is the indexing pipeline's embeddings (markdown is
chunked then embedded), so "embedding cache" names the expensive output
directly and removes the "index" ambiguity (DB index vs vector index vs
indexing phase). Renames the service, settings, eligibility, eviction
task, metrics, config flags (INDEX_CACHE_* -> EMBEDDING_CACHE_*), object
prefix, and the table (index_cache_embedding_sets -> embedding_cache_sets)
with its constraint and indexes. Migration 161 renamed accordingly.
2026-06-12 17:00:01 +02:00
..
__init__.py feat(observability): add OpenTelemetry process bootstrap 2026-05-21 23:01:54 +05:30
bootstrap.py feat(env): add SURFSENSE_ENV variable for deployment environment and update observability resource attributes 2026-05-23 02:13:24 +05:30
metrics.py refactor(embedding-cache): rename index cache to embedding cache 2026-06-12 17:00:01 +02:00
otel.py feat(observability): add telemetry error and event helpers 2026-05-22 17:48:01 +05:30