@@ -16,7 +16,7 @@ Minimal configuration required
1616
1717- ` otel.jmx.service.url ` for example ` service:jmx:rmi:///jndi/rmi://server:9999/jmxrmi ` for ` server `
1818 host on port ` 9999 ` with RMI JMX connector.
19- - ` otel.jmx.target.system ` or ` otel.jmx.custom.scraping. config `
19+ - ` otel.jmx.target.system ` or ` otel.jmx.config `
2020
2121Configuration can be provided through:
2222
@@ -36,13 +36,13 @@ For example the `otel.jmx.service.url` option can be set with the `OTEL_JMX_SERV
3636
3737## Configuration reference
3838
39- | config option | description |
40- | -----------------------------------| ----------------------------------------------------------------------------------------------|
41- | ` otel.jmx.service.url ` | mandatory JMX URL to connect to the remote JVM |
42- | ` otel.jmx.target.system ` | comma-separated list of systems to monitor, mandatory unless a custom configuration is used |
43- | ` otel.jmx.custom.scraping. config ` | path to a custom YAML metrics definition, mandatory when ` otel.jmx.target.system ` is not set |
44- | ` otel.jmx.username ` | user name for JMX connection, mandatory when JMX authentication is enabled on target JVM |
45- | ` otel.jmx.password ` | password for JMX connection, mandatory when JMX authentication is enabled on target JVM |
39+ | config option | description |
40+ | --------------------------| ----------------------- ----------------------------------------------------------------------------------------------|
41+ | ` otel.jmx.service.url ` | mandatory JMX URL to connect to the remote JVM |
42+ | ` otel.jmx.target.system ` | comma-separated list of systems to monitor, mandatory unless a custom configuration is used |
43+ | ` otel.jmx.config ` | comma-separated list of paths to custom YAML metrics definition, mandatory when ` otel.jmx.target.system ` is not set |
44+ | ` otel.jmx.username ` | user name for JMX connection, mandatory when JMX authentication is enabled on target JVM |
45+ | ` otel.jmx.password ` | password for JMX connection, mandatory when JMX authentication is enabled on target JVM |
4646
4747Supported values for ` otel.jmx.target.system ` :
4848
0 commit comments