mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-10 15:14:09 +00:00
lib/promscrape: fix errors in test config
The errors were discovered after enabling strict parse mode by default.
See 9bb60ab00f
This commit is contained in:
parent
4507b111a9
commit
db8c4054e5
1 changed files with 1 additions and 2 deletions
3
lib/promscrape/testdata/prometheus.yml
vendored
3
lib/promscrape/testdata/prometheus.yml
vendored
|
@ -2,5 +2,4 @@ scrape_configs:
|
|||
- job_name: foo
|
||||
file_sd_configs:
|
||||
- files: ["file_sd_*.yml"]
|
||||
refresh_interval: 10s
|
||||
- fules: ["file_sd.json"]
|
||||
- files: ["file_sd.json"]
|
||||
|
|
Loading…
Reference in a new issue