mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 00:47:18 +08:00
typo
This commit is contained in:
parent
19d2bd565d
commit
88c47ff7f8
1 changed files with 2 additions and 2 deletions
|
|
@ -107,8 +107,8 @@ For expansive or frequent PromQL queries, Prometheus allows to precompute rules.
|
|||
{% raw %}
|
||||
groups:
|
||||
|
||||
# first define the recording rule
|
||||
- name: ExampleRecordingGroup
|
||||
# first define the recorded rule
|
||||
- name: ExampleRecordedGroup
|
||||
rules:
|
||||
- record: job:rabbitmq_queue_messages_delivered_total:rate:5m
|
||||
expr: rate(rabbitmq_queue_messages_delivered_total[5m])
|
||||
|
|
|
|||
Loading…
Reference in a new issue