mirror of https://github.com/prometheus/prometheus
johncming
5 years ago
committed by
Simon Pasquier
2 changed files with 25 additions and 0 deletions
@ -0,0 +1,16 @@
|
||||
global: |
||||
scrape_interval: 15s |
||||
scrape_timeout: 15s |
||||
|
||||
scrape_configs: |
||||
- job_name: prometheus |
||||
|
||||
scrape_interval: 5s |
||||
|
||||
dns_sd_configs: |
||||
- refresh_interval: 15s |
||||
names: |
||||
- first.dns.address.domain.com |
||||
- second.dns.address.domain.com |
||||
- names: |
||||
- first.dns.address.domain.com |
Loading…
Reference in new issue