Skip to content

v0y4g3r/otel-arrow-rust

Repository files navigation

OTEL Arrow Protocol Implementation in Rust

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

Build

git clone https://github.com/v0y4g3r/otel-arrow-rust.git
cd otel-arrow-rust && git submodule update --init --recursive
cargo build --release

About

Rust implementation of OTEL Arrow.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages