X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7aa31b9f5509db530cd635216a31ede8b934b9ce..acc8e1af34fde59696234a80475976ed6c5f5044:/cookbooks/tile/recipes/default.rb diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index 154ce68fd..a52c0aa66 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -611,9 +611,17 @@ munin_plugin "renderd_zoom_time" munin_plugin "replication_delay" prometheus_collector "modtile" do - interval "1m" + action :delete end prometheus_collector "renderd" do - interval "1m" + action :delete +end + +prometheus_exporter "modtile" do + port 9494 +end + +prometheus_exporter "renderd" do + port 9393 end