Alerting Example: Shared Actions and Monitors

The following procedures provide you with an example that illustrates how Shared Actions work with Monitors to create alerts.

Example

You want to send an alert when too many errors occur in the TestWebApp application. Alerts should go to the owner of the application, a-developer@example.com, and a Slack channel, #test-web-app.

Use a Monitor to watch the number of errors and alert when it exceeds a threshold. You expect similar conditions for alerting in the future, so set up a Shared Action in advance:

From the left Navigation panel, select Monitors, and then Shared Actions.

  • Create a Shared Action for each type of recipient, email or Webhook.

  • Create a Monitor whose notifications send alerts to this Channel when the triggering condition occurs.

Monitor notifications may send alerts to multiple Channels, and a Shared Action may contain multiple actions. Shared Actions allow you to configure alerts for a group of recipients without selecting them individually for each new monitor.

You can also create Shared Actions when you create a Monitor.

Creating Shared Actions

A Shared Action sends a single type of alert. For multiple alert types or different alert messages for different recipients, create a Shared Action for each.

To send an email to a-developer@example.com, use the following steps:

  1. From the left navigation panel, click Monitors, Shared Actions, and then New Shared Action.

  2. Click in the New Action field and create a name for the Shared Action.

  3. Under Action Type, select Email and add the recipient email address. You can add additional email addresses as well.

  4. Create a subject for the email. For more about the message body, see Customizing Alert Messages

  5. Under Sample Data and Preview, select Static Sample Data, the default Monitor type, or a Monitor from the Monitor Sample Data list.

  6. The Notification Status defaults to New. Otherwise, Reminder, or Ended.

  7. Click Send Test New Notification to send a sample email alert.

  8. Click Continue to go to the Shared Action Name section.

  9. Click Save to save the new Shared Action.

TestWebApp owner a-developer@example.com

Figure 1 - Email notification example

Now create a second Shared Action for the Slack message:

  1. Select the Slack template as the action type.

  2. Click in the New Action field, and create a name for the action.

  3. Fill in your Slack Webhook URL.

  4. For the Method, select POST.

  5. Under Headers, add a “Content-type” header with the value “application/json”.

  6. In Body customize the body template to include the desired details. See Customizing alert messages for examples.

  7. Under Sample Data and Preview, you can optionally send a test notification to Slack.

  8. The Notification Status displays as New.

  9. Under Sample Data and Preview, select a Monitor from the Monitor Sample Data list.

  10. Click Save to save the configuration.

Note

You can send alerts to any service that accepts incoming Webhooks. To view Slack documentation, see Incoming Webhooks for Slack.

Creating a Monitor

After you create a Shared Action and create a Monitor, you only need to select the appropriate Monitor.

You want to trigger an alert when more than 50 errors occur in the previous 10 minutes, so you must create a Monitor with that condition.

  1. From the left navigation, click Monitors.

  2. You want to compare the number of events to a static value, so choose a Count monitor.

  3. Under Trigger Conditions, set your desired condition:

    • greater than

    • 50 (errors)

    • 10 (time periods)

    • minutes (period size)

For more about condition options, see Monitor Notification Options.

  1. Click Continue to go to the Notification section.

  2. This is a basic count notification, so choose Don’t group.

  3. You want this to be an urgent notification, so select Important.

  4. In the Notifications that would have triggered section, you can see the number of events that would trigger a notification.

  5. Under Actions, add a Custom description/comments.

  6. Click Add Action to configure the notification type to send to recipients. You can select from the following types of actions:

    • Shared Action - an action previously configured in Shared Actions.

    • Email - displays the instructions for configuring a new Email Action.

    • Webhook - displays instructions for configuring a Webhook action.

    • Slack - displays instructions for configuring a Slack notification.

    • PagerDuty - displays instructions for configuring a PagerDuty notification.

  7. Click Continue to configure Status Updates. You elect to have updates sent to you when the notification ends. Select Send reminders and configure the frequency you want to receive notifications. You can select from minutes, hours, days, or weeks.

  8. Click Continue to go to the Monitor Name section.

  9. Give your Monitor a meaningful name, such as “TestWebApp errors”.

  10. Click Create to create the monitor.

Your new Monitor displays in the Monitors list:

TestWebApp errors, the number of Events is greater than 50 during the last 10 minutes

Figure 3 - Monitors list

Adding a Monitor to a Dataset

You can create a monitor for a Dataset using the following steps:

  1. Log into Observe and click Explore.

  2. Click Datasets.

  3. Select the dataset you want to monitor.

  4. From the top of the panel, click Monitor.

  5. Add a Monitor using the steps in Creating a Monitor.