File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ properties file, and stdin (`-`). Its metric-gathering scripts are specified by
1111values 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
3737OpenTelemetry 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 `
You can’t perform that action at this time.
0 commit comments