dipstick 0.9.4

Fast, all-purpose metrics library decoupling instrumentation from reporting backends. Like logging frameworks but with counters, timers and gauges. Supports combined outputs (e.g. log + graphite), sampling, aggregation, scheduled push, etc.
Documentation
pub mod void;

pub mod format;

pub mod map;

pub mod stream;

pub mod log;

pub mod socket;

pub mod graphite;

pub mod graphite_udp;

pub mod statsd;

//#[cfg(feature="prometheus")]
pub mod prometheus;