increate prometheus retention time

This commit is contained in:
vincent 2023-10-22 21:50:12 +02:00
parent 38ea6d811e
commit a99d4534c6

View File

@ -243,7 +243,7 @@ EOH
args = [
"--config.file=/etc/prometheus/prometheus.yml",
"--storage.tsdb.path=/prometheus",
"--storage.tsdb.retention.time=15d",
"--storage.tsdb.retention.time=1m",
]
volumes = [
"local/nomad-alert-rules.yml:/etc/prometheus/nomad-alert-rules.yml",