Releases: DataDog/jmxfetch
Releases · DataDog/jmxfetch
0.49.1
- [FEATURE] Add ZGC Major and Minor Cycles and ZGC Major and Minor Pauses beans support out of the box (Generational ZGC support) #509
- [FEATURE] Added support for emitting logs with millisecond timestamp #512
Available for download here:
https://repo1.maven.org/maven2/com/datadoghq/jmxfetch/0.49.1/
0.49.0
- [FEATURE] Adds more per-instance telemetry data around bean matching
- [BUGFIX] Removes un-necessary statsd reinit
Available for download here:
https://repo1.maven.org/maven2/com/datadoghq/jmxfetch/0.49.0/
0.48.0
- [FEATURE] Adds a configurable jmxfetch telemetry check to improve jmxfetch observability #467
- [FEATURE] Added an option to enable removal of extra quotation marks during tag extraction from Java management beans' parameters/attributes #469
- [FEATURE] Updated status bean to report JMX Telemetry to Agent status #477
Available for download here:
https://repo1.maven.org/maven2/com/datadoghq/jmxfetch/0.48.0/
0.47.10
- [IMPROVEMENT] Improvements in how JMXFetch handles communicating back to the Agent. The TLS of the HTTP client used can now be configured, extra logging has been added around the SSL Context, and 'TLS' as min protocol version used in the dummyTrustManager (configurable using the flag jmxfetch.min_tls_version, e.g. -Djmxfetch.min_tls_version=TLS) #436
- [BUGFIX] Fixed issue race condition where an exception is thrown if the Agent hasn't finished initializing before JMXFetch starts to shut down #449
- [OTHER] Update management agent logic and comments for Java 7 vs 8 vs 9 #457
Available for download here:
https://repo1.maven.org/maven2/com/datadoghq/jmxfetch/0.47.10/
0.47.9
- [BUGFIX] Fixes thread leak in situations with persistent connection failures #432
- [BUGFIX] Efficiency improvements when fetching attribute data #431
- [OTHER] Improves process-attach functionality on modern JDKs #437
Available for download here:
https://repo1.maven.org/maven2/com/datadoghq/jmxfetch/0.47.9/
0.47.8
- [BUGFIX] Changes connection failure detection during bean refresh to be more efficient #424
Available for download here:
https://repo1.maven.org/maven2/com/datadoghq/jmxfetch/0.47.8/
0.47.7
0.47.6
0.47.5
- [SECURITY] Bump
snakeyamldependency to version2.0to mitigate CVE-2022-1471 #413