Show Postgres metrics

Having Postgres metrics such as current connections, deadlocks, throughput, etc. would help with visibility into the internals of a Postgres instance beyond just the basic resource consumption data (CPU/Mem/Disk/Network)

Example: https://docs.digitalocean.com/products/databases/postgresql/how-to/monitor-databases/

1 Replies

2 years ago

agree. This would expose a lot of that data

https://github.com/prometheus-community/postgres_exporter


Loading...