otlp2pipeline 0.2.0

OTLP ingestion worker for Cloudflare Pipelines and AWS
Documentation
1
2
3
4
5
6
//! AWS Lambda-specific modules.

pub mod firehose;

// Re-export RetryConfig for testing
pub use crate::pipeline::retry::RetryConfig;