update versions

This commit is contained in:
2023-10-13 12:31:46 +02:00
parent 3caac51ca1
commit 5fd0c34189
3 changed files with 19 additions and 13 deletions

View File

@@ -14,22 +14,22 @@ rule_files:
# A scrape configuration containing exactly one endpoint to scrape.
scrape_configs:
- job_name: 'nodeexporter'
scrape_interval: 5s
scrape_interval: 15s
static_configs:
- targets: ['nodeexporter:9100']
- job_name: 'cadvisor'
scrape_interval: 5s
scrape_interval: 15s
static_configs:
- targets: ['cadvisor:8080']
- job_name: 'prometheus'
scrape_interval: 10s
scrape_interval: 15s
static_configs:
- targets: ['localhost:9090']
- job_name: 'pushgateway'
scrape_interval: 10s
scrape_interval: 15s
honor_labels: true
static_configs:
- targets: ['pushgateway:9091']