summaryrefslogtreecommitdiff
blob: 48aaab780b62f229d9fc616e9eff42bb9a521fbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# additional arguments for Prometheus
#
# command_args should not be set in this file. Instead, you should set
# prometheus_args.
#
# The default settings are listed below.
# If you are not changing these settings, you do
# not need to include them in prometheus_args.
#
# To migrate from using command_args to prometheus_args, drop any of the
# default settings below that you have set the same way then switch to
# prometheus_args.
# 
# The new behavior is that prometheus_args will be appended to these
# defaults allowing anything you add to override them.
#
#The default settings are:
#
# --web.enable-lifecycle
# --config.file=/etc/prometheus/prometheus.yml
# --storage.tsdb.path=/var/lib/prometheus/data
# --web.listen-address=0.0.0.0:9090
# --web.enable-admin-api 
#
prometheus_args=""