summaryrefslogtreecommitdiffstats
path: root/roles/openshift_prometheus/defaults/main.yaml
diff options
context:
space:
mode:
authorPaul Gier <pgier@redhat.com>2018-01-05 11:14:15 -0600
committerPaul Gier <pgier@redhat.com>2018-01-17 14:10:54 -0600
commit9c0b521bcd51aa2d2369b8d4eb64a9f3b01f97ed (patch)
treed15309b9f2b6672aef059037bdc92dac040c98e2 /roles/openshift_prometheus/defaults/main.yaml
parenta7d2785aa0b88ce7bbf429c583b19a38a373fb0a (diff)
downloadopenshift-9c0b521bcd51aa2d2369b8d4eb64a9f3b01f97ed.tar.gz
openshift-9c0b521bcd51aa2d2369b8d4eb64a9f3b01f97ed.tar.bz2
openshift-9c0b521bcd51aa2d2369b8d4eb64a9f3b01f97ed.tar.xz
openshift-9c0b521bcd51aa2d2369b8d4eb64a9f3b01f97ed.zip
openshift_prometheus: remove block duration settings
The prometheus block duration settings should not be changed from their defaults. See also: https://github.com/prometheus/prometheus/pull/3618
Diffstat (limited to 'roles/openshift_prometheus/defaults/main.yaml')
-rw-r--r--roles/openshift_prometheus/defaults/main.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_prometheus/defaults/main.yaml b/roles/openshift_prometheus/defaults/main.yaml
index e30108d2c..1b21c4739 100644
--- a/roles/openshift_prometheus/defaults/main.yaml
+++ b/roles/openshift_prometheus/defaults/main.yaml
@@ -14,7 +14,7 @@ openshift_prometheus_node_selector: {"region":"infra"}
openshift_prometheus_additional_rules_file: null
#prometheus application arguments
-openshift_prometheus_args: ['--storage.tsdb.retention=6h', '--storage.tsdb.min-block-duration=2m']
+openshift_prometheus_args: ['--storage.tsdb.retention=6h']
# storage
# One of ['emptydir', 'pvc']