Releases: prometheus/jmx_exporter
0.3.1 / 2018-05-10
[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
[ENHANCEMENT] Various performance improvements
[ENHANCEMENT] Upgraded to simpleclient 0.3.0
0.2.0 / 2018-01-08
[FEATURE] Support the agent binding to specific IPv6 addresses
0.1.0 / 2017-10-26
[BUGFIX] Prevent hanging on JVM exit for java agent
[BUGFIX] Correct anchoring on regex
0.10 / 2017-07-31
[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
[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
[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
[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
[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
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