otlp2records 0.7.0

Transform OTLP telemetry to flattened records
Documentation
1
2
3
4
5
6
7
8
9
//! Schema ownership for Arrow batches and public schema inspection.

mod arrow;
mod defs;

pub use arrow::{
    exp_histogram_schema, gauge_schema, histogram_schema, logs_schema, sum_schema, traces_schema,
};
pub use defs::{schema_def, schema_defs, FieldType, SchemaDef, SchemaField};