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