File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
3- # 0.49.5 / TBC
3+ # 0.49.5 / 2024-10-24
4+ * [ FEATURE] Added support for ` UnloadedClassCount ` metric [ #540 ] [ ]
45
56# 0.49.4 / 2024-08-23
67* [ FEATURE] Added support for IBM J9 gc metrics [ #534 ] [ ]
@@ -783,6 +784,7 @@ Changelog
783784[ #530 ] : https://github.com/DataDog/jmxfetch/issues/530
784785[ #531 ] : https://github.com/DataDog/jmxfetch/issues/531
785786[ #534 ] : https://github.com/DataDog/jmxfetch/issues/534
787+ [ #540 ] : https://github.com/DataDog/jmxfetch/issues/540
786788[ @alz ] : https://github.com/alz
787789[ @aoking ] : https://github.com/aoking
788790[ @arrawatia ] : https://github.com/arrawatia
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ otherwise the subsequent publishes will fail.
181181
182182```
183183Get help on usage:
184- java -jar jmxfetch-0.49.5-SNAPSHOT- jar-with-dependencies.jar --help
184+ java -jar jmxfetch-0.49.5-jar-with-dependencies.jar --help
185185```
186186
187187## Updating Maven Wrapper
Original file line number Diff line number Diff line change 55
66 <groupId >com.datadoghq</groupId >
77 <artifactId >jmxfetch</artifactId >
8- <version >0.49.5-SNAPSHOT </version >
8+ <version >0.49.5</version >
99 <packaging >jar</packaging >
1010
1111 <name >jmxfetch</name >
You can’t perform that action at this time.
0 commit comments