May 2019
Intermediate to advanced
442 pages
11h 36m
English
Inside this chapter's test environment, we can find the following Prometheus configuration:
vagrant@prometheus:~$ cat /etc/prometheus/prometheus.yml global:... evaluation_interval: 1m...rule_files: - "recording_rules.yml" - "alerting_rules.yml"alerting: alertmanagers: - static_configs: - targets: - “prometheus:5001”...
In this configuration, there are three components to be aware of:
Read now
Unlock full access