prometheus: add tsdb retention size

This commit is contained in:
2025-04-29 20:34:37 -04:00
parent 975d23f9fd
commit 8c2f4e5809

View File

@@ -4,6 +4,8 @@ services:
command:
- '--config.file=/etc/prometheus/prometheus.yaml'
- '--web.config.file=/etc/prometheus/web-config.yaml'
- '--web.enable-remote-write-receiver'
- '--storage.tsdb.retention.size=35GB'
ports:
- 9090:9090
volumes: