Tell Prometheus to scrape more aggressively

This commit is contained in:
Henry de Valence 2020-02-14 15:36:51 -08:00 committed by Deirdre Connolly
parent c19e9916b5
commit cb9c9e1676
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
scrape_configs: scrape_configs:
- job_name: 'zebrad' - job_name: 'zebrad'
scrape_interval: 1s scrape_interval: 500ms
metrics_path: '/' metrics_path: '/'
static_configs: static_configs:
- targets: ['localhost:9999'] - targets: ['localhost:9999']