Augmentation stockage prometheus

La limite actuelle correspond à environ 2 mois d'historique prometheus,
c'est parfois trop peu pour pouvoir relever des tendances sur le long terme.
This commit is contained in:
Baptiste Jonglez 2025-03-11 23:10:05 +01:00
parent 6b52ccd374
commit e805cf5cf6

View file

@ -26,7 +26,7 @@ job "telemetry-storage" {
args = [
"--config.file=/etc/prometheus/prometheus.yml",
"--storage.tsdb.path=/data",
"--storage.tsdb.retention.size=20GB",
"--storage.tsdb.retention.size=40GB",
]
volumes = [
"secrets:/etc/prometheus",