Remove obsolete CLI option

Was left over from trying to overwrite the defaults before
This commit is contained in:
2026-07-04 13:29:38 +02:00
parent 765d0b080e
commit df8c8d1742
@@ -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