prometheus-server-app/env.sh.template

6 lines
229 B
Plaintext
Raw Normal View History

#!/bin/bash
# https://prometheus.io/docs/prometheus/latest/storage/#operational-aspects
# edit this variable to change startup options
export cli_options="--storage.tsdb.retention.time=15d --storage.tsdb.path=/app/data/storage"