From afc546c5e16d978554645b5acae1ea06ee98b529 Mon Sep 17 00:00:00 2001 From: rahulguptajss Date: Wed, 15 Apr 2026 12:16:53 +0530 Subject: [PATCH] ci: fix ems test error --- cmd/tools/util.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/tools/util.go b/cmd/tools/util.go index 6d8681573..80f3c9db4 100644 --- a/cmd/tools/util.go +++ b/cmd/tools/util.go @@ -236,6 +236,7 @@ var ( // Exclude extra metrics for ZAPI excludeNotDocumentedZapiMetrics = []string{ "ALERTS", + "ems_events", "hist_", "security_", "svm_ldap",