Skip to content

Releases: prometheus/jmx_exporter

0.15.0 / 2021-01-25

25 Jan 16:48
Compare
Choose a tag to compare

[CHANGE/ENHANCEMENT] Update to client_java 0.10.0 to add OpenMetrics support. Any COUNTER type samples will have _total added as a suffix if it isn't already present. If you do not want this, use the default type of UNKNOWN. (#321)
[ENHANCEMENT] Added a safety check to deal with incorrect implementations of javax.management.Attribute (#542)

0.14.0 / 2020-09-04

04 Sep 12:47
Compare
Choose a tag to compare

[FEATURE] Allow caching regular expression matching in rules (#518)

0.13.0 / 2020-05-12

12 May 14:17
Compare
Choose a tag to compare

[FEATURE] Added support for jmx attributes of type java.util.Date (#449)
[ENHANCEMENT] Include error message with exception when the agent fails to start. (#399)
[ENHANCEMENT] Allow specifying IPv6 address to bind to (#450)
[ENHANCEMENT] Bump client_java to 0.9.0, including adding /-/healthy (#495)
[BUGFIX] Handle NullPointerException for getAttributes (#444)

0.12.0 / 2019-07-04

04 Jul 15:37
Compare
Choose a tag to compare

[ENHANCEMENT] Update version for simpleclient_httpserver to 0.6.0 (#380)
[BUGFIX] Fix handling of Windows paths in -javaagent config arguments (#371)
[BUGFIX] Stricter safename (#382)

0.11.0 / 2019-01-16

16 Jan 15:22
Compare
Choose a tag to compare

[ENHANCEMENT] Add jmx_exporter_build_info metric (#279)
[ENHANCEMENT] Make the agent attachable to a running VM (#280)
[BUGFIX/ENHANCEMENT] Update client java to 0.6.0 (#350)
[BUGFIX] safeName: handle numeric label case (#335)
[BUGFIX] Handle nested tabular data. (#348)

0.3.1 / 2018-05-10

10 May 12:55
Compare
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
Compare
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
Compare
Choose a tag to compare

[FEATURE] Support the agent binding to specific IPv6 addresses

0.1.0 / 2017-10-26

26 Oct 15:19
Compare
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
Compare
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