Skip to content

Commit f5e7c81

Browse files
committed
[jmxfetch] update to 0.11.0
**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
1 parent 6a14557 commit f5e7c81

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.10.0-jar-with-dependencies.jar
3+
include checks/libs/jmxfetch-0.11.0-jar-with-dependencies.jar

utils/jmx.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from utils.platform import Platform
1919

2020
# JMXFetch java version
21-
JMX_FETCH_JAR_NAME = "jmxfetch-0.10.0-jar-with-dependencies.jar"
21+
JMX_FETCH_JAR_NAME = "jmxfetch-0.11.0-jar-with-dependencies.jar"
2222

2323
log = logging.getLogger(__name__)
2424

0 commit comments

Comments
 (0)