# Set the command-line arguments to pass to the exporter.
ARGS=""

# prometheus-bind-exporter supports the following options:
#
#  --bind.pid-file="/run/named/named.pid"
#    Path to BIND's pid file to export process information
#  --bind.stats-groups=server,view,tasks
#    Comma-separated list of statistics to collect
#  --bind.stats-url="http://localhost:8053/"
#    HTTP XML API address of BIND server
#  --bind.stats-version=auto
#    BIND statistics version. Can be detected automatically.
#  --bind.timeout=10s
#    Timeout for trying to get stats from BIND server
#  --web.config.file=""
#    [EXPERIMENTAL] Path to configuration file that can enable TLS or
#    authentication.
#  --web.listen-address=":9119"
#    Address to listen on for web interface and telemetry
#  --web.telemetry-path="/metrics"
#    Path under which to expose metrics
