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

Second iteration on PostgreSQL monitoring POC - Read-Only Support #4726

Open
wants to merge 2 commits into
base: v3.0
Choose a base branch
from

Commits on Oct 24, 2024

  1. This commit packs multiple fixes/improvements:

    - Added READONLY support for PostgreSQL.
    - Major rework for queries and statements used on monitoring tables:
        + Checks/Actions rewrote for single instance checks.
        + Reuse of prepared statements instance of re-preparation.
    - Fixed missing error handling in connection creation state machine.
    - Added support for configurable batching in scheduler thread, via
      '*_interval_window' variables. These variables allows to define the
      burstiness of the scheduling within the processing interval.
    - Several fixes for 'poll' timeout computation for worker threads.
    - Fixed edge cases for current interval detection.
    - Reduced deviation in scheduling intervals computation.
    - Refactored and simplified connection event handling.
    - Honor '-M' argument for disabling monitoring support.
    JavierJF committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    9acf17c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca61c1f View commit details
    Browse the repository at this point in the history