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
Copy file name to clipboardExpand all lines: src/monitor/alerts/custom-alerts.md
+23-2
Original file line number
Diff line number
Diff line change
@@ -5,19 +5,20 @@ title: Custom Alerts
5
5
Segment's custom alerts allow you to customize the sensitivity of the trigger that activates an alert so you can more accurately detect event volume fluctuations in your integrations.
6
6
7
7
> info "Public beta"
8
-
> The Monitor hub is in Public Beta. Some functionality may change before it becomes generally available. During the public beta, only default alerts are located in the Monitor tab.
8
+
> The Monitor hub is in Public Beta. Some functionality may change before it becomes generally available. During the public beta, custom alerts are not located in the Monitor tab.
9
9
10
10
You can create alerts for the following product areas:
You can create an alert that notifies you when the volume of events received by your source in the last 24 hours changes beyond a percentage you set. For example, if you set a change percentage of 4% and your source received 100 events over the first 24 hours, Segment would notify you the following day if your source ingested fewer than 96 or more than 104 events.
17
18
18
19
To receive a source volume alert in a Slack channel, you must first create a Slack webhook. For more information about Slack webhooks, see the [Sending messages using incoming webhooks](https://api.slack.com/messaging/webhooks){:target="_blank”} documentation.
19
20
20
-
<imgsrc="images/alerting-source-alert.png"alt="A screenshot of the Source Volume alert creation sidesheet."width="470px"height="540px">
21
+
<imgsrc="/docs/connections/images/alerting-source-alert.png"alt="A screenshot of the Source Volume alert creation sidesheet."width="470px"height="540px">
21
22
22
23
To create a source volume alert:
23
24
1. In your workspace, navigate to Connections, select Sources, and select the Event streams tab.
@@ -57,6 +58,26 @@ To make changes to a successful delivery rate alert, select the icon in the Acti
57
58
58
59
To delete a successful delivery rate alert, select the icon in the Actions column for the alert and click **Delete**.
You can create an alert that notifies you when the volume of events successfully received by your mapping in the last 24 hours falls below a percentage you set. For example, if you set a percentage of 99%, Segment notifies you if your destination had a successful delivery rate of 98% or below.
64
+
65
+
To receive a successful delivery rate fluctuation alert in a Slack channel, you must first create a Slack webhook. For more information about Slack webhooks, see Slack's [Sending messages using incoming webhooks](https://api.slack.com/messaging/webhooks){:target="_blank”} documentation.
66
+
67
+

68
+
69
+
To subscribe to alerts for successful delivery fluctuations at the mapping level:
70
+
1. Navigate to your intended mapping and select the **Alerts** tab.
71
+
2. Click **Create alert**.
72
+
3. Set an *alert threshold*, or the percentage of successfully delivered events that would prompt an alert.
73
+
4. Select one or more of the following notification channels:
74
+
-**Email**: Enter an email address or alias that should receive alerts.
75
+
-**Slack notification**: Enter a Webhook URL and a Slack channel name to receive alerts in a Slack channel.
76
+
-**In-app notifications**: Select this to receive notifications in the Segment app. To view your notifications, select the bell next to your user icon in the Segment app.
77
+
5. Toggle the **Enable alert** setting on and click **Create**.
78
+
79
+
To edit or disable your alert, navigate to your mapping's Alerts tab and select the Actions menu for the alert you'd like to edit.
80
+
60
81
## Activation event health spikes or drops
61
82
62
83
You can create an Activation event health spikes or drops alert that notifies you when events sent from your audience to a downstream destination have failures to a destination above a certain threshold. For example, if you set a change percentage of 4% and your destination received 100 events from your Audience over the first 24 hours, Segment would notify you the following day if your destination ingested fewer than 96 or more than 104 events.
0 commit comments