select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Monitoring

pgtelemetry

Provides monitoring views and functions for PostgreSQL activity, storage, locks, replication, WAL, vacuum, and query statistics.

pgext.cloud · Source code · Website · Documentation · Control file · PGXN

Overview

Packagepg-telemetry
Version1.7
PostgreSQL versions10 · 11 · 12 · 13 · 14 · 15 · 16 · 17
RepositoryUnspecified
Extension typeSQL only
Project statusActive
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Schemapgtelemetry
Stars27
Latest commit2025-06-26
Latest release2023-11-21
Catalogue updated2026-08-30

Related extensions

Requires

pg_stat_statementstrack planning and execution statistics of all SQL statements executed
plpgsqlPL/pgSQL procedural language

See also

gbdchecksDatabase health-check functions and views for bloat, locks, query statistics, and privileges.
pgfr_recordServer-side PostgreSQL performance flight recorder
pg_stat_statementstrack planning and execution statistics of all SQL statements executed
pgmonitorCollector-friendly metric views and background refresh worker
pg_dbwaAnalyzes local or remote PostgreSQL workloads using historical pg_stat_statements snapshots.
pg_grab_statementRecord detailed SQL statements from successfully committed transactions.
pg_sessionsTracks per-session SQL execution metrics and optional Linux process resource statistics in shared memory.
pg_repackReorganize tables in PostgreSQL databases with minimal locks
pgfr_controlVacuum diagnostics, autovacuum scale-factor recommendations, and table bloat analysis for pgfr_record.
tencentdb_wal_statTencentDB proprietary WAL diagnostics extension that scans recent WAL files and attributes record counts, bytes, resource-manager types, and full-page images by database, schema, and relation.