Browse Source

prometheus retention 3d

Signed-off-by: Aaron Weitekamp <aweiteka@redhat.com>
Aaron Weitekamp 7 years ago
parent
commit
9b26e09903
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/openshift_prometheus/defaults/main.yaml

+ 1 - 1
roles/openshift_prometheus/defaults/main.yaml

@@ -29,7 +29,7 @@ l_openshift_prometheus_serviceaccount_annotations:
 openshift_prometheus_additional_rules_file: null
 
 #prometheus application arguments
-openshift_prometheus_args: ['--storage.tsdb.retention=6h']
+openshift_prometheus_args: ['--storage.tsdb.retention=3d']
 
 # storage
 # One of ['emptydir', 'pvc']