You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, at my company we're relying heavily on the postgres_exporter to monitor our PostgreSQL instances and we recently faced the issues where a project used all their alloted connections defined by a connection limit on the database and we had no way of seeing it in our Prometheus/Alertmanager setup.
I would like to contribute a collector to retrieve both the pg_database_connection_limits and pg_roles_connection_limits. Is this a feature the project would be interested? If yes I'll happily open a PR with these changes. (I already have an initial working code with no tests)