Remove obsolete CLI option
Was left over from trying to overwrite the defaults before
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user