Releases: DataDog/jmxfetch
Releases · DataDog/jmxfetch
0.43.1
Changes
- [BUGFIX] Service tag should not be excluded if specified #360
0.43.0
Changes
- [FEATURE] Add
jvm.gc.old_gen_size
as an alias for Tenured Gen
#358
- [BUGFIX] Prevent double signing of release artifacts #357
0.42.0
Changes
[FEATURE] Adds a configurable period for the initial bean refresh #349
[BUGFIX] Fix empty include in configuration #348
0.41.0
Changes
[FEATURE] Make collection of default JVM metrics optional #345
0.40.0 / 2020-10-28
- [IMPROVEMENT] Statsd reporter to require host name and optional port to support UDS #335
- [IMPROVEMENT] Added runtime info to stats #330
0.39.1 / 2020-09-18
- [BUGFIX] Correct collection loop period #323
- [IMPROVEMENT] Issue debug message for invalid types #314
0.39.0 / 2020-09-03
- [IMPROVEMENT] Remove 3rd-party deps: guava, commons-io, commons-lang, jackson-databind (replaced with jackson-jr-objects). #319, #320, #321, #322
- [IMPROVEMENT] Make default reconnection timeout consistent with other default timeouts. #317
0.26.6 / 2020-07-17
- [BUGFIX] Re-introduce support of Java 7, broken in
0.26.5
because of a dependency upgrade. #311