Skip to content

Releases: DataDog/jmxfetch

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.

0.20.2

18 Sep 12:04
ec34baf
Compare
Choose a tag to compare

Changes

0.20.1

04 Sep 09:27
8efbc04
Compare
Choose a tag to compare

Changes

  • [BUGFIX] Fix ServiceChecks on Agent6. See #174

0.20.0

27 Apr 12:58
d4d471e
Compare
Choose a tag to compare

Changes

  • [FEATURE] Configs can now be given to jmxfetch using the https endpoint when running list_* troubleshooting commands. See #171.
  • [IMPROVEMENT] Parameter rmi_client_timeout can now be given as an integer. See #170.

0.19.0

19 Mar 14:37
bc8ed21
Compare
Choose a tag to compare

Changes

  • [FEATURE] Ability to specify tags on metrics based on regex groupings of bean names. See #167.
  • [IMPROVEMENT] Set TCP response timeout to ensure JMXFetch doesn't hang on broken beans. See #168.

0.18.2

13 Feb 14:34
c4f3d16
Compare
Choose a tag to compare

Changes

  • [IMPROVEMENT] Logs are now output to stdout if no log file is configured. See #164

0.17.0

20 Sep 15:51
Compare
Choose a tag to compare

Changes

  • [FEATURE] Add support for submission of JMX statuses to REST API. See #155
  • [IMPROVEMENT] Rates: add canonical_rate + feature flag for the feature. See #154 (Thanks @arrawatia)

0.16.0

21 Aug 19:49
Compare
Choose a tag to compare

Changes

  • [BUGFIX] Increase maximum length of instance configs pulled from Auto-Discovery pipe. See #147
  • [IMPROVEMENT] Touch JMXFetch launch file on boot-up. See #143

0.15.0

11 Jul 15:55
Compare
Choose a tag to compare

Changes

  • [FEATURE] Transition to auto-discovery nomenclature, support legacy SD. See #142
  • [IMPROVEMENT] Auto_discovery: process templates larger than the page buffer size. See #145