is not current version
Last Version 0.9.1

com.github.dimovelev:metrics-sampler 0.8.2

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.

Categories

Categories

Metrics Application Testing & Monitoring Monitoring
GroupId

GroupId

com.github.dimovelev
ArtifactId

ArtifactId

metrics-sampler
Version

Version

0.8.2
Type

Type

pom

Download metrics-sampler 0.8.2


<!-- https://jarcasting.com/artifacts/com.github.dimovelev/metrics-sampler/ -->
<dependency>
    <groupId>com.github.dimovelev</groupId>
    <artifactId>metrics-sampler</artifactId>
    <version>0.8.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dimovelev/metrics-sampler/
implementation 'com.github.dimovelev:metrics-sampler:0.8.2'
// https://jarcasting.com/artifacts/com.github.dimovelev/metrics-sampler/
implementation ("com.github.dimovelev:metrics-sampler:0.8.2")
'com.github.dimovelev:metrics-sampler:pom:0.8.2'
<dependency org="com.github.dimovelev" name="metrics-sampler" rev="0.8.2">
  <artifact name="metrics-sampler" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.dimovelev', module='metrics-sampler', version='0.8.2')
)
libraryDependencies += "com.github.dimovelev" % "metrics-sampler" % "0.8.2"
[com.github.dimovelev/metrics-sampler "0.8.2"]