You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AlertManager integration for Grafana OnCall handles alerts sent by client applications such as the Prometheus server.
19
+
The Alertmanager integration for Grafana OnCall handles alerts sent by client applications such as the Prometheus server.
20
20
21
-
Grafana OnCall provides<!--[grouping](#alertmanager-grouping-amp-oncall-grouping)--> grouping abilities when processing alerts from Alert Manager, including initial deduplicating, grouping, and routing the alerts to Grafana OnCall.
21
+
Grafana OnCall provides<!--[grouping](#alertmanager-grouping-amp-oncall-grouping)--> grouping abilities when processing alerts from Alertmanager, including initial deduplicating, grouping, and routing the alerts to Grafana OnCall.
22
22
23
-
## Configure AlertManager integration for Grafana OnCall
23
+
## Configure Alertmanager integration for Grafana OnCall
24
24
25
25
You must have an Admin role to create integrations in Grafana OnCall.
26
26
27
27
1. In the **Integrations** tab, click **+ New integration for receiving alerts**.
28
28
29
-
2. Select **AlertManager** from the list of available integrations.
29
+
2. Select **Alertmanager** from the list of available integrations.
30
30
31
31
3. Follow the instructions in the **How to connect** window to get your unique integration URL and identify next steps.
Update the `receivers` section of your Alertmanager configuration to use a unique integration URL:
38
38
@@ -48,11 +48,11 @@ receivers:
48
48
send_resolved: true
49
49
```
50
50
51
-
## Configure grouping with AlertManager and Grafana OnCall
51
+
## Configure grouping with Alertmanager and Grafana OnCall
52
52
53
-
You can use the alert grouping mechanics of AlertManager and Grafana OnCall to configure your alert grouping preferences.
53
+
You can use the alert grouping mechanics of Alertmanager and Grafana OnCall to configure your alert grouping preferences.
54
54
55
-
AlertManager offers three alert grouping options:
55
+
Alertmanager offers three alert grouping options:
56
56
57
57
-`group_by` provides two options, `instance` or `job`.
58
58
-`group_wait` sets the length of time to initially wait before sending a notification for a particular group of alerts. For example, `group_wait` can be set to 45s.
@@ -61,7 +61,7 @@ AlertManager offers three alert grouping options:
61
61
62
62
-`group_interval` sets the length of time to wait before sending notifications about new alerts that have been added to a group of alerts that have been previously alerted on. This setting is usually set to five minutes or more.
63
63
64
-
During high alert volume periods, AlertManager will send alerts at each `group_interval`, which can mean a lot of distraction. Grafana OnCall grouping will help manage this in the following ways:
64
+
During high alert volume periods, Alertmanager will send alerts at each `group_interval`, which can mean a lot of distraction. Grafana OnCall grouping will help manage this in the following ways:
65
65
66
66
- Grafana OnCall groups alerts based on the first label of each alert.
0 commit comments