Skip to content

plugins/postgres_querylength_: do not treat replication as "long query"#1466

Open
sumpfralle wants to merge 1 commit into
munin-monitoring:stable-2.0from
sumpfralle:1465-postgresql-replication-is-not-long-query
Open

plugins/postgres_querylength_: do not treat replication as "long query"#1466
sumpfralle wants to merge 1 commit into
munin-monitoring:stable-2.0from
sumpfralle:1465-postgresql-replication-is-not-long-query

Conversation

@sumpfralle
Copy link
Copy Markdown
Collaborator

PostgreSQL 14 shows replication's slots in pg_stat_activity - like
START_REPLICATION SLOT "readonly02" 6DA6/E9000000 TIMELINE 1.
The state is active.
The column backend_type = walsender can be used for filtering
replication activity.

Thanks, Pavel Stehule!

Closes: #1465

PostgreSQL 14 shows replication's slots in pg_stat_activity - like
`START_REPLICATION SLOT "readonly02" 6DA6/E9000000 TIMELINE 1`.
The state is active.
The column `backend_type = walsender` can be used for filtering
replication activity.

Thanks, Pavel Stehule!

Closes: munin-monitoring#1465
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants