The non-official implementation for OTEL Arrow protocol, written in Rust.
- Decoding Arrow IPC record batches to Opentelemetry data structures.
- 🚧 Metrics
- Logs
- Traces
- Encoding Opentelemetry data structures to Arrow IPC record batches.
- Metrics
- Logs
- Traces
git clone https://github.com/v0y4g3r/otel-arrow-rust.git
cd otel-arrow-rust && git submodule update --init --recursive
cargo build --release