prometheus-community / postgres_exporter

A PostgreSQL metric exporter for Prometheus
Apache License 2.0
2.82k stars 743 forks source link

Added support for fetching pg_stat_user_tables metrics from all databases #1067

Open RavinaChidambaram opened 2 months ago

RavinaChidambaram commented 2 months ago

Implemented #1059 Metrics from pg_stat_user_tables were previously collected only from the postgres database. Given the various use cases and the significance of metrics from this table across all available databases, I have updated the code to retrieve metrics from pg_stat_user_tables for all databases.

Sticksman commented 1 month ago

Looks like there are some tests that need fixing here