3
0

OP#179 add more tsdb options

This commit is contained in:
2025-12-03 12:37:30 +01:00
parent 1c95467582
commit c68146d3b6
2 changed files with 7 additions and 1 deletions

View File

@@ -18,4 +18,6 @@ ExecStart=/usr/bin/prometheus \
--storage.tsdb.wal-segment-size=<%= @ps_wal_seg_size %> \
--web.enable-remote-write-receiver \
--web.enable-lifecycle \
--storage.tsdb.wal-compression
--storage.tsdb.wal-compression \
--storage.tsdb.min-block-duration=<%= @ps_min_block_dur %> \
--storage.tsdb.max-block-duration=<%= @ps_max_block_dur %>