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

[+] add "prerequisite extensions" support for metric definitions #643

Merged
merged 1 commit into from
Jun 12, 2023

Commits on May 19, 2023

  1. Add "prerequisite extensions" support for metric definitions

    To reduce regular errors in server logs of monitored DBs. That is - we
    don't even try to query the DB if we know that some prerequisite is missing
    and it would error anyways. In the pgwatch2 logs the errors got reduced already
    to 1x per 10min, but increase that to 1h also for this case.
    
    For now only for pg_stat_statements as that's by far the most common one
    in use.
    kmoppel-cognite committed May 19, 2023
    Configuration menu
    Copy the full SHA
    766cf52 View commit details
    Browse the repository at this point in the history