ClusterAlert
Scope: Cluster
Version: v1alpha1
Resource to display Prometheus alerts.
- metadata
- metadata.name
Alert identifier (fingerprint) as it calculated by Alertmanager.
Pattern:
^[a-z0-9]+$
Maximum length:
64
- alert
Required value
Alert description.
- alert.annotations
Similar to the standard
metadata.annotations
field.Example:
annotations: summary: Certificate has expired.
- alert.description
Alert description.
Optional.
- alert.labels
Required value
Similar to the standard
metadata.labels
field.Example:
labels: alertname: NginxIngressSslExpired class: ingress-nginx.deckhouse.io/nginx
- alert.name
Required value
Alert name.
- alert.severityLevel
Severity level.
Optional.
Example:
severityLevel: '4'
- alert.summary
Alert summary.
Optional.