Open mzwettler2 opened 1 year ago
@mzwettler2 thanks for reaching out!
Just a quick update to let you know that we have a feature request in the PGO backlog for enabling the auto discovery of databases with the Postgres Exporter.
If there are any other details you'd like to provide about your use case, requirements, environment, etc. just let us know.
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_DISCOVERDATABASES=true) within PostgresCluster.spec.monitoring.pgmonitor.exporter.
Any hint?