Drop retention time further to reduce disk usage.

This commit is contained in:
2025-03-13 14:22:49 +00:00
parent 856118c5fe
commit 46edfc5a29

View File

@@ -28,7 +28,7 @@ job "prometheus" {
args = [ args = [
"--storage.tsdb.path", "/opt/prometheus", "--storage.tsdb.path", "/opt/prometheus",
"--web.listen-address", "0.0.0.0:9090", "--web.listen-address", "0.0.0.0:9090",
"--storage.tsdb.retention.time", "90d", "--storage.tsdb.retention.time", "30d",
"--web.enable-admin-api" "--web.enable-admin-api"
] ]
force_pull = true force_pull = true