Skip to content

Commit

Permalink
Release jmxfetch 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olivielpeau committed Jan 23, 2019
1 parent ee37ab3 commit 1679fd2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
Changes
=======

# 0.24.1 / 2018-01-09
# 0.25.0 / 2019-01-23

### Changes

* [FEATURE] Allow `metrics.yaml` configs to be loaded via resources. See [#205][]
* [FEATURE] Allow replacing `$value` by the JMX value in a metric name. See [#204][]

# 0.24.1 / 2019-01-09

### Changes

Expand Down Expand Up @@ -284,6 +291,8 @@ Changes
[#197]: https://github.com/DataDog/jmxfetch/issues/197
[#198]: https://github.com/DataDog/jmxfetch/issues/198
[#201]: https://github.com/DataDog/jmxfetch/issues/201
[#204]: https://github.com/DataDog/jmxfetch/issues/204
[#205]: https://github.com/DataDog/jmxfetch/issues/205
[#206]: https://github.com/DataDog/jmxfetch/issues/206
[@alz]: https://github.com/alz
[@aoking]: https://github.com/aoking
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ mvn test
# To run:
```
Get help on usage:
java -jar jmxfetch-0.24.1-jar-with-dependencies.jar --help
java -jar jmxfetch-0.25.0-jar-with-dependencies.jar --help
```
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.datadoghq</groupId>
<artifactId>jmxfetch</artifactId>
<version>0.24.1</version>
<version>0.25.0</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit 1679fd2

Please sign in to comment.