prometheus related updates
[distro-setup] / filesystem / etc / default / prometheus
1 # iank: initial file from 2.24, added to empty ARGS.
2
3 # config.file and tsdb.path are to configure the upstream version to use
4 # the default locations of the debian package.
5
6 # Sets the command-line arguments to pass to the server. to see all options, run prometheus --help
7
8 ARGS="--web.listen-address=127.0.0.1:9090
9 --web.external-url=https://i.b8.nz:9091
10 --log.level=info
11 --config.file=/etc/prometheus/prometheus.yml
12 --storage.tsdb.path=/var/lib/prometheus/metrics2/"
13
14 # for testing
15 #--query.lookback-delta=15s"