diff --git a/site-cookbooks/kosmos_prometheus/recipes/server.rb b/site-cookbooks/kosmos_prometheus/recipes/server.rb index 6cea020..d770ee5 100644 --- a/site-cookbooks/kosmos_prometheus/recipes/server.rb +++ b/site-cookbooks/kosmos_prometheus/recipes/server.rb @@ -28,8 +28,7 @@ prometheus_service "prometheus" do "query.timeout" => "2m", "storage.tsdb.path" => "/var/lib/prometheus", "storage.tsdb.retention.time" => "15d", - "web.listen-address" => ":9090", - "web.telemetry-path" => "" + "web.listen-address" => ":9090" }) end