3
0
Arne Teuke
2025-10-18 15:47:20 +02:00
parent 04177496ab
commit dc68bd9766
2 changed files with 10 additions and 1 deletions

View File

@@ -7,4 +7,7 @@ ExecStart=/usr/bin/prometheus \
--config.file=/etc/prometheus/prometheus.yml \
--storage.tsdb.path=/var/lib/prometheus \
--web.enable-remote-write-receiver \
--web.enable-lifecycle
--web.enable-lifecycle
--storage.tsdb.wal-compression
--storage.tsdb.retention.time=<%= @ps_retention_time %>
--storage.tsdb.retention.size=<%= @ps_retention_size %>