otlp-arrow-library 0.6.4

Cross-platform Rust library for receiving OTLP messages via gRPC and writing to Arrow IPC files
Documentation
1
2
3
4
5
//! Dashboard HTTP server module
//!
//! Provides HTTP server for serving dashboard static files.

pub mod server;