Do not mix tabs and spaces in example YAML config (take 2)
This commit is contained in:
parent
880fb48d77
commit
b6e15be841
1 changed files with 4 additions and 4 deletions
|
@ -56,16 +56,16 @@ prometheus_config_scrape_configs_additional:
|
||||||
metrics_path: /metrics
|
metrics_path: /metrics
|
||||||
scrape_interval: 120s
|
scrape_interval: 120s
|
||||||
scrape_timeout: 120s
|
scrape_timeout: 120s
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets:
|
- targets:
|
||||||
- some-host:8080
|
- some-host:8080
|
||||||
|
|
||||||
- job_name: another_job
|
- job_name: another_job
|
||||||
metrics_path: /metrics
|
metrics_path: /metrics
|
||||||
scrape_interval: 120s
|
scrape_interval: 120s
|
||||||
scrape_timeout: 120s
|
scrape_timeout: 120s
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets:
|
- targets:
|
||||||
- another-host:8080
|
- another-host:8080
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue