Alerting Example: Shared Actions and Monitors

Note

The Monitors v2 engine is currently in private preview. Contact your Observe Data Engineer to enable this feature flag. See documentation for Monitors v1.

You are investigating a problem in Metrics Explorer and find that too many Kubernetes containers are waiting in a crash loop backoff. You’d like to send proactive alerts to the DevOps team via Slack. You’d also like to page someone if the levels are very high.

Metrics Explorer displaying waiting containers

Figure 1 - Metrics Explorer displaying waiting containers

Create a Monitor

Click Actions in the top right, then Create monitor to start a new Threshold Monitor.

Name the monitor, then click Add rule to add the Warning level Slack rule.

  1. Change the Severity dropdown from Error to Warning

  2. Set the first condition to greater than 25.

  3. Click Add condition and set the second condition to less than or equal to 50.

Click Add rule again to make the Critical level PagerDuty rule.

  1. Change the Severity dropdown from Error to Critical

  2. Set the first condition to greater than 50.

Add text to Description to inform the recipient what you want them to do.

Add Actions

To make the Slack action, click Slack under Notification actions.

  1. Change the Severity filter from (Always trigger) to Warning

  2. Paste the Slack webhook URL for your DevOps channel into the URL field.

  3. Click See in Slack Block Builder to preview the alert, or Send test notification to view it in your DevOps channel

  4. Scroll back to the top of the Slack action area and click Share action with team to name this action and save it as a Shared Action.

To make the PagerDuty action, click Add Action and PagerDuty.

  1. Change the Severity filter from (Always trigger) to Critical

  2. Click Edit body and replace REPLACE_WITH_PAGERDUTY_ROUTING_KEY with your PagerDuty routing key

  3. Set Send an update when the monitor has stopped triggering to On.

  4. Scroll back to the top of the Slack action area and click Share action with team to name this action and save it as a Shared Action.

Click Save Changes at the top right.