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"
|