Skip to content

Commit 55a1e0e

Browse files
committed
markdown lint
1 parent 7288ef3 commit 55a1e0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jmx-scraper/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ The following SDK configuration options are also relevant
7070

7171
In addition to OpenTelemetry configuration, the following Java system properties can be provided
7272
through the command-line arguments, properties file or stdin and will be propagated to the JVM system properties:
73+
7374
- `javax.net.ssl.keyStore`
7475
- `javax.net.ssl.keyStorePassword`
7576
- `javax.net.ssl.trustStore`
@@ -94,7 +95,7 @@ needs to be used to support `otel.jmx.service.url` = `service:jmx:remote+http://
9495
When doing so, the `java -jar` command can´t be used, we have to provide the classpath with
9596
`-cp`/`--class-path`/`-classpath` option and provide the main class file name:
9697

97-
```
98+
```bash
9899
java -cp scraper.jar:jboss-client.jar io.opentelemetry.contrib.jmxscraper.JmxScraper <config>
99100
```
100101

0 commit comments

Comments
 (0)