Skip to content

Commit aa6aa17

Browse files
committed
(fleet/prometheus-alerts) reword readme and adjust repeat
1 parent f651f6b commit aa6aa17

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

fleet/lib/kube-prometheus-stack/overlays/antu/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ alertmanager:
192192
- site
193193
group_wait: 30s
194194
group_interval: 5m
195-
repeat_interval: 8760h
195+
repeat_interval: 120h
196196
receiver: blackhole
197197
routes:
198198
- receiver: blackhole

fleet/lib/prometheus-alerts/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ file with the `rules.namespace` key.
1313

1414
## Prometheus rule AURA standards
1515

16-
* `summary` annotation: This annotation MAY contain a templated variable to differentiate between hosts, pods, clusters, etc. and provides a simple single sentence summary of what the alert is about. For example "Disk space full in acme.lsst.org". When a cluster triggers several alerts, it can be handy to group these alerts into a single notification, this is when the `summary` can be used. It is also useful to set an appropiate title for jira tickets.
17-
* `discription` annotation: This provides a detailed overview of the alert specifically to this instance of the alert. It MAY contain templated variables to enrich the message.
18-
* routing label: Rubin uses labels to route alerts. The label is used by alertmanager to decide on the routing of the notification for the alert. By default, all alerts should be routed to Squadcast. The escalation and notification will be handled by Squadcast API.
16+
* `summary` annotation: This annotation MAY contain a templated variable to differentiate between hosts, pods, clusters, etc. and provides a simple single sentence summary of what the alert is about. For example, "Disk space full in acme.lsst.org". When a cluster triggers several alerts, it can be helpful to group these alerts into a single notification. A distinctive summary, it is also useful as a title for Jira tickets.
17+
* `description` annotation: This provides a detailed overview of the alert specifically to this instance of the alert. It MAY contain templated variables to enrich the message.
18+
* routing label: Rubin uses labels to route alerts. The label is used by alertmanager to determine the routing of the notification for the alert. By default, all alerts should be routed to Squadcast. The escalation and notification will be handled by Squadcast API.
1919

2020
Currently (20250616) the following receivers are configured:
2121
* `gnocpush`: Requires label `gnoc: "true"`

0 commit comments

Comments
 (0)