zeroclaw/src/observability
Yingjie Shang 4803e0253d fix(observability): add OTLP paths to OTel endpoints
opentelemetry-otlp 0.31 does not automatically append /v1/traces
and /v1/metrics to the endpoint URL when configured via code,
causing telemetry data to be sent to / instead of correct paths.

Manually construct full endpoint URLs for both traces and metrics
exporters to ensure telemetry reaches the collector properly.
2026-02-21 17:07:31 +08:00
..
log.rs feat(observability): wire token usage through observer events 2026-02-21 12:29:02 +08:00
mod.rs feat(observability): add runtime trace diagnostics and trace doctor query 2026-02-21 17:00:38 +08:00
multi.rs feat(observability): implement Prometheus metrics backend with /metrics endpoint 2026-02-18 12:06:05 +08:00
noop.rs feat(observability): focus PR 596 on Prometheus backend 2026-02-18 12:06:05 +08:00
otel.rs fix(observability): add OTLP paths to OTel endpoints 2026-02-21 17:07:31 +08:00
prometheus.rs test(provider): fix ChatResponse usage in reliable mocks 2026-02-21 12:46:22 +08:00
runtime_trace.rs feat(observability): add runtime trace diagnostics and trace doctor query 2026-02-21 17:00:38 +08:00
traits.rs feat(observability): wire token usage through observer events 2026-02-21 12:29:02 +08:00
verbose.rs feat(observability): wire token usage through observer events 2026-02-21 12:29:02 +08:00