Expand description
Otelite OTLP Receiver
This crate provides OpenTelemetry Protocol (OTLP) receiver functionality, supporting both gRPC and HTTP transports with Protobuf and JSON encodings.
Re-exports§
pub use config::ReceiverConfig;pub use error::ReceiverError;pub use error::Result;
Modules§
- config
- Configuration for the OTLP receiver
- conversion
- OTLP to internal type conversion functions
- error
- Error types for the OTLP receiver
- grpc
- health
- Health check endpoints for monitoring
- http
- HTTP server module for OTLP receiver
- protocol
- OTLP protocol handling (Protobuf and JSON)
- signals
- Signal-specific processing for metrics, logs, and traces