Skip to content

Commit 2f88724

Browse files
committed
Update for 0.15.0
Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
1 parent 466fc7a commit 2f88724

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Agent is thus strongly encouraged.
1313

1414
## Running
1515

16-
To run as a javaagent [download the jar](https://repo1.maven.org/maven2/io/prometheus/jmx/jmx_prometheus_javaagent/0.14.0/jmx_prometheus_javaagent-0.14.0.jar) and run:
16+
To run as a javaagent [download the jar](https://repo1.maven.org/maven2/io/prometheus/jmx/jmx_prometheus_javaagent/0.15.0/jmx_prometheus_javaagent-0.15.0.jar) and run:
1717

1818
```
19-
java -javaagent:./jmx_prometheus_javaagent-0.14.0.jar=8080:config.yaml -jar yourJar.jar
19+
java -javaagent:./jmx_prometheus_javaagent-0.15.0.jar=8080:config.yaml -jar yourJar.jar
2020
```
2121
Metrics will now be accessible at http://localhost:8080/metrics
2222

0 commit comments

Comments
 (0)