Releases: DataDog/jmxfetch
Releases · DataDog/jmxfetch
0.27.1
Changes
- [SECURITY] Bump jackson dependency to 2.9.9. See #227
- [IMPROVEMENT] Log new check names instead of their complete configuration. See #229
0.26.2
- [IMPROVEMENT] Bump jackson dependency versions to 2.9.9. See #227
- [IMPROVEMENT] Only log check names instead of their config. See #229
0.29.0
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
Changes
- [IMPROVEMENT] Added --version command. See #218
- [BUGFIX] Don't print a stacktrace when failing to get a metric. See #219
0.27.0
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
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
- [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.0
- [FEATURE] Add support for direct local jmx connections. See #201
0.23.0
- [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