rolling-metrics

Collection of advanced monitoring structures with rolling time window semantic for Dropwizard-Metrics library, including integration with HDR Histogram.

APACHE-2.0 License

Stars
100

PROJECT STATUS

This project is not maintained anymore, functionality has been migrated to RingCentral Metrics Facade.

Rolling-Metrics

The library contains collection of advanced metrics which missed in the original Metrics Core such as:

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.