otlp2pipeline 0.2.0

OTLP ingestion worker for Cloudflare Pipelines and AWS
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod bucket;
mod catalog;
mod create;
mod destroy;
mod plan;
mod query;
mod status;

pub use bucket::execute_bucket_delete;
pub use catalog::{execute_catalog_list, execute_catalog_partition};
pub use create::execute_create;
pub use destroy::execute_destroy;
pub use plan::execute_plan;
pub use query::execute_query;
pub use status::execute_status;