From 34020ece2fcf305c2adfb5f69717c1d12f4732af Mon Sep 17 00:00:00 2001 From: Aykhan Shahsuvarov Date: Tue, 19 Aug 2025 12:46:06 +0000 Subject: [PATCH] Increase prometheus storage retention size --- prometheus/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/docker-compose.yml b/prometheus/docker-compose.yml index 536854c..6ad623a 100644 --- a/prometheus/docker-compose.yml +++ b/prometheus/docker-compose.yml @@ -19,7 +19,7 @@ services: - prometheus - grafana - caddy - command: "--config.file=/etc/prometheus/prometheus.yaml --storage.tsdb.retention.time=10d --storage.tsdb.retention.size=5GB" + command: "--config.file=/etc/prometheus/prometheus.yaml --storage.tsdb.retention.time=10d --storage.tsdb.retention.size=15GB" volumes: - ./data/config/prometheus.yaml:/etc/prometheus/prometheus.yaml:ro - prometheus-data:/prometheus