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

org.jmxtrans:jmxtrans-output 252

This module groups all different output writers. Different output writers have different dependencies. To ensure that those dependencies do not leak to other output writer, or that we can limit to number of dependencies at runtime, output writers are split into separate modules based on the dependencies they use. For example, the CloudWatch output writers depends on the AWS SDK, which is quite large and not used by any other output writer. If you only want to send metrics to Graphite, there should be no need to have the AWS SDK in your classpath at runtime. Some dependencies are also problematic. They can introduce incompatibilities. For example, a few writers are based directly on log4j or logback. This direct dependence breaks the use of SLF4J. By isolating those output writers to a specific module, we can ensure this has minimal impact.

Категории

Категории

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

Группа

org.jmxtrans
Идентификатор

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

jmxtrans-output
Версия

Версия

252
Тип

Тип

pom

Скачать jmxtrans-output 252

Имя Файла Размер
jmxtrans-output-252.pom 3 KB
Обзор

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