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 <% @jobs.sort.each do |name, targets| -%>
24 - job_name: <%= name %>
26 <% targets.each do |target| -%>
28 - "<%= target[:address] %>"
30 instance: <%= target[:name].split(".").first %>
35 # - url: "http://localhost:9201/write"