Rolling-Metrics
The library contains collection of advanced metrics which missed in the original Metrics Core such as:
- Rolling time window counters. See documentation for counters.
- Rolling time window hit-ratio. See documentation for hit-ratio.
- Top of queries by latency. See documentation for top.
- Loss-less capturing histograms(based on HdrHistogram). See documentation for histograms.
Build status
Get Rolling-Metrics library
By direct link
Download compiled jar, sources, javadocs
You can build Rolling Metrics from sources
git clone https://github.com/vladimir-bukhtoyarov/rolling-metrics.git
cd rolling-metrics
mvn clean install
You can add rolling-metrics to your project as maven dependency
The Rolling-Metrics library is distributed through both JCenter and Maven Central, use any of them:
<dependency>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>rolling-metrics</artifactId>
<version>2.0.5</version>
</dependency>
Have a question?
Feel free to ask in the gitter chat
License
Copyright 2016 Vladimir Bukhtoyarov Licensed under the Apache Software License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0.