Skip to content

Commit

Permalink
[jmxfetch] update to 0.9.0
Browse files Browse the repository at this point in the history
**Changes**
* [BUGFIX] Fix bean name matching logic: `OR`→`AND`. See [#81][]
* [FEATURE] Support `float` and `java.lang.Float` attribute types as
* simple JMX attributes. See [#76][]
* [FEATURE] Support Cassandra > 2.2 metric name structure
* (CASSANDRA-4009). See [#79][]
* [FEATURE] Support custom JMX Service URL to connect to, on a
* per-instance basis. See [#80][]
* [IMPROVEMENT] Assign generic alias if not defined. See [#78][]

<!--- The following link definition list is generated by PimpMyChangelog
--->
[#76]: DataDog/jmxfetch#76
[#78]: DataDog/jmxfetch#78
[#79]: DataDog/jmxfetch#79
[#80]: DataDog/jmxfetch#80
[#81]: DataDog/jmxfetch#81
  • Loading branch information
yannmh committed Nov 3, 2015
1 parent 0352699 commit 58b9a9b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include datadog.conf.example
include checks/libs/jmxterm-1.0-alpha-4-uber.jar
include checks/libs/jmxfetch-0.8.0-jar-with-dependencies.jar
include checks/libs/jmxfetch-0.9.0-jar-with-dependencies.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion utils/jmx.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from utils.platform import Platform

# JMXFetch java version
JMX_FETCH_JAR_NAME = "jmxfetch-0.8.0-jar-with-dependencies.jar"
JMX_FETCH_JAR_NAME = "jmxfetch-0.9.0-jar-with-dependencies.jar"

log = logging.getLogger(__name__)

Expand Down

0 comments on commit 58b9a9b

Please sign in to comment.