mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 10:20:29 -06:00
Fix an indentation issue in example config in doc (#57814)
Fix this issue: "Error loading config (--config.file=/etc/prometheus/prometheus.yml)" file=/etc/prometheus/prometheus.yml err="parsing YAML file /etc/prometheus/prometheus.yml: yaml: line 8: did not find expected '-' indicator"
This commit is contained in:
parent
ba15d675e7
commit
76532c1f27
@ -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: ['<hostname>:9100']
|
||||
static_configs:
|
||||
- targets: ['<hostname>:9100']
|
||||
```
|
||||
|
||||
1. Start the Prometheus service:
|
||||
|
Loading…
Reference in New Issue
Block a user