Skip to content

Releases: logzio/jmx2graphite

v1.3.2

11 Sep 14:49
Compare
Choose a tag to compare

This release adds an option to configure the omitted log level.

v1.3.1

25 Jul 09:06
d95252e
Compare
Choose a tag to compare

This release offers two ways of configuration when using Jolokia agent (and docker):

  • Set environment variables
  • Provide a configuration file

v1.3

12 May 08:39
Compare
Choose a tag to compare

The project has been converted to Maven project

v1.2.5 - BAD VERSION, DO NOT USE

11 Mar 10:05
11b8735
Compare
Choose a tag to compare

This release adds support for commas as argument delimiters when using as a Java agent. If you experience issues when using semicolons as argument delimiters, try using a comma instead.

v1.2.4

25 Dec 20:20
29203bc
Compare
Choose a tag to compare

Added Thread names

v1.2.3

14 Nov 08:30
dbd4037
Compare
Choose a tag to compare

Fixed an NPE that happened when "poll" method returned null (in case of MBeanClient.MBeanClientPollingFailure)

v1.2.2

05 Sep 14:17
Compare
Choose a tag to compare
  • Fixed a bug when no protocol was provided
  • Fixed log4j dependencies
  • Changed Docker image to be based upon Alpine and OpenJDK

Java Agent - v1.1.0

21 Jun 12:46
Compare
Choose a tag to compare
Feature/java agent (#7)

* Refactor code to support different providers

* One file left behind

* Removed unused libraries and helper classes

* Refactor again, now implementing different clients instead of pollers

* MBeans client working

* Remove some redundant files and bugfix java agent

* WIP

* Fixed a few bugs

* Configuration and flatten refactoring

* Shading, configurations, fixes  - working version.

* Added changelog

* PR changes

* More PR fixes

* Change test application.conf to match the new format

* Final - updated log4j