#!/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"