Skip to content

Releases: DataDog/jmxfetch

0.49.1

09 Apr 16:40
56abcaf

Choose a tag to compare

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

10 Nov 19:52
46425f1

Choose a tag to compare

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

27 Sep 19:40
fbeee8d

Choose a tag to compare

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

10 Aug 13:12
7184453

Choose a tag to compare

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

26 May 14:01
ec5bf72

Choose a tag to compare

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

14 Apr 07:33
27e1286

Choose a tag to compare

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

03 Apr 11:00
cdaa75d

Choose a tag to compare

  • [FEATURE] Adds config options for statsd client socket buffer size and socket timeout #420
  • [BUGFIX] A bean refresh will now be aborted if a connection error occurs during a bean refresh #419

0.47.6

30 Mar 11:43
fe9d94e

Choose a tag to compare

  • [FEATURE] Configure DogStatsD client to use blocking IO to reduce data drops with large metric payloads #416

0.47.5

10 Mar 12:28
706b7ec

Choose a tag to compare

0.47.4

14 Feb 09:57
8fa9f01

Choose a tag to compare

  • [BUGFIX] Fixed issue where pulling metrics from javax.management.openmbean.TabularDataSupport would not work as it was not recognised as an implementation of javax.management.openmbean.TabularData #409