License |
License |
---|---|
Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
GroupId | GroupIdcom.github.dimovelev |
ArtifactId | ArtifactIdmetrics-sampler-extension-exec |
Version | Version0.9.1 |
Type | Typejar |
Description |
Descriptionmetrics-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.
|
<!-- https://jarcasting.com/artifacts/com.github.dimovelev/metrics-sampler-extension-exec/ -->
<dependency>
<groupId>com.github.dimovelev</groupId>
<artifactId>metrics-sampler-extension-exec</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dimovelev/metrics-sampler-extension-exec/
implementation 'com.github.dimovelev:metrics-sampler-extension-exec:0.9.1'
// https://jarcasting.com/artifacts/com.github.dimovelev/metrics-sampler-extension-exec/
implementation ("com.github.dimovelev:metrics-sampler-extension-exec:0.9.1")
'com.github.dimovelev:metrics-sampler-extension-exec:jar:0.9.1'
<dependency org="com.github.dimovelev" name="metrics-sampler-extension-exec" rev="0.9.1">
<artifact name="metrics-sampler-extension-exec" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dimovelev', module='metrics-sampler-extension-exec', version='0.9.1')
)
libraryDependencies += "com.github.dimovelev" % "metrics-sampler-extension-exec" % "0.9.1"
[com.github.dimovelev/metrics-sampler-extension-exec "0.9.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.dimovelev : metrics-sampler-core | jar | 0.9.1 |
org.slf4j : slf4j-api | jar | 1.7.5 |
org.slf4j : jcl-over-slf4j | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 1.9.5 |
junit : junit | jar | 4.11 |