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

JmxTrans - GELF output writers 272

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-gelf
Версия

Версия

272
Тип

Тип

jar
Описание

Описание

JmxTrans - GELF output writers
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 team

Скачать jmxtrans-output-gelf 272


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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
commons-lang : commons-lang jar 2.6
org.graylog2 : gelfclient jar 1.4.2.1
org.jmxtrans : jmxtrans-core jar 272
org.jmxtrans : jmxtrans-output-core jar 272

provided (1)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok jar 1.18.10

test (6)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.1
org.assertj : assertj-core jar 2.8.0
org.jmxtrans : jmxtrans-test-utils jar 272
org.mockito : mockito-core jar 2.8.9
ch.qos.logback : logback-classic jar 1.2.3
ch.qos.logback : logback-core jar 1.2.3

Модули Проекта

Данный проект не имеет модулей.