Skip to content

Commit

Permalink
Merge pull request #244 from DataDog/albertvaka/0.31.0
Browse files Browse the repository at this point in the history
 Release 0.31.0
albertvaka authored Aug 22, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 033eb0e + 6cad965 commit 6f3c6d9
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
=======

# 0.31.0 / 2019-08-21

### Changes
* [IMPROVEMENT] Handle attributes that were being ignored on jasperserver. See [#243][]

# 0.30.1 / 2019-08-09

### Changes
@@ -381,6 +386,7 @@ Changes
[#231]: https://github.com/DataDog/jmxfetch/issues/231
[#237]: https://github.com/DataDog/jmxfetch/issues/237
[#240]: https://github.com/DataDog/jmxfetch/issues/240
[#243]: https://github.com/DataDog/jmxfetch/issues/243
[@alz]: https://github.com/alz
[@aoking]: https://github.com/aoking
[@arrawatia]: https://github.com/arrawatia
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -56,5 +56,5 @@ mvn test
# To run:
```
Get help on usage:
java -jar jmxfetch-0.30.1-jar-with-dependencies.jar --help
java -jar jmxfetch-0.31.0-jar-with-dependencies.jar --help
```
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@

<groupId>com.datadoghq</groupId>
<artifactId>jmxfetch</artifactId>
<version>0.30.1</version>
<version>0.31.0</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
2 changes: 1 addition & 1 deletion src/main/java/org/datadog/jmxfetch/AppConfig.java
Original file line number Diff line number Diff line change
@@ -180,7 +180,7 @@ public class AppConfig {

@Parameter(
description =
"Action to take, should be in [help, collect, "
"Action to take, should be in [help, version, collect, "
+ "list_everything, list_collected_attributes, list_matching_attributes, "
+ "list_not_matching_attributes, list_limited_attributes, list_jvms]",
required = true)

0 comments on commit 6f3c6d9

Please sign in to comment.