MVN

com.github.dimovelev : metrics-sampler

Maven & Gradle

Dec 31, 2019
51 stars

metrics-sampler · metrics-sampler is a java program which regularly queries metrics from a configured set of inputs, selects and renames them using regular expressions and sends them to a configured set of outputs. It supports JMX and JDBC as inputs and Graphite as output out of the box.

<dependency>
    <groupId>com.github.dimovelev</groupId>
    <artifactId>metrics-sampler</artifactId>
    <version>0.9.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.dimovelev : metrics-sampler to add to Maven - Latest Versions:

  • Latest Stable: 0.9.1

All Versions

Choose a version of com.github.dimovelev : metrics-sampler to add to Maven - All Versions:

Version Vulnerabilities Updated
0.9.x
metrics-sampler-0.9.1
metrics-sampler-0.9.0
0.8.x
metrics-sampler-0.8.2
metrics-sampler-0.8.1
metrics-sampler-0.8.0
0.7.x
metrics-sampler-0.7.3
metrics-sampler-0.7.2
metrics-sampler-0.7.1
0.5.x
metrics-sampler-0.5.7

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.dimovelev</groupId>
    <artifactId>metrics-sampler</artifactId>
    <version>0.9.1</version>
</dependency>

Advertisement