kube-prometheus/docs: Update how to handle existing rules
This commit is contained in:
9
examples/existingrule.yaml
Normal file
9
examples/existingrule.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
groups:
|
||||
- name: example-group
|
||||
rules:
|
||||
- alert: DeadMansSwitch
|
||||
expr: vector(1)
|
||||
labels:
|
||||
severity: "none"
|
||||
annotations:
|
||||
description: This is a DeadMansSwitch meant to ensure that the entire alerting pipeline is functional.
|
Reference in New Issue
Block a user