# rolling-metrics
**Repository Path**: fwjok/rolling-metrics
## Basic Information
- **Project Name**: rolling-metrics
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-03-19
- **Last Updated**: 2024-03-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# PROJECT STATUS
This project **is not maintained anymore**, functionality has been migrated to [RingCentral Metrics Facade](https://github.com/ringcentral/metrics-facade).
# Rolling-Metrics
The library contains collection of advanced metrics which missed in the original [Metrics Core](https://dropwizard.github.io/metrics/3.1.0/manual/core/) such as:
* Rolling time window counters. [See documentation for counters](counters.md).
* Rolling time window hit-ratio. [See documentation for hit-ratio](hit-ratio.md).
* Top of queries by latency. [See documentation for top](top.md).
* Loss-less capturing histograms(based on HdrHistogram). [See documentation for histograms](histograms.md).
## Build status
[](https://coveralls.io/github/vladimir-bukhtoyarov/rolling-metrics?branch=master)
[](http://www.apache.org/licenses/LICENSE-2.0)
[ ](https://bintray.com/vladimir-bukhtoyarov/maven/rolling-metrics/_latestVersion)
[](https://gitter.im/vladimir-bukhtoyarov/rolling-metrics?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
## Get Rolling-Metrics library
#### By direct link
[Download compiled jar, sources, javadocs](https://github.com/vladimir-bukhtoyarov/rolling-metrics/releases/tag/2.0.2)
#### You can build Rolling Metrics from sources
```bash
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](https://bintray.com/bintray/jcenter?filterByPkgName=rolling-metrics) and [Maven Central](http://search.maven.org/),
use any of them:
```xml
com.github.vladimir-bukhtoyarov
rolling-metrics
2.0.5
```
Have a question?
----------------
Feel free to ask in the [gitter chat](https://gitter.im/vladimir-bukhtoyarov/rolling-metrics)
License
-------
Copyright 2016 Vladimir Bukhtoyarov
Licensed under the Apache Software License, Version 2.0: .