Crate bioyino_metric[][src]

Expand description

This crate contains useful types and methods for working with metrics in bioyino statsd server and some other metric processing software. Features:

  • a type for representing typed and timestamped metrics, generic over floating point format
  • streaming parser of statsd format
  • metric aggregation routines
  • working with Graphite-compatible metric naming including basic tags support
  • schema and functions for sending/receiving metrics in binary Cap’n’Proto format

Re-exports

pub use crate::metric::*;
pub use crate::name::MetricName;
pub use crate::prelude::*;

Modules

Aggregation routines

Metric values routines

Metric name routines

Metric parsing routines

Convenience types

An autogenerated module for working with capnp schema

An autogenerated module for working with capnp schema version 2