gitdataai/libs
ZhenYi beae9bdea0 feat(observability): Phase 6 OTLP tracing for gRPC + config helper
- libs/rpc: slog → tracing; 8 gRPC methods instrumented with
  info_span + Instrument for W3C trace propagation
- libs/session_manager: slog → tracing dependency
- libs/config: add redis_url() singleton helper for adminrpc
2026-04-21 23:05:37 +08:00
..
agent chore(deps): replace slog with tracing in workspace Cargo.toml and crates 2026-04-21 22:31:30 +08:00
agent-tool-derive
api chore(deps): replace slog with tracing in workspace Cargo.toml and crates 2026-04-21 22:31:30 +08:00
avatar
config feat(observability): Phase 6 OTLP tracing for gRPC + config helper 2026-04-21 23:05:37 +08:00
db
email refactor(core): migrate session_manager, email, rpc from slog to tracing 2026-04-21 22:29:43 +08:00
frontend chore(frontend): update frontend build configuration 2026-04-20 15:45:35 +08:00
git refactor(git): migrate libs/git from slog to tracing 2026-04-21 22:29:26 +08:00
migrate feat(room): read model_id in search results, register m20260420_000003 migration 2026-04-20 16:08:35 +08:00
models chore(models/users): update user notification model 2026-04-20 15:45:08 +08:00
observability feat(observability): Phase 6 OTLP tracing + Prometheus /metrics endpoint 2026-04-21 22:28:15 +08:00
queue refactor(queue): migrate from slog to tracing 2026-04-21 22:29:09 +08:00
room refactor(room): migrate from slog to tracing + upgrade metrics to 0.22 2026-04-21 22:28:52 +08:00
rpc feat(observability): Phase 6 OTLP tracing for gRPC + config helper 2026-04-21 23:05:37 +08:00
service fix(project): invitation accept always 404 due to wrong column filter 2026-04-21 23:05:18 +08:00
session feat(admin): add admin panel with billing alerts and model sync 2026-04-19 20:48:59 +08:00
session_manager feat(observability): Phase 6 OTLP tracing for gRPC + config helper 2026-04-21 23:05:37 +08:00
transport
webhook