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
@@ -257,20 +257,20 @@ file contents can also be provided via stdin on startup when using `-config -` a
257
257
258
258
| Property | Required | Description |
259
259
| ------------- | -------- | ----------- |
260
-
|`otel.jmx.service.url`|**yes**| The service URL for the JMX RMI/JMXMP endpoint (generally of the form `service:jmx:rmi:///jndi/rmi://<host>:<port>/jmxrmi` or `service:jmx:jmxmp://<host>:<port>`).|
260
+
|`otel.jmx.service.url`|**yes**| The service URL for the JMX RMI/JMXMP endpoint (generally of the form `service:jmx:rmi:///jndi/rmi://<host>:<port>/jmxrmi` or `service:jmx:jmxmp://<host>:<port>`).|
261
261
|`otel.jmx.groovy.script`| if not using `otel.jmx.target.system`| The path for the desired Groovy script. |
262
262
|`otel.jmx.target.system`| if not using `otel.jmx.groovy.script`| A comma-separated list of the supported target applications with built in Groovy scripts. |
263
263
|`otel.jmx.interval.milliseconds`| no | How often, in milliseconds, the Groovy script should be run. Value will also be used for `otel.metric.export.interval`, if unset, to control asynchronous updates and metric exporting. 10000 by default. |
264
264
|`otel.jmx.username`| no | Username for JMX authentication, if applicable. |
265
265
|`otel.jmx.password`| no | Password for JMX authentication, if applicable. |
266
266
|`otel.jmx.remote.profile`| no | Supported JMX remote profiles are TLS in combination with SASL profiles: SASL/PLAIN, SASL/DIGEST-MD5 and SASL/CRAM-MD5. Thus valid `jmxRemoteProfiles` values are: `SASL/PLAIN`, `SASL/DIGEST-MD5`, `SASL/CRAM-MD5`, `TLS SASL/PLAIN`, `TLS SASL/DIGEST-MD5` and `TLS SASL/CRAM-MD5`. |
267
267
|`otel.jmx.realm`| no | The realm is required by profile SASL/DIGEST-MD5. |
268
-
|`otel.metrics.exporter`| no | The type of metric exporter to use: (`otlp`, `prometheus`, `inmemory`, `logging`). `logging` by default. |
269
-
|`otel.exporter.otlp.endpoint`| no | The otlp exporter endpoint to use, Required for `otlp`. |
270
-
|`otel.exporter.otlp.headers`| no | Any headers to include in otlp exporter metric submissions. Of the form `header1=value1,header2=value2`|
271
-
|`otel.exporter.otlp.timeout`| no | The otlp exporter request timeout (in milliseconds). Default is 1000.|
272
-
|`otel.exporter.prometheus.host`| no | The prometheus collector server host. Default is `0.0.0.0`. |
273
-
|`otel.exporter.prometheus.port`| no | The prometheus collector server port. Default is `9464`. |
268
+
|`otel.metrics.exporter`| no | The type of metric exporter to use: (`otlp`, `prometheus`, `inmemory`, `logging`). `logging` by default. |
269
+
|`otel.exporter.otlp.endpoint`| no | The otlp exporter endpoint to use, Required for `otlp`. |
270
+
|`otel.exporter.otlp.headers`| no | Any headers to include in otlp exporter metric submissions. Of the form `header1=value1,header2=value2`|
271
+
|`otel.exporter.otlp.timeout`| no | The otlp exporter request timeout (in milliseconds). Default is 1000. |
272
+
|`otel.exporter.prometheus.host`| no | The prometheus collector server host. Default is `0.0.0.0`. |
273
+
|`otel.exporter.prometheus.port`| no | The prometheus collector server port. Default is `9464`. |
274
274
|`javax.net.ssl.keyStore`| no | The key store path is required if client authentication is enabled on the target JVM. |
275
275
|`javax.net.ssl.keyStorePassword`| no | The key store file password if required. |
276
276
|`javax.net.ssl.keyStoreType`| no | The key store type. |
|`http.url`| string | Base URL of the uploaded artifact `${maven.build.repository.url}/${groupId}/${artifactId}/${version}` where the `.` of `${groupId}` are replaced by `/`|
112
-
|`maven.build.repository.id`| string | ID of the Maven repository to which the artifact is deployed. See [Maven POM reference / Repository](https://maven.apache.org/pom.html#Repository)|
113
-
|`maven.build.repository.url`| string | URL of the Maven repository to which the artifact is deployed. See [Maven POM reference / Repository](https://maven.apache.org/pom.html#Repository)|
114
-
|`peer.service`| string | Maven repository hostname deduced from the Repository URL |
|`http.url`| string | Base URL of the uploaded artifact `${maven.build.repository.url}/${groupId}/${artifactId}/${version}` where the `.` of `${groupId}` are replaced by `/`|
112
+
|`maven.build.repository.id`| string | ID of the Maven repository to which the artifact is deployed. See [Maven POM reference / Repository](https://maven.apache.org/pom.html#Repository)|
113
+
|`maven.build.repository.url`| string | URL of the Maven repository to which the artifact is deployed. See [Maven POM reference / Repository](https://maven.apache.org/pom.html#Repository)|
114
+
|`peer.service`| string | Maven repository hostname deduced from the Repository URL |
0 commit comments