added node as job in order to enable console visualizations

This commit is contained in:
Brian Christner 2017-09-12 15:21:25 +02:00
parent 80b35e19ce
commit 75c0e603f3
No known key found for this signature in database
GPG Key ID: 8453AD0CB29591D1
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ rule_files:
scrape_configs:
# The job name is added as a label `job=<job_name>` to any timeseries scraped from this config.
- job_name: 'prometheus'
- job_name: 'node'
# Override the global default and scrape targets from this job every 5 seconds.
scrape_interval: 5s