Skip to content

Commit 9871968

Browse files
yannmhurosgruber
authored andcommitted
[jmxfetch] update to 0.9.0
**Changes** * [BUGFIX] Fix bean name matching logic: `OR`→`AND`. See [DataDog#81][] * [FEATURE] Support `float` and `java.lang.Float` attribute types as * simple JMX attributes. See [DataDog#76][] * [FEATURE] Support Cassandra > 2.2 metric name structure * (CASSANDRA-4009). See [DataDog#79][] * [FEATURE] Support custom JMX Service URL to connect to, on a * per-instance basis. See [DataDog#80][] * [IMPROVEMENT] Assign generic alias if not defined. See [DataDog#78][] <!--- The following link definition list is generated by PimpMyChangelog ---> [DataDog#76]: DataDog/jmxfetch#76 [DataDog#78]: DataDog/jmxfetch#78 [DataDog#79]: DataDog/jmxfetch#79 [DataDog#80]: DataDog/jmxfetch#80 [DataDog#81]: DataDog/jmxfetch#81
1 parent b15f345 commit 9871968

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
include datadog.conf.example
22
include checks/libs/jmxterm-1.0-alpha-4-uber.jar
3-
include checks/libs/jmxfetch-0.8.0-jar-with-dependencies.jar
3+
include checks/libs/jmxfetch-0.9.0-jar-with-dependencies.jar

utils/jmx.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from utils.platform import Platform
1515

1616
# JMXFetch java version
17-
JMX_FETCH_JAR_NAME = "jmxfetch-0.8.0-jar-with-dependencies.jar"
17+
JMX_FETCH_JAR_NAME = "jmxfetch-0.9.0-jar-with-dependencies.jar"
1818

1919
log = logging.getLogger(__name__)
2020

0 commit comments

Comments
 (0)