Skip to content

Commit cd576a1

Browse files
Correct yaml format in getting started with metrics (#10297) (#10302)
1 parent 0af5011 commit cd576a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_monitoring-your-cluster/metrics/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ OPENSEARCH_JAVA_OPTS="-Dopensearch.experimental.feature.telemetry.enabled=true"
8686
Once you've enabled the feature flag, you can enable the metrics framework feature by using the following setting, which enables metrics in the `opensearch.yaml` file:
8787

8888
```bash
89-
telemetry.feature.metrics.enabled=true
89+
telemetry.feature.metrics.enabled: true
9090
```
9191

9292
The metrics framework feature supports various telemetry solutions through plugins. Use the following instructions to enable the `telemetry-otel` plugin:

0 commit comments

Comments
 (0)