Skip to content

Releases: DataDog/jmxfetch

0.29.0

22 May 18:11
de02b5c
Compare
Choose a tag to compare

Changes

  • [IMPROVEMENT] Log via slf4j instead of directly to log4j. See #223
  • [IMPROVEMENT] Use Lombok builder for AppConfig, formalize jvm_direct connection. See #225

0.28.0

30 Apr 13:18
f8fcc77
Compare
Choose a tag to compare

Changes

  • [IMPROVEMENT] Added --version command. See #218
  • [BUGFIX] Don't print a stacktrace when failing to get a metric. See #219

0.27.0

04 Mar 10:59
c86d6b3
Compare
Choose a tag to compare

Changes

  • [IMPROVEMENT] java-dogstatsd-client has been upgraded to version 2.7. See #207 (Thanks @mattdrees)
  • [IMPROVEMENT] java-dogstatsd-client connections errors are now logged. See #208 (Thanks @mattdrees)
  • [IMPROVEMENT] Lower log level of log entry dumping all configs from AutoConfig. See #212
  • [BUGFIX] GC metrics jvm.gc.eden_size and jvm.gc.survivor_size were not collected for
    Eden Space and Survivor Space memory pools. See #214

0.26.1

04 Jun 11:40
ace2b06
Compare
Choose a tag to compare

Changes

  • [SECURITY] Bump jackson dependency to 2.9.9. See #227
  • [IMPROVEMENT] Log new check names instead of their complete configuration. See #229

0.25.0

23 Jan 19:46
Compare
Choose a tag to compare
  • [FEATURE] Allow metrics.yaml configs to be loaded via resources. See #205
  • [FEATURE] Allow replacing $value by the JMX value in a metric name. See #204

0.24.1

23 Jan 19:34
Compare
Choose a tag to compare

0.24.0

10 Dec 13:49
c80e106
Compare
Choose a tag to compare
  • [FEATURE] Add support for direct local jmx connections. See #201

0.23.0

10 Dec 13:50
fd22234
Compare
Choose a tag to compare
  • [FEATURE] Support the empty_default_hostname instance field. See #184
  • [FEATURE] Default JVM metrics for GC pools, class load count, and descriptors. See #198
  • [BUGFIX] Hide new GC metrics behind a flag. See #197

0.22.0

19 Oct 14:41
4786085
Compare
Choose a tag to compare
  • [FEATURE] Provide a way to pass extra tags when jmxfetch is used as a library. See #191.

0.21.0

10 Oct 15:45
2c52e8e
Compare
Choose a tag to compare
  • [FEATURE] Adds support for rmi registry connection over SSL and client authentication. See #185.
  • [IMPROVEMENT] jmxfetch can now be used as a library. See #180.