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
6
7
//! Mock service module
//!
//! Provides mock OTLP service for testing both gRPC interface and public API methods.

pub mod service;

pub use service::MockOtlpService;