Skip to content
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.

Latest commit

 

History

History
43 lines (29 loc) · 875 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 875 Bytes

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

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.