blob: b6857c42ab029ff00f67d97ddc56878e0473d4fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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.
#
#The default settings are:
#
# --config.file=/etc/prometheus/prometheus.yml
# --storage.tsdb.path=/var/lib/prometheus/data
#
prometheus_args=""
|