otlp2pipeline 0.4.0

OTLP ingestion worker for Cloudflare Pipelines and AWS
Documentation
1
2
3
4
5
6
7
// src/pipeline/mod.rs
pub mod client;
pub mod retry;
pub mod sender;

pub use client::PipelineClient;
pub use sender::{PipelineSender, SendResult};