Skip to content

Missing pg_replication_origin #1121

Open
@dusatvoj

Description

@dusatvoj

Proposal

Use case. Why is this important?
I recently run into a problem. I'm using logical replication and physical replication together. I do monitoring of pg_replication_slots. I can also monitor if I run out of replication slots defined in pg_replication_slots ... but not in pg_replication_origin.

So when I run logical replication I currently can't monitor if I don't run out of logical slots at data warehouse. My data warehouse consists of many databases merged into single data analytics cluster. These databases are replicated logically (if it works) but sometimes I run into could not find free replication state slot for replication origin with ID ... and don't know about it.

Needed query is simple ... select count(*) from pg_replication_origin.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @dusatvoj

        Issue actions

          Missing pg_replication_origin · Issue #1121 · prometheus-community/postgres_exporter