diff --git a/docs/sources/getting-started/get-started-grafana-prometheus.md b/docs/sources/getting-started/get-started-grafana-prometheus.md index 15b7849f947..637cf6eee18 100644 --- a/docs/sources/getting-started/get-started-grafana-prometheus.md +++ b/docs/sources/getting-started/get-started-grafana-prometheus.md @@ -43,8 +43,8 @@ Prometheus node_exporter is a widely used tool that exposes system metrics. Inst # metrics_path defaults to '/metrics' # scheme defaults to 'http'. - static_configs: - - targets: [':9100'] + static_configs: + - targets: [':9100'] ``` 1. Start the Prometheus service: