Preloaded pgrx query hook that logs query text, query ID, planning time, and execution time as JSON.
pgext.cloud · Source code · Documentation · Control file
| Package | supamonitor |
|---|---|
| Version | 0.0.6 |
| PostgreSQL versions | 13 · 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | Preloaded |
| Project status | Active |
| Vendor | Supabase |
| Requires CREATE EXTENSION | Yes |
| Requires preload | Yes |
| Trusted | No |
| Relocatable | No |
| Shared libraries | supamonitor |
| Stars | 2 |
| Latest commit | 2026-01-21 |
| Latest release | 2026-02-27 |
| Catalogue updated | 2026-08-30 |
| pgsloth | Intentionally delays every query by a random 100 to 9,999 milliseconds through an executor hook. |
| percona_pg_telemetry | Percona telemetry extension for PostgreSQL |
| pg_sweep | Collect PostgreSQL database and table statistics as JSON for monitoring. |
| pg_sampletolog | Samples statements or whole transactions into PostgreSQL logs through executor and utility hooks. |
| pg_mon | PostgreSQL extension for query monitoring with execution-time histograms and plan information in a shared view |
| planinstr | Planner hook for measuring PostgreSQL planning time, intended mainly for debugging. |
| plannerlog | pgrx planner-hook example that logs each planned query. |
| pgx_trace_hooks | Trace PostgreSQL executor and utility-hook invocations through a preloaded pgrx library |