Skip to content

Releases: prometheus/jmx_exporter

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

0.9 / 2017-03-21

21 Mar 13:44
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

parent-0.4

16 Sep 08:51
Compare
Choose a tag to compare

[FEATURE] Added support for whitelisting/blacklisting mBeans based on objectnames
[ENHANCEMENT] Minor performance tuning