Skip to content

add excludeQueries list to exclude from default monitoring - #1002

Open
nkgilley wants to merge 1 commit into
cloudnative-pg:mainfrom
nkgilley:exclude-queries
Open

add excludeQueries list to exclude from default monitoring#1002
nkgilley wants to merge 1 commit into
cloudnative-pg:mainfrom
nkgilley:exclude-queries

Conversation

@nkgilley

@nkgilley nkgilley commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

This PR allows users of the cloudnative-pg Helm chart to specify a list of query names to exclude from the default monitoring ConfigMap (cnpg-default-monitoring).

Users can specify monitoringQueriesConfigMap.excludeQueries in their values.yaml to suppress specific queries from the default query set without needing to replace or override the entire queries string block.

monitoringQueriesConfigMap:
  excludeQueries:
    - pg_extensions

fixes #1001

@nkgilley
nkgilley requested a review from a team as a code owner September 2, 2026 16:59
Signed-off-by: Nolan Gilley <nkgilley@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature request: Add an excludeQueries list to exclude certain queries from the default monitoring queries set

1 participant