Technologies/PostgreSQL/replication_slot_is_active
PostgreSQLPostgreSQLMetric

replication_slot_is_active

Slot active status
Dimensions:None
Available on:PrometheusPrometheus (1)
Interface Metrics (1)
PrometheusPrometheus
whether the replication slot is active or not
Dimensions:None

Technical Annotations (5)

CLI Commands (2)
SELECT * FROM pg_replication_slots;diagnostic
SELECT pg_drop_replication_slot(slot_name);remediation
Technical References (3)
catalog_xminconceptWAL (Write-Ahead Log)componentreplication slotcomponent
Related Insights (1)
Inactive replication slots prevent autovacuum from removing dead tuples cluster-widecritical