gitdataai/libs/service
ZhenYi 962bf0312d feat(observability): Phase 6 OTLP tracing + Prometheus metrics endpoint
OTLP tracing:
- libs/observability/otlp.rs: SdkTracerProvider via HTTP/proto OTLP exporter
- libs/observability/tracing_middleware.rs: Actix-web span with trace_id propagation
- libs/observability/tracing_fmt.rs: JSON fmt + registry.try_init for layered init
- libs/rpc: gRPC method spans via info_span
- libs/agent, libs/room, libs/service, libs/api: structured tracing throughout

Prometheus metrics:
- libs/observability/prometheus_exporter.rs: /metrics HTTP handler + metrics crate
- libs/observability/metrics_middleware.rs: HttpMetrics middleware + AtomicU64
- libs/observability/redis_metrics.rs: Redis counter poller via RedisMetrics
- libs/room/metrics.rs: RoomMetrics (connections, messages, presence counters)

Config env vars: APP_OTEL_ENABLED, APP_OTEL_ENDPOINT, APP_OTEL_SERVICE_NAME
2026-04-22 10:27:54 +08:00
..
agent refactor(service): migrate auth, git service, agent from slog to tracing 2026-04-21 22:28:33 +08:00
auth refactor(service): migrate auth, git service, agent from slog to tracing 2026-04-21 22:28:33 +08:00
file_tools feat(service): add file_tools module and git_blob_get tool 2026-04-18 23:02:10 +08:00
git refactor(service): migrate auth, git service, agent from slog to tracing 2026-04-21 22:28:33 +08:00
git_tools feat(service): add file_tools module and git_blob_get tool 2026-04-18 23:02:10 +08:00
issue init 2026-04-15 09:08:09 +08:00
project fix(project): invitation accept always 404 due to wrong column filter 2026-04-21 23:05:18 +08:00
project_tools fix: room attachment upload (Set Uuid::nil, NotFound with msg, Ok wrapper) and silence dead_code warnings 2026-04-20 19:48:05 +08:00
pull_request init 2026-04-15 09:08:09 +08:00
search init 2026-04-15 09:08:09 +08:00
skill init 2026-04-15 09:08:09 +08:00
user feat(service): add push and storage service modules, update project/user/workspace services 2026-04-20 15:45:40 +08:00
utils init 2026-04-15 09:08:09 +08:00
workspace refactor(service): migrate auth, git service, agent from slog to tracing 2026-04-21 22:28:33 +08:00
Cargo.toml feat(observability): Phase 1-5 slog structured logging across platform 2026-04-21 13:44:12 +08:00
error.rs feat(auth): add password reset confirmation endpoint and page 2026-04-18 23:02:39 +08:00
lib.rs feat(observability): Phase 6 OTLP tracing + Prometheus metrics endpoint 2026-04-22 10:27:54 +08:00
push.rs feat(service): add push and storage service modules, update project/user/workspace services 2026-04-20 15:45:40 +08:00
storage.rs feat(service): register project_tools in chat service, add AppStorage::read method 2026-04-20 19:32:29 +08:00
webhook_dispatch.rs init 2026-04-15 09:08:09 +08:00
ws_token.rs init 2026-04-15 09:08:09 +08:00