prometheus-server-app/env.sh.template
Girish Ramakrishnan c35bfa6977 read in cli options
2023-07-11 19:19:24 +05:30

7 lines
223 B
Bash
Executable file

#!/bin/bash
# https://prometheus.io/docs/prometheus/latest/storage/#operational-aspects
export retention_time="15d"
export cli_options="--storage.tsdb.retention.time=$retention_time --storage.tsdb.path=/app/data/runtime"