otlp2pipeline 0.3.2

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

pub mod eventhub;

// Re-export for convenience
pub use eventhub::{EventHubConfig, EventHubSender};