Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: stable-2.0
Choose a base branch
from

Conversation

sumpfralle
Copy link
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.

None yet

2 participants