remove prometheus.yml and remove nodeexporter/cadvisor from autodiscover, because they too should be autodiscovered.

This commit is contained in:
cventastic
2022-03-16 14:33:25 +01:00
parent 33e2908492
commit d24d7b45a3
2 changed files with 0 additions and 64 deletions

View File

@@ -13,15 +13,6 @@ rule_files:
# A scrape configuration containing exactly one endpoint to scrape.
scrape_configs:
- job_name: 'nodeexporter'
scrape_interval: 5s
static_configs:
- targets: ['nodeexporter:9100']
- job_name: 'cadvisor'
scrape_interval: 5s
static_configs:
- targets: ['cadvisor:8080']
- job_name: 'prometheus'
scrape_interval: 10s