File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ The following SDK configuration options are also relevant
7070
7171In addition to OpenTelemetry configuration, the following Java system properties can be provided
7272through 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://
9495When 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
9899java -cp scraper.jar:jboss-client.jar io.opentelemetry.contrib.jmxscraper.JmxScraper < config>
99100```
100101
You can’t perform that action at this time.
0 commit comments