X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/446ed4c549cb8c21d10ddd007ff1c122c4a7afa4..c810e6117c2e4e131aa859942566e2734e815148:/cookbooks/prometheus/templates/default/chef.prom.erb diff --git a/cookbooks/prometheus/templates/default/chef.prom.erb b/cookbooks/prometheus/templates/default/chef.prom.erb index 4b0df7fbe..13b753ef1 100644 --- a/cookbooks/prometheus/templates/default/chef.prom.erb +++ b/cookbooks/prometheus/templates/default/chef.prom.erb @@ -8,3 +8,8 @@ chef_network_interface{name="<%= interface[:interface] %>",role="<%= interface[: <% node[:roles].sort.each do |role| -%> chef_role{name="<%= role %>"} 1 <% end -%> +<% if node[:roles].include?("tilecache") -%> +# HELP chef_tile_parent Information about tile cache parents +# TYPE chef_tile_parent gauge +chef_tile_parent{name="<%= node[:tilecache][:tile_parent].split(".").first %>"} 1 +<% end -%>