не последняя версия
Последняя версия 0.9.1

com.github.dimovelev:metrics-sampler 0.8.0

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.

Категории

Категории

Metrics Тестирование приложения и мониторинг Monitoring
Группа

Группа

com.github.dimovelev
Идентификатор

Идентификатор

metrics-sampler
Версия

Версия

0.8.0
Тип

Тип

pom

Скачать metrics-sampler 0.8.0

Имя Файла Размер
metrics-sampler-0.8.0.pom 7 KB
Обзор

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