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:
parent
6b52ccd374
commit
e805cf5cf6
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue