xtrace 0.0.15

An AI observability service for collecting, storing, and querying traces, spans, and metrics across LLM and agent workflows.
Documentation
1
2
3
4
5
6
7
mod app;
mod http;
mod ingest;
mod state;

pub use app::run_server;
pub use state::ServerConfig;