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

Commits on Apr 7, 2022

  1. plugins/postgres_querylength_: do not treat replication as "long query"

    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
    sumpfralle committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    82b83f3 View commit details
    Browse the repository at this point in the history