## Path:           Applications/PostgreSQLExporter
## Description:    Prometheus exporter for PostgreSQL
## Type:           string()
## Default:        "postgresql://user:passwd@localhost:5432/database?sslmode=disable"
## ServiceRestart: postgres-exporter
#
# Connection URL to postgresql instance
#
DATA_SOURCE_NAME="postgresql://spacewalk:spacewalk@localhost:5432/susemanager?sslmode=disable"

## Path:           Applications/PostgreSQLExporter
## Description:    Prometheus exporter for PostgreSQL
## Type:           string()
## Default:        ""
## ServiceRestart: postgres-exporter
#
# Extra options for postgres-exporter
#
POSTGRES_EXPORTER_PARAMS="--extend.query-path /etc/prometheus-postgres_exporter/postgres_exporter_queries.yaml"
