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` + +|===