mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-08-23 07:21:23 +02:00
Replace Watchdog alerts part of the `example-group` in some examples by ExampleAlert alerts to reinforce the fact that this is just an example. Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
10 lines
183 B
YAML
10 lines
183 B
YAML
groups:
|
|
- name: example-group
|
|
rules:
|
|
- alert: ExampleAlert
|
|
expr: vector(1)
|
|
labels:
|
|
severity: "warning"
|
|
annotations:
|
|
description: This is an example alert.
|