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
pub(crate) mod common;
pub(crate) mod error;
pub(crate) mod auth;
pub(crate) mod metrics;
pub(crate) mod ops;
pub(crate) mod projects;
pub(crate) mod traces;