You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`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 `otel.jmx.config` is set |
43
-
|`otel.jmx.config`| empty | 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 set on target JVM with`com.sun.management.jmxremote.authenticate=true`|
45
-
|`otel.jmx.password`| - | password for JMX connection, mandatory when JMX authentication is set on target JVM with `com.sun.management.jmxremote.authenticate=true`|
46
-
|`otel.jmx.remote.registry.ssl`|`false`| connect to an SSL-protected registry when enabled on target JVM with `com.sun.management.jmxremote.registry.ssl=true`|
|`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 `otel.jmx.config` is set |
43
+
|`otel.jmx.config`| empty | 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 set on target JVM with`com.sun.management.jmxremote.authenticate=true`|
45
+
|`otel.jmx.password`| - | password for JMX connection, mandatory when JMX authentication is set on target JVM with `com.sun.management.jmxremote.authenticate=true`|
46
+
|`otel.jmx.remote.registry.ssl`|`false`| connect to an SSL-protected registry when enabled on target JVM with `com.sun.management.jmxremote.registry.ssl=true`|
47
+
|`otel.jmx.remote.profile`| - | SASL remote profile, supported values are `SASL/PLAIN`, `SASL/DIGEST-MD5`, `SASL/CRAM-MD5`, `TLS SASL/PLAIN`, `TLS SASL/DIGEST-MD5` and `TLS SASL/CRAM-MD5`|
48
+
|`otel.jmx.realm`| - | Realm required by profile `SASL/DIGEST-MD5` or `TLS SASL/DIGEST-MD5`|
47
49
48
50
When both `otel.jmx.target.system` and `otel.jmx.config` configuration options are used at the same time:
0 commit comments