1 # DO NOT EDIT - This file is being maintained by Chef
5 evaluation_interval: 15s
14 - /etc/prometheus/*_rules.yml
17 - job_name: prometheus
23 - job_name: alertmanager
27 <% @jobs.sort.each do |name, targets| -%>
28 - job_name: <%= name %>
30 <% targets.each do |target| -%>
32 - "<%= target[:address] %>"
34 instance: <%= target[:name].split(".").first %>
39 # - url: "http://localhost:9201/write"