Jmx Exporter Versions Save

A process for exposing JMX Beans via HTTP for Prometheus consumption

parent-0.7

7 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

parent-0.6

8 years ago

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

parent-0.5

8 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

parent-0.4

8 years ago

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