Skip to content

Releases: DataDog/jmxfetch

0.38.2 / 2020-07-17

17 Jul 15:20
b65da31
Compare
Choose a tag to compare
  • [BUGFIX] Re-introduce support of Java 7, broken in 0.38.1 because of a dependency upgrade. #311

0.38.1 / 2020-07-07

07 Jul 22:13
00e2ee7
Compare
Choose a tag to compare
  • [BUGFIX] Apply the '--log_format_rfc3339' option to the console logger. #308

0.38.0 / 2020-06-25

07 Jul 19:59
0.38.0
c150360
Compare
Choose a tag to compare
  • [IMPROVEMENT] Collect Shenandoah GC collection count and time. #306
  • [IMPROVEMENT] Collect ZGC collection count and time. #303
  • [BUGFIX] Fix the --log_format_rfc3339 option. #302

0.26.5 / 2020-07-07

07 Jul 19:49
6dce26e
Compare
Choose a tag to compare

0.37.0 / 2020-06-16

16 Jun 19:26
Compare
Choose a tag to compare
  • [IMPROVEMENT] Update logs format to match the Datadog Agent format. [#300][]
  • [IMPROVEMENT] Add the option '--log_format_rfc3339' to use RFC3339 for dates in the logs. [#300][]
  • [IMPROVEMENT] Better handling of timeouts for both SSL and non-SSL RMI/JMX connections. [#298][]

0.26.4 / 2020-05-21

21 May 18:36
f346e6a
Compare
Choose a tag to compare

0.36.2 / 2020-05-15

15 May 19:01
ed87e76
Compare
Choose a tag to compare
  • [SECURITY] Bump snakeyaml dependency to 1.26. #294
  • [IMPROVEMENT] Only log about broken instances when they exist. #280

0.36.1 / 2020-04-02

02 Apr 13:35
a05c365
Compare
Choose a tag to compare

Changes

  • [IMPROVEMENT] Fix json service check status #287
  • [BUGFIX] Revert pull request #285 #288 and re-implement the ability to configure the RMI connection timeout #289

0.36.0 / 2020-03-31

31 Mar 18:30
7fb409f
Compare
Choose a tag to compare

Changes

  • [FEATURE] Add class name and class regex filters #277
  • [FEATURE] Add check prefix config #284
  • [IMPROVEMENT] Fix service checks in the JSON reporter #278
  • [IMPROVEMENT] Fix RMI socket connection timeout #285

0.35.0 / 2020-02-24

24 Feb 09:47
e7f4cfb
Compare
Choose a tag to compare

Changes

  • [FEATURE] Add embedded mode. #262
  • [FEATURE] Add none EntityId by default to UDS metrics. #262
  • [FEATURE] Add new command to test rate metrics. See #267
  • [FEATURE] Add support for a service tag. See #269
  • [IMPROVEMENT] Fix NPE handling. #260
  • [IMPROVEMENT] Fix ThreadPool creation: accurate thread naming. See #261
  • [IMPROVEMENT] Fix getTagsMap generic parameter handling. See #265
  • [IMPROVEMENT] Replace LinkedHashMap with HashMap or Map. See #266
  • [IMPROVEMENT] Replace LinkedList with ArrayList or List. See #268
  • [IMPROVEMENT] Replace HashMap concrete type with Map interface. See #270
  • [IMPROVEMENT] Replace metric Map with a Metric class. See #271
  • [IMPROVEMENT] Cache and reuse metric instances. See #273
  • [IMPROVEMENT] Display service checks with JsonReporter. See #272
  • [IMPROVEMENT] Bump java-dogstatsd-client to version 0.29.0. See #275