prometheus-community / postgres_exporter

A PostgreSQL metric exporter for Prometheus
Apache License 2.0
2.82k stars 743 forks source link

Add `slot_type` label (physical or logical) to replication slots metrics #959

Closed shamil closed 1 year ago

shamil commented 1 year ago

Proposal

Currently replication slot metrics doesn't expose slot type. Should be easy to add since pg_replication_slots view has the slot_type column.