Skip to main content

otel_common/
lib.rs

1//! Common components for OpenTelemetry sources and sinks.
2
3pub mod config;
4pub mod proto;
5
6pub use config::{OtelClientConfig, OtelServerConfig};