May 2019
Intermediate to advanced
442 pages
11h 36m
English
The global configuration defines the default parameters for every other configuration section, as well as outlining what labels should be added to metrics going to external systems, as shown in the following code block:
global: scrape_interval: 1m scrape_timeout: 10s evaluation_interval: 1m external_labels: dc: dc1 prom: prom1
scrape_interval sets the default frequency targets that should be scraped. This is usually between 10 seconds and one minute, and the default 1m is a good conservative value to start. ...
Read now
Unlock full access