aports/community/prometheus/prometheus.confd
Lauri Tirkkonen 0be0803b1f community/prometheus: allow adding args via conf.d
eg. --web.listen-address cannot be provided in the config file, so a
mechanism to modify the command line is necessary
2023-04-16 09:00:38 +02:00

8 lines
222 B
Bash

prometheus_config_file=/etc/prometheus/prometheus.yml
prometheus_storage_path=/var/lib/prometheus/data
prometheus_retention_time=15d
prometheus_args=""
output_log=/var/log/prometheus.log
error_log=/var/log/prometheus.log