Jmx Exporter Versions Save

A process for exposing JMX Beans via HTTP for Prometheus consumption

parent-0.13.0

3 years ago

[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)

parent-0.12.0

4 years ago

[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)

parent-0.11.0

5 years ago

[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)

parent-0.3.1

5 years ago

[BUGFIX] Avoid a stack overflow with long property lists [BUGFIX] Fix null pointer exception when racing with an item being removed from a CompositeData

parent-0.3.0

6 years ago

[ENHANCEMENT] Various performance improvements [ENHANCEMENT] Upgraded to simpleclient 0.3.0

parent-0.2.0

6 years ago

[FEATURE] Support the agent binding to specific IPv6 addresses

parent-0.1.0

6 years ago

[BUGFIX] Prevent hanging on JVM exit for java agent [BUGFIX] Correct anchoring on regex

parent-0.10

6 years ago

[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

parent-0.9

7 years ago

[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

parent-0.8

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