Commit graph

9 commits

Author SHA1 Message Date
febux
b279d6c61a Switch observability to passive collection: remove OTLP push, Vector replaces otel-collector
- core/telemetry.py is now a no-op (no opentelemetry imports); entrypoints
  no longer call setup/shutdown telemetry
- Remove all opentelemetry-* deps from pyproject groups; regenerate uv.lock
- Drop otel_exporter_otlp_endpoint/otel_service_name settings; sentry and
  auth use "contract-check" instead
- Stop publishing worker metrics ports; bind API metrics to 127.0.0.1 by
  default via API_METRICS_BIND_HOST
- Replace otel-collector with Vector in observer profile (docker_logs +
  prometheus_scrape -> OpenObserve); add deploy/observability/vector-config.yaml
- Update .env.example, docs (ARCHITECTURE, DEPLOY), README, Makefile
- Rewrite tests/unit/test_telemetry.py for the no-op implementation
2026-09-06 19:17:08 +03:00
febux
3c80d21f0a Fix SSE with query auth token param. 2026-09-02 22:23:16 +03:00
febux
73187742f2 SSE status streaming for doc analysis was added. 2026-09-02 21:11:54 +03:00
febux
89e0db7baa Update delete route response. 2026-08-26 21:12:16 +03:00
febux
f25bedad7c User profile with billing base was added. 2026-08-25 20:52:50 +03:00
febux
d1bbaf8da3 Update docs. 2026-08-24 01:00:11 +03:00
febux
0793135105 Passkey and magic-link auth mechanisms were added. 2026-08-22 20:38:21 +03:00
febux
9c9181bc50 New notification service was added. Auth routes were extended. 2026-08-13 00:08:51 +03:00
febux
5073d89033 Init commit 2026-08-12 21:29:36 +03:00