Skip to content

Commit

Permalink
[jmxfetch] update to 0.11.0
Browse files Browse the repository at this point in the history
**Changes**
* [BUGFIX] Report properly beans with ':' in the name. See [#90][],
* [#91][], [#95][] (Thanks [@Bluestix][])
* [BUGFIX] Sanitize metric names and tags, i.e. remove illegal
* characters. See [#89][]
* [BUGFIX] Support `javax.management.Attribute` attribute types. See
* [#92][] (Thanks [@nwillems][])
* [FEATURE] Add user tags to service checks. See [#96][]
* [FEATURE] Allow group name substitutions in attribute/alias
* parameters. See [#94][], [#97][] (Thanks [@alz][])

<!--- The following link definition list is generated by PimpMyChangelog
--->
[#89]: DataDog/jmxfetch#89
[#90]: DataDog/jmxfetch#90
[#91]: DataDog/jmxfetch#91
[#92]: DataDog/jmxfetch#92
[#94]: DataDog/jmxfetch#94
[#95]: DataDog/jmxfetch#95
[#96]: DataDog/jmxfetch#96
[#97]: DataDog/jmxfetch#97
[@alz]: https://github.com/alz
[@Bluestix]: https://github.com/bluestix
[@nwillems]: https://github.com/nwillems
  • Loading branch information
yannmh committed May 13, 2016
1 parent 6a14557 commit f5e7c81
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.10.0-jar-with-dependencies.jar
include checks/libs/jmxfetch-0.11.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 @@ -18,7 +18,7 @@
from utils.platform import Platform

# JMXFetch java version
JMX_FETCH_JAR_NAME = "jmxfetch-0.10.0-jar-with-dependencies.jar"
JMX_FETCH_JAR_NAME = "jmxfetch-0.11.0-jar-with-dependencies.jar"

log = logging.getLogger(__name__)

Expand Down

0 comments on commit f5e7c81

Please sign in to comment.