summaryrefslogtreecommitdiff
blob: 19a286f5677a6b6171fe4041a8826056e721e833 (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
26
# 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.console.templates=/etc/prometheus/consoles
# --web.console.libraries=/etc/prometheus/console_libraries
# --web.enable-admin-api 
#
prometheus_args=""