Skip to content

Commit dbd2ea8

Browse files
Merge pull request #17971 from pgier/prometheus-tsdb-block-duration
Automatic merge from submit-queue. examples/prometheus: remove tsdb block duration setting The storage.tsdb.min-block-duration cli option is only meant to be used for testing. Production environments should use the default 2h min block duration. See also: prometheus/prometheus#3618
2 parents a027e96 + f5daf70 commit dbd2ea8

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

examples/prometheus/prometheus.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ objects:
144144
- name: prometheus
145145
args:
146146
- --storage.tsdb.retention=6h
147-
- --storage.tsdb.min-block-duration=2m
148147
- --config.file=/etc/prometheus/prometheus.yml
149148
- --web.listen-address=localhost:9090
150149
image: ${IMAGE_PROMETHEUS}

pkg/oc/bootstrap/bindata.go

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/extended/testdata/bindata.go

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)