8000 Add support for GraalVM Native GC metrics · DataDog/dd-trace-java@88a0d2b · GitHub
[go: up one dir, main page]

Skip to content

Commit 88a0d2b

Browse files
committed
Add support for GraalVM Native GC metrics
1 parent 7787af7 commit 88a0d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-java-agent/agent-jmxfetch/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
apply from: "$rootDir/gradle/java.gradle"
1212

1313
dependencies {
14-
api('com.datadoghq:jmxfetch:0.49.7') {
14+
api('com.datadoghq:jmxfetch:0.49.8') {
1515
exclude group: 'org.slf4j', module: 'slf4j-api'
1616
exclude group: 'org.slf4j', module: 'slf4j-jdk14'
1717
exclude group: 'com.beust', module: 'jcommander'

0 commit comments

Comments
 (0)
0