mirror of
https://git.cloudron.io/cloudron/prometheus-server-app.git
synced 2024-11-25 18:00:59 +00:00
5 lines
117 B
Bash
5 lines
117 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# https://prometheus.io/docs/prometheus/latest/storage/#operational-aspects
|
||
|
export retention_time="15d"
|