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

ekarlso/rust-metrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published