Open
Description
I found that the default postgres_exporter configuration only scrapes the "postgres" database (auto-discover-databases=false).
Setting auto-discover-databases=true would scrape metrics for all databases per postgres_exporter documentation.
I could not find a possiblity to set this option (auto-discover-databases=true) or environment parameter (PG_EXPORTER_AUTO_DISCOVER_DATABASES=true) within PostgresCluster.spec.monitoring.pgmonitor.exporter.
Any hint?