2021-10-12 11:34:07 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
# https://prometheus.io/docs/prometheus/latest/storage/#operational-aspects
|
|
|
|
export retention_time="15d"
|
2023-07-11 13:41:15 +00:00
|
|
|
|
|
|
|
export cli_options="--storage.tsdb.retention.time=$retention_time --storage.tsdb.path=/app/data/runtime"
|