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

com.github.dimovelev:metrics-sampler 0.5.7

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.5.7
Тип

Тип

pom

Скачать metrics-sampler 0.5.7

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

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