Expand description
Telemetry processing module for OpenTelemetry data enrichment
Re-exports§
pub use correlator::CorrelationKey;pub use correlator::CorrelationResult;pub use correlator::TelemetryCorrelator;pub use enricher::TelemetryEnricher;pub use otlp_parser::JsonParser;pub use otlp_parser::OtlpParser;pub use otlp_parser::ProtobufParser;pub use types::*;
Modules§
- correlator
- Correlate telemetry data with source code
- enricher
- Generate enriched source code output with telemetry data
- otlp_
parser - OTLP format parsers for JSON and protobuf
- types
- Common types for telemetry data processing