1
0
Fork 0

Do not mix tabs and spaces in example YAML config (take 2)

This commit is contained in:
Slavi Pantaleev 2023-03-20 17:56:30 +02:00
parent 880fb48d77
commit b6e15be841

View file

@ -56,16 +56,16 @@ prometheus_config_scrape_configs_additional:
metrics_path: /metrics
scrape_interval: 120s
scrape_timeout: 120s
static_configs:
- targets:
static_configs:
- targets:
- some-host:8080
- job_name: another_job
metrics_path: /metrics
scrape_interval: 120s
scrape_timeout: 120s
static_configs:
- targets:
static_configs:
- targets:
- another-host:8080
```