We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b057c9 commit c51e27dCopy full SHA for c51e27d
README.md
@@ -13,7 +13,9 @@ Metrics Aggregator Daemon
13
<img src="https://img.shields.io/maven-central/v/com.arpnetworking.metrics/metrics-aggregator-daemon.svg"
14
alt="Maven Artifact">
15
</a>
16
-[]()
+<a href="https://hub.docker.com/r/arpnetworking/mad">
17
+ <img src="https://img.shields.io/docker/pulls/arpnetworking/mad.svg" alt="Docker">
18
+</a>
19
20
Aggregates samples into configurable time buckets (e.g. 1 second, 1 minute, etc.) published by metrics client libraries
21
(e.g. [Java](https://github.com/ArpNetworking/metrics-client-java),
0 commit comments