Blogmark

Wait a minute! — PostgreSQL extension pg_wait_sampling

via jbranchaud@gmail.com

https://andyatkinson.com/blog/2024/07/23/postgresql-extension-pg_wait_sampling
PostgreSQL PostgreSQL Extensions

The pg_wait_sampling extension is a handy companion to pg_stat_statements and pg_locks, providing historical samplings of wait events. This helps with tracking down queries that block one and other causing contention in your database.

https://github.com/postgrespro/pg_wait_sampling