Skip to content

Releases: prometheus/jmx_exporter

0.3.1 / 2018-05-10

10 May 12:55

Choose a tag to compare

[BUGFIX] Avoid a stack overflow with long property lists
[BUGFIX] Fix null pointer exception when racing with an item being removed from a CompositeData

0.3.0 / 2018-03-02

02 Mar 12:27

Choose a tag to compare

[ENHANCEMENT] Various performance improvements
[ENHANCEMENT] Upgraded to simpleclient 0.3.0

0.2.0 / 2018-01-08

08 Jan 13:39

Choose a tag to compare

[FEATURE] Support the agent binding to specific IPv6 addresses

0.1.0 / 2017-10-26

26 Oct 15:19

Choose a tag to compare

[BUGFIX] Prevent hanging on JVM exit for java agent
[BUGFIX] Correct anchoring on regex

0.10 / 2017-07-31

31 Jul 14:19

Choose a tag to compare

[ENCHANCEMENT] Switch to HttpServer from jetty, resolving issues on machines with many cores
[ENCHANCEMENT] Update to client_java 0.0.26
[FEATURE] Add optional startup delay, for buggy mBeans that break if called during initilisation
[FEATURE] Added optional logs for call times, useful for finding slow mBeans
[BUGFIX] Allow auth to work on test scraper
[BUGFIX] UNTYPED as default type, and actually use user configured type

0.9 / 2017-03-21

21 Mar 13:44

Choose a tag to compare

[ENCHANCEMENT] Update all poms to client_java 0.0.21
[BUGFIX] Limit number of jetty acceptors in the agent, to prevent issues on machines with large numbers of cpus

0.8 / 2017-02-24

24 Feb 15:26

Choose a tag to compare

[FEATURE] SSL support for JMX
[FEATURE] Java agent now has a limit on threads and queue size
[ENHANCEMENT] Using the latest 0.0.21 client_java
[BUGFIX] valueFactor is now a double

0.7 / 2016-10-27

27 Oct 09:29

Choose a tag to compare

[FEATURE] Auto-reload config on file change
[FEATURE] Allow extracting value via the regex
[FEATURE] Allow multiplying value by a factor
[FEATURE] Allow Java agent to bind to a specific IP
[FEATURE] Convert booleans to 0/1
[BUGFIX] Don't double shade java agent
[BUGFIX] Use queryMBeans instead of queryNames, works around a weird issue reported in jBoss

0.6 / 2016-02-04

04 Feb 20:22

Choose a tag to compare

[FEATURE] Authentication support
[FEATURE] Arbitrary JMX url support
[ENHANCEMENT] Use newer version of client_java
[ENHANCEMENT] Improve reporting of exceptions

0.5 / 2015-10-22

22 Oct 10:05

Choose a tag to compare

Breaking: The config format is now YAML rather than JSON. The structure remains the same.

[CHANGE] Change config format to YAML
[ENHANCEMENT] Updated example configuration for Kafka >=0.8.2 added