Drop retention time further to reduce disk usage.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user