Releases: DataDog/jmxfetch
Releases · DataDog/jmxfetch
0.22.0
- [FEATURE] Provide a way to pass extra tags when jmxfetch is used as a library. See #191.
0.21.0
- [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.1
Changes
- [BUGFIX] Fix ServiceChecks on Agent6. See #174
0.20.0
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
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
Changes
- [IMPROVEMENT] Logs are now output to stdout if no log file is configured. See #164
0.17.0
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
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
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