[program:prometheus]
command={{ prometheus_home }}/prometheus --config.file={{ prometheus_home }}/prometheus.yml --log.level=info --storage.tsdb.retention=15d --web.listen-address 0.0.0.0:9090
priority=100
process_name=%(program_name)s
user={{ app.user }}
autostart=true
autorestart=true
startsecs=10
stdout_logfile={{ prometheus_home }}/prometheus.log
stdout_logfile_maxbytes=100MB
stdout_logfile_backups=5
stderr_logfile={{ prometheus_home }}/prometheus_error.log
stderr_logfile_maxbytes=100MB
stderr_logfile_backups=5