Skip to content

xtraceAI Observability Service

Collect, store, and query traces, spans, and metrics across LLM and agent workflows. Built in Rust for speed and reliability.

xtrace

What's New

v0.0.14Feb 2026
tracing IntegrationXtraceLayer for xtrace-client (feature = "tracing"). Automatically push metrics from tracing events and span durations with zero manual instrumentation. Batched background flush, non-blocking hot path.
v0.0.13Feb 2026
Percentile Aggregation & group_by — Metrics query now supports agg=p50|p90|p99 via PostgreSQL percentile_cont, and group_by to split time-series by any label key. Frontend dashboard with trace list and detail viewer.
v0.0.11Jan 2026
Per-Token Rate Limiting — Per-bearer-token query rate limiting using the governor crate (token bucket). Configurable via RATE_LIMIT_QPS and RATE_LIMIT_BURST. Returns 429 Too Many Requests with a Retry-After header.
v0.0.8Jan 2026
Nebula Signal Contract — Formalized metrics signal contract for Nebula (GPU cluster) integration. Node reports GPU/KV-cache/queue metrics; Router reads real-time signals for load-aware routing; Scheduler reads for placement decisions.

Released under the MIT License.