Skip to content

Commit dc064db

Browse files
committed
fix typo
1 parent 55a1e0e commit dc064db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jmx-scraper/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ Supported values for `otel.jmx.target.system`:
6363

6464
The following SDK configuration options are also relevant
6565

66-
| config option | default value | description |
67-
|-------------------------------|-----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|
68-
| `otel.metric.export.interval` | `1m` (1 minute) | metric export interval, also controls the JMX sampling interval |
69-
| `otel.metrics.exporter` | `otlp` | comma-separated list of metrics exporters supported values are `otlp` and `logging`, additional values might be provided through extra librairies in the classpath |
66+
| config option | default value | description |
67+
|-------------------------------|-----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|
68+
| `otel.metric.export.interval` | `1m` (1 minute) | metric export interval, also controls the JMX sampling interval |
69+
| `otel.metrics.exporter` | `otlp` | comma-separated list of metrics exporters supported values are `otlp` and `logging`, additional values might be provided through extra libraries in the classpath |
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:

0 commit comments

Comments
 (0)