# Set the command-line arguments to pass to the server.
ARGS='--persistence.file=/var/lib/prometheus/pushgateway.data'

# prometheus-pushgateway supports the following options:
#
#  --web.listen-address=":9091"
#    Address to listen on for the web interface, API, and telemetry.
#  --web.telemetry-path="/metrics"
#    Path under which to expose metrics.
#  --web.local-assets="/usr/share/prometheus/pushgateway"
#    Path to static assets/templates directory.
#  --web.route-prefix=""
#    Prefix for the internal routes of web endpoints.
#  --persistence.file=""
#    File to persist metrics. If empty, metrics are only kept in memory.
#  --persistence.interval=5m
#    The minimum interval at which to write out the persistence file.
#  --log.level="info"
#    Only log messages with the given severity or above. Valid levels: [debug,
#    info, warn, error, fatal]
