Last Version

com.github.dimovelev:metrics-sampler-core 0.9.1

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.

License

License

Categories

Categories

Metrics Application Testing & Monitoring Monitoring
GroupId

GroupId

com.github.dimovelev
ArtifactId

ArtifactId

metrics-sampler-core
Version

Version

0.9.1
Type

Type

jar
Description

Description

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.

Download metrics-sampler-core 0.9.1


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

Dependencies

compile (8)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.5
com.thoughtworks.xstream : xstream jar 1.4.11.1
commons-beanutils : commons-beanutils jar 1.8.3
commons-io : commons-io jar 2.4
ch.qos.logback : logback-classic jar 1.0.12
ch.qos.logback : logback-core jar 1.0.12
org.apache.httpcomponents : httpclient jar 4.5.2
com.beust : jcommander jar 1.30

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.mockito : mockito-core jar 1.9.5

Project Modules

There are no modules declared in this project.