github.com/m3db/m3@v1.5.0/scripts/development/m3_prom_remote_stack/prometheus.yml (about) 1 global: 2 external_labels: 3 role: "remote" 4 5 # Alertmanager configuration 6 alerting: 7 alertmanagers: 8 - static_configs: 9 - targets: 10 # - alertmanager:9093 11 12 # Load rules once and periodically evaluate them according to the global 'evaluation_interval'. 13 rule_files: 14 # - "first_rules.yml" 15 # - "second_rules.yml" 16 17 # A scrape configuration containing exactly one endpoint to scrape: 18 # Here it's Prometheus itself. 19 scrape_configs: