Skip to content

Commit e3c8324

Browse files
author
Anuraag Agrawal
authored
Update artifact names for jmx-metrics readme (#75)
1 parent e9a73ad commit e3c8324

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jmx-metrics/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ properties file, and stdin (`-`). Its metric-gathering scripts are specified by
1111
values or a `otel.jmx.groovy.script` path to run your own.
1212

1313
```bash
14-
$ java -D<otel.jmx.property=value> -jar opentelemetry-java-contrib-jmx-metrics-<version>.jar [-config {session.properties, '-'}]
14+
$ java -D<otel.jmx.property=value> -jar opentelemetry-jmx-metrics-<version>.jar [-config {session.properties, '-'}]
1515
```
1616

1717
##### `session.properties`
@@ -37,7 +37,7 @@ For custom metrics and unsupported targets, you can provide your own MBean query
3737
OpenTelemetry instruments:
3838

3939
```bash
40-
$ java -Dotel.jmx.groovy.script=./script.groovy -jar opentelemetry-java-contrib-jmx-metrics-<version>.jar [-config {optional.properties, '-'}]
40+
$ java -Dotel.jmx.groovy.script=./script.groovy -jar opentelemetry-jmx-metrics-<version>.jar [-config {optional.properties, '-'}]
4141
```
4242

4343
##### `script.groovy`

0 commit comments

Comments
 (0)