Crate zelos

Source
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§

publish
subscribe

Structs§

TraceRouter
Pub-sub router for trace data
TraceSink
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.
TraceSource
TraceSource is the main interface to emitting Zelos trace events. It provides convencience methods for building new event schemas and emitting events from them.

Traits§

Store