# Connection string for the PostgreSQL database. You need to either connect as
# superuser, or create a user with enough rights, as described in
# /usr/share/doc/prometheus-postgres-exporter/README.Debian

# DATA_SOURCE_NAME='postgresql://login:password@hostname:port/'
# DATA_SOURCE_NAME='user=prometheus host=/run/postgresql dbname=postgres'
DATA_SOURCE_NAME=''

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

# Usage of prometheus-postgres-exporter:
#   -extend.query-path string
#     	Path to custom queries to run.
#   -log.level value
#     	Only log messages with the given severity or above.
#       Valid levels: [debug, info, warn, error, fatal] (default "info")
#   -web.listen-address string
#     	Address to listen on for web interface and telemetry. (default ":9187")
#   -web.telemetry-path string
#     	Path under which to expose metrics. (default "/metrics")
