JmxTrans - Core output writers

This module contains output writers that do not have any special dependencies.

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

jmxtrans-output-core
Последняя версия

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

272
Дата

Дата

Тип

Тип

jar
Описание

Описание

JmxTrans - Core output writers
This module contains output writers that do not have any special dependencies.
Организация-разработчик

Организация-разработчик

JmxTrans team

Скачать jmxtrans-output-core

Как подключить последнюю версию

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

Зависимости

compile (13)

Идентификатор библиотеки Тип Версия
com.fasterxml.jackson.core : jackson-annotations jar
com.fasterxml.jackson.core : jackson-core jar
com.github.chrisvest : stormpot jar 2.4.1
com.github.rholder : guava-retrying jar 2.0.0
com.google.guava : guava jar 29.0-jre
commons-io : commons-io jar 2.6
commons-lang : commons-lang jar 2.6
commons-pool : commons-pool jar 1.6
javax.inject : javax.inject jar 1
org.apache.commons : commons-jexl jar 2.1.1
org.jmxtrans : jmxtrans-core jar 272
org.jmxtrans : jmxtrans-utils jar 272
org.slf4j : slf4j-api jar 1.7.25

provided (2)

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

test (14)

Идентификатор библиотеки Тип Версия
com.github.tomakehurst : wiremock-jre8 jar 2.27.2
com.jayway.awaitility : awaitility jar 1.7.0
junit : junit jar 4.13.1
net.javacrumbs.json-unit : json-unit-fluent jar 1.25.0
org.assertj : assertj-core jar 2.8.0
org.hamcrest : hamcrest-library jar 1.3
org.jmxtrans : jmxtrans-test-utils jar 272
org.mockito : mockito-core jar 2.8.9
org.powermock : powermock-api-mockito2 jar 1.7.1
org.powermock : powermock-core jar 1.7.1
org.powermock : powermock-module-junit4 jar 1.7.1
org.powermock : powermock-reflect jar 1.7.1
ch.qos.logback : logback-classic jar 1.2.3
ch.qos.logback : logback-core jar 1.2.3

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

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

jmxtranslogo

FOSSA Status Build Status Build status Dependency Status Gitter Maven site Maven Central sonarcloud.io

This is the source code repository for the jmxtrans project.

This is effectively the missing connector between speaking to a JVM via JMX on one end and whatever logging / monitoring / graphing package that you can dream up on the other end.

jmxtrans is very powerful tool which uses easily generated JSON (or YAML) based configuration files and then outputs the data in whatever format you desire. It does this with a very efficient engine design that will scale to communicating with thousands of machines from a single jmxtrans instance.

The core engine is very solid and there are writers for Graphite, StatsD, Ganglia, cacti/rrdtool, OpenTSDB, text files, and stdout. Feel free to suggest more on the discussion group or issue tracker.

Coda Hale did an excellent talk for Pivotal Labs on why metrics matter. Great justification for using a tool like jmxtrans.

render

Special thanks:

License

FOSSA Status

org.jmxtrans

jmxtrans project

Версии библиотеки

Версия
272
271
270
269
268
267
266
265
264
263
262
261
260
259
256
254
253
252
251