From 3b2b8b36ebb0a9796826addd952f23ceca4d0e86 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Thu, 24 Aug 2023 10:10:35 -0400 Subject: [PATCH] Revert "20894: Change default retention on prometheus to 90 days" This reverts commit 15e554b5da9d4da9447e547abd536c53be069a21. According to Lucas, this doesn't actually work. Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- .../multi_host/aws/pillars/prometheus_server.sls | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/salt-install/config_examples/multi_host/aws/pillars/prometheus_server.sls b/tools/salt-install/config_examples/multi_host/aws/pillars/prometheus_server.sls index 650553de74..6dc90c840b 100644 --- a/tools/salt-install/config_examples/multi_host/aws/pillars/prometheus_server.sls +++ b/tools/salt-install/config_examples/multi_host/aws/pillars/prometheus_server.sls @@ -21,10 +21,6 @@ prometheus: global: scrape_interval: 15s evaluation_interval: 15s - storage: - tsdb: - retention: - time: 90d rule_files: - rules.yml -- 2.30.2