Skip to content

Commit

Permalink
[jmxfetch] update to 0.10.0
Browse files Browse the repository at this point in the history
**Changes**
* [FEATURE] Allow configuration of StatsD host. See [#85][]
* [IMPROVEMENT] Re-throw IOException caught at the instance-level to handle them properly. See [#83][]

[#83]: DataDog/jmxfetch#83
[#85]: DataDog/jmxfetch#85
  • Loading branch information
olivielpeau committed Mar 30, 2016
1 parent 137d0f6 commit 5189a64
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.9.0-jar-with-dependencies.jar
include checks/libs/jmxfetch-0.10.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.9.0-jar-with-dependencies.jar"
JMX_FETCH_JAR_NAME = "jmxfetch-0.10.0-jar-with-dependencies.jar"

log = logging.getLogger(__name__)

Expand Down

0 comments on commit 5189a64

Please sign in to comment.