Getting started Community Training Tutorials Documentation APIs, AI & Tools
kind: alert
version: v2
metadata:
name: cpu-alert
spec:
# the alert name
alert_name: CPUAlert
# the rule group the alert belongs to
group_name: test-group
# the alert expression
formula: |
node:cluster_cpu_utilization:ratio * 100 > 80
# the alert labels
labels:
severity: info
# the alert annotations
annotations:
description: |
Cluster CPU usage exceeds 80%.



