fast-telemetry 0.2.0

High-performance, cache-friendly telemetry primitives and export formats for Rust
Documentation
1
2
3
4
5
6
7
pub mod text;

#[cfg(feature = "clickhouse")]
pub mod clickhouse;

#[cfg(feature = "otlp")]
pub mod otlp;