grafana: store date for up to 28 days
Some checks failed
/ Ansible Lint (push) Failing after 1m58s

This commit is contained in:
chris 2025-11-11 23:03:59 +01:00
commit 80acd5fdc6
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak

View file

@ -8,6 +8,7 @@ services:
- '--config.file=/etc/prometheus/prometheus.yml'
- '--web.enable-remote-write-receiver'
- '--enable-feature=promql-experimental-functions'
- '--storage.tsdb.retention.time=28d'
ports:
- 9090:9090
restart: unless-stopped