diff --git a/documentation/examples/prometheus.yml b/documentation/examples/prometheus.yml index 30668bc2b..3f04f541c 100644 --- a/documentation/examples/prometheus.yml +++ b/documentation/examples/prometheus.yml @@ -9,10 +9,17 @@ global: external_labels: monitor: 'codelab-monitor' +# Alertmanager configuration +alerting: + alertmanagers: + - static_config: + - targets: + # - alertmanager:9093 + # Load rules once and periodically evaluate them according to the global 'evaluation_interval'. rule_files: - # - "first.rules" - # - "second.rules" + # - "first_rules.yml" + # - "second_rules.yml" # A scrape configuration containing exactly one endpoint to scrape: # Here it's Prometheus itself.