Update jmxfetch
New fixes include better tagging for k8s environments
This commit is contained in:
parent
ee19150cb5
commit
0592c016ca
|
@ -4,7 +4,7 @@ plugins {
|
||||||
apply from: "${rootDir}/gradle/java.gradle"
|
apply from: "${rootDir}/gradle/java.gradle"
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile('com.datadoghq:jmxfetch:0.30.1'){
|
compile('com.datadoghq:jmxfetch:0.32.0') {
|
||||||
exclude group: 'org.slf4j', module: 'slf4j-log4j12'
|
exclude group: 'org.slf4j', module: 'slf4j-log4j12'
|
||||||
exclude group: 'log4j', module: 'log4j'
|
exclude group: 'log4j', module: 'log4j'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue