prometheus/vendor
glutamatt 5ddde1965b tune the "Wal segment size" with a flag (#5029)
Add WALSegmentSize as an option, and the corresponding flag "storage.tsdb.wal-segment-size" to tune the max size of wal segment files.

The addressed base problem is to reduce the disk space used by wal segment files : on a raspberry pi, for instance, we often want to reduce write load of the sd card, then, the wal directory is mounted on a memory (space limited) partition.

the default value of the segment max file size, pushed the size of directory to 128 MB for each segment , which is too much ram consumption on a rasp.

the initial discussion is at https://github.com/prometheus/tsdb/pull/450
2019-01-03 17:13:21 +03:00
..
github.com tune the "Wal segment size" with a flag (#5029) 2019-01-03 17:13:21 +03:00
golang.org/x update tsdb to version v0.3.0 (#4953) 2018-12-04 19:46:31 +03:00
google.golang.org vendor: run 'go mod vendor' from scratch 2018-10-29 17:25:43 +01:00
gopkg.in update tsdb to version v0.3.0 (#4953) 2018-12-04 19:46:31 +03:00
k8s.io vendor: fix k8s.io/client-go version 2018-11-09 17:14:37 +01:00
modules.txt tune the "Wal segment size" with a flag (#5029) 2019-01-03 17:13:21 +03:00