// Aula 31 - Configurando o Alertmanagers # Alertmanager configuration alerting: alertmanagers: - static_configs: - targets: - localhost:9093 # Alertmanager configuration alerting: alertmanagers: - static_configs: - targets: - localhost:9093 alert_relabel_configs: - source_labels: [severity] regex: pouco importante action: keep global: scrape_interval: 10s # Set the scrape interval to every 15 seconds. Default is every 1 minute. evaluation_interval: 10s # Evaluate rules every 15 seconds. The default is every 1 minute. # scrape_timeout is set to the global default (10s). external_labels: region: br-sp-1 env: prod team: database ... alerting: alertmanagers: - static_configs: - targets: - localhost:9093