# Set the command-line arguments to pass to the server.
# Due to shell escaping, to pass backslashes for regexes, you need to double
# them (\\d for \d). If running under systemd, you need to double them again
# (\\\\d to mean \d), and escape newlines too.
ARGS=""

# Usage of prometheus-varnish-exporter:
#   -n string
#       varnishstat -n value.
#   --web.listen-address string
#       Address on which to expose metrics and web interface. (default ":9131")
#   --web.telemetry-path string
#       Path under which to expose metrics. (default "/metrics")
