Metrics collection for Rust.
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
- 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
- Improved testing (Matchers, for the !server macros in the carbon reporter testing)
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.