From 74709a507097e19a64eb1be87eafb63a5d6f9482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Petrov?= Date: Fri, 26 Jun 2026 19:13:29 +0200 Subject: [PATCH] new custom prometheus metrics config for administrative events --- modules/metric-categories-for-custom-metrics.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/metric-categories-for-custom-metrics.adoc b/modules/metric-categories-for-custom-metrics.adoc index cc7f236fca30..ad6f43b2aae2 100644 --- a/modules/metric-categories-for-custom-metrics.adoc +++ b/modules/metric-categories-for-custom-metrics.adoc @@ -14,6 +14,7 @@ The following are the supported metric categories: * `imageVulnerabilities` * `nodeVulnerabilities` * `policyViolations` +* `administrativeEvents` The following example shows the API request body for configuring a custom metric: @@ -63,4 +64,7 @@ The following table lists the labels for image vulnerabilities, node vulnerabili | Policy violations | `Cluster`, `Namespace`, `Resource`, `Deployment`, `IsDeploymentActive`, `IsPlatformComponent`, `Policy`, `Categories`, `Severity`, `Action`, `Message`, `Stage`, `State`, `Entity`, `EntityName` -|=== \ No newline at end of file +| Administrative events +| `Type`, `Level`, `Domain`, `ResourceType`, `ResourceName` + +|===