jmx_exporter

A process for exposing JMX Beans via HTTP for Prometheus consumption

APACHE-2.0 License

Stars
2.9K
Committers
112

Bot releases are hidden (Show)

jmx_exporter - 0.8 / 2017-02-24

Published by brian-brazil over 7 years ago

[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

jmx_exporter - 0.7 / 2016-10-27

Published by brian-brazil almost 8 years ago

[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

jmx_exporter - 0.6 / 2016-02-04

Published by brian-brazil over 8 years ago

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

jmx_exporter - 0.5 / 2015-10-22

Published by brian-brazil almost 9 years ago

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

jmx_exporter -

Published by brian-brazil about 9 years ago

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