Skip to content

Releases: DataDog/jmxfetch

0.49.4

23 Aug 08:32
76f0a04
Compare
Choose a tag to compare
  • [FEATURE] Added support for IBM J9 gc metrics #534

Available for download here:
https://repo1.maven.org/maven2/com/datadoghq/jmxfetch/0.49.4/

0.49.3

29 Jul 09:28
4c36826
Compare
Choose a tag to compare
  • [FEATURE] Added support for jsr77 j2ee statistics #531
  • [FEATURE] Added support for custom ConnectionFactory #530

Available for download here:
https://repo1.maven.org/maven2/com/datadoghq/jmxfetch/0.49.3/

0.49.2

07 Jun 16:14
0d93be1
Compare
Choose a tag to compare
  • [FEATURE] Added support for emitting logs with thread name #525
  • [BUGFIX] Telemetry is no longer initialized when telemetry is disabled #522

Available for download here:
https://repo1.maven.org/maven2/com/datadoghq/jmxfetch/0.49.2/

0.49.1

09 Apr 16:40
56abcaf
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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