Expand description
Zelos - A distributed tracing system
This crate provides a unified interface to the Zelos tracing system, re-exporting the main functionality from the individual crates.
Re-exports§
pub use zelos_proto as proto;
pub use zelos_trace as trace;
pub use zelos_trace_grpc as trace_grpc;
Modules§
Structs§
- Trace
Router - Pub-sub router for trace data
- Trace
Sink - A trace sink is a client connection for the trace router. It hold state about what data the client has seen and is subscribed to.
- Trace
Source - TraceSource is the main interface to emitting Zelos trace events. It provides convencience methods for building new event schemas and emitting events from them.