mirror of https://github.com/prometheus/prometheus
Merge pull request #12785 from roidelapluie/validate-sd-config
HTTP SD: Validate HTTP configpull/12811/head
commit
7a87d0dd71
@ -0,0 +1,6 @@
|
||||
scrape_configs:
|
||||
- job_name: foo
|
||||
http_sd_configs:
|
||||
- url: http://foo
|
||||
bearer_token: foo
|
||||
bearer_token_file: foo
|
Loading…
Reference in new issue