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

# prometheus-apache-exporter supports the following options:
#
# --host_override=""
#   Override for HTTP Host header; empty string for no override.
# --insecure
#   Ignore server certificate if using https.
# --log.format=logfmt
#   Output format of log messages. One of: [logfmt, json].
# --log.level=info
#   Only log messages with the given severity or above. One of: [debug, info,
#   warn, error].
# --scrape_uri="http://localhost/server-status/?auto"
#   URI to apache stub status page.
# --telemetry.address=":9117"
#   Address on which to expose metrics.
# --telemetry.endpoint="/metrics"
#   Path under which to expose metrics.
# --web.config=""
#   Path to config yaml file that can enable TLS or authentication.
