metrics 0.0.2

Coda Hale style metrics for rust
Documentation

rust-metrics

Metrics collection for Rust.

Usage

Add this to your Cargo.toml:

[dependencies.metrics]

git = "https://github.com/posix4e/rust-metrics.git"

And add this to your crate root:

extern crate metrics

Features

  • Gauges
  • Counters
  • Meters
  • Console Based Reporter
  • Create a more basic histogram trait and MetricValue
  • Histogram support
  • max,mean,sum,sdev support for the histogram
  • Ganglia Reporter
  • Graphite Reporter
  • Gauge should be made generic

License

rust-metrics is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE, LICENSE-MIT for details.

Copyright (c) 2015 Alex Newman.