Skip to content

Releases: DataDog/jmxfetch

0.14.0

31 May 21:08
Compare
Choose a tag to compare

Changes

  • [FEATURE] Add support for min_collection_interval. See #135 and #140

0.13.1

31 May 19:30
Compare
Choose a tag to compare

0.13.1 / 04-18-2017

Changes

  • [BUGFIX] Service_discovery: fix race condition preventing SD initialization. See #135

0.13.0

03 Mar 21:13
Compare
Choose a tag to compare

0.13.0 / 03-03-2017

Changes

  • [BUGFIX] Allow specifying no alias on detailed attribute. See #133
  • [BUGFIX] Fix connectivity loss when multiple instances are assigned to a same JVM. See #124
  • [BUGFIX] Parse string-defined ports to integers in user configurations. See #121
  • [BUGFIX] Support java.util.Map attribute types. See #130
  • [BUGFIX] Support list-defined user tags at instance level. See #132
  • [FEATURE] Add histogram metric type. See #115
  • [FEATURE] Add list_jvms command to list available JVMs when using the Attach API. See #100, #112 (Thanks @cslee00)
  • [FEATURE] Add tag blacklisting. See #116
  • [FEATURE] Add user tags definition for MBeans. See #117.
  • [FEATURE] Enable service discovery via a named pipe. See #113
  • [FEATURE] Support javax.management.openmbean.TabularData attribute types. See #111, #128 (Thanks @brothhaar)
  • [FEATURE] Support user tag value substitution by attribute name. See #117.
  • [IMPROVEMENT] Print exception messages on Attach API connection failures. See #122 (Thanks @aoking)

0.12.0

08 Sep 00:07
Compare
Choose a tag to compare

0.12.0 / 09-27-2016

Changes

  • [BUGFIX] Fix list_not_matching_attributes action to return all "not matching" attributes. See #102 (Thanks @nwillems)

0.11.0

13 May 18:37
Compare
Choose a tag to compare

0.11.0 / 05-23-2016

Changes

  • [BUGFIX] Report properly beans with ':' in the name. See #90, #91, #95 (Thanks @bluestix)
  • [BUGFIX] Sanitize metric names and tags, i.e. remove illegal characters. See #89
  • [BUGFIX] Support javax.management.Attribute attribute types. See #92 (Thanks @nwillems)
  • [FEATURE] Add user tags to service checks. See #96
  • [FEATURE] Allow group name substitutions in attribute/alias parameters. See #94, #97 (Thanks @alz)

0.10.0

23 Mar 20:29
Compare
Choose a tag to compare

0.10.0 / 03-23-2016

Changes

  • [FEATURE] Allow configuration of StatsD host. See #85
  • [IMPROVEMENT] Re-throw IOException caught at the instance-level to handle them properly. See #83

0.9.0

05 Nov 20:54
Compare
Choose a tag to compare

0.9.0 / 11-05-2015

Changes

  • [BUGFIX] Fix bean name matching logic: ORAND. See #81
  • [FEATURE] Support float and java.lang.Float attribute types as simple JMX attributes. See #76
  • [FEATURE] Support Cassandra > 2.2 metric name structure (CASSANDRA-4009). See #79
  • [FEATURE] Support custom JMX Service URL to connect to, on a per-instance basis. See #80
  • [IMPROVEMENT] Assign generic alias if not defined. See #78

0.8.0

17 Sep 21:51
Compare
Choose a tag to compare

0.8.0 / 09-17-2015

Changes

  • [BUGFIX] Do not send service check warnings on metric limit violation. See #73
  • [BUGFIX] Log exception stack traces instead of printing them. See #67
  • [BUGFIX] Use jmx_server tag instead of host to tag JMX host's service checks. See #66
  • [FEATURE] Wildcard support on domains and bean names. See #57
  • [IMPROVEMENT] Memory saving by limiting MBeans queries to certain scopes. See #63
  • [IMPROVEMENT] Memory saving by query bean names instead of full bean objects. See #71

0.7.0

04 Jun 22:55
Compare
Choose a tag to compare

0.7.0 / 06-04-2015

Changes

  • [ENHANCEMENT] Add option to exit JMXFetch when a specified file is created. See #58
  • [BUGFIX] Rename 'host' bean parameter to 'bean_host' in tags to avoid conflicts. See #59

0.6.0

20 May 17:52
Compare
Choose a tag to compare

0.6.0 / 05-20-2015

Changes

  • [ENHANCEMENT] Format service check names prefix names to strip non alphabetic characters. See [#53][]
  • [FEATURE] Write the number of service check sent to status file. See [#54][]