From daec2b1bb26b34973fa020a083097db41b5c4611 Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Thu, 5 Mar 2026 21:59:51 +0100 Subject: [PATCH] refine --- infra/values/grafana-values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/values/grafana-values.yaml b/infra/values/grafana-values.yaml index c702f26..a83bff9 100644 --- a/infra/values/grafana-values.yaml +++ b/infra/values/grafana-values.yaml @@ -882,7 +882,7 @@ dashboards: }, "editorMode": "code", "exemplar": false, - "expr": "sum(trivy_vulnerability_id{namespace=~\"$namespace\"}) without (instance, job, endpoint, service, container)", + "expr": "sum(trivy_vulnerability_id{namespace=~\"$namespace\"}) without (namespace, last_modified_date, instance, job, endpoint, service, container, image_digest, resource, resource_name)", "format": "table", "instant": true, "interval": "",