diff --git a/nomad-job/prometheus.nomad b/nomad-job/prometheus.nomad index de181e6..43120fa 100644 --- a/nomad-job/prometheus.nomad +++ b/nomad-job/prometheus.nomad @@ -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",