Creating Alert Rules

This guide assumes you are familiar with Alerts already. If not, please review API Monitors & Alerts

Example Creating an Alert Rule

The easiest way to create a new Alert Rule is to select + New and then Alert Rule from User Guidance & Alerts section.

Creating Alert Rules

Alternatively, you can create Alert Rules on any time series chart in Moesif. The following example walks you through creating a static alert rule for when 90th percentile latency is over 1 second.

Creating Alert Rules

  1. Go to Events and then Time Series to start creating a new report.

  2. Configure your chart’s filters, metric, and time period for what you want to monitor.

  3. Select Alert to open the alert configuration page.

  4. In the Create Alert Rule pane, configure your static threshold or dynamic sensitivity (for anomaly detection). Here, you can give your alert a name and also pick which channels to send notifications to.

  5. Select Create. A confirmation dialog appears detailing how the rule is triggered.

Since it’s important to track each customer’s experience independently, the example uses company.Company Domain to group customers by company domains.

For more information about each of the steps in the example, see Alert Options and Alert Rule Settings.

Alert Options

Chart Filters

Any filters you add to your time series chart also be applied to the alert rule. For example, to only alert when the response.status is 500 Internal Server Error, add a filter this way:

Select only 500 errors

Chart Group By

By adding a group by to your chart, Moesif creates a multi-dimensional alert which means Moesif monitors each of the group by values separately. This makes it easy to create a single alert rule that monitors hundreds of different metrics without manually creating hundreds of different alert rules. For example, you may want to track a metric separately for each customer or each URI route.

Let’s say we want to get alerts when a specific customer has a spike in latency. The alert rule then looks like the following:

Creating Alert with Group By

The alert criteria will be presented in the red box shown above.

Chart Metric

Moesif monitors the metric plotted in the chart. You can select one of the predefined metrics or build your own. For example, you can create an alert when a customer sends an unusually large amount of data to your API which may imply abuse or a hacker:

Creating Alert with Custom Metric

In this case, we group by user.email so we can track each user’s upload amount separately.

Alert Rule Settings

In addition to the chart conditions rules, you must configure additional settings in the Create Alert Rule pane.

Alert Name

Select a friendly name for your alert in the Name field. This name identifies an alert in emails and notifications.

Evaluation Period and Frequency

Alerts require an interval for the metric aggregation. For example, if you select Event Count as your chart metric and set the evaluation period to 15 minutes, then your alert tracks the event count over rolling 15 minute windows.

You can select between Real-time Rolling and Calendar-based Rolling from the menu.

Real-time rolling allows you to set the evaluation period for smaller time periods like hours and minutes. Moesif evaluates them continuously every minute in overlapping rolling windows. For example, if you select 15 minutes, Moesif aggregates the metric from the last 15 minutes with a series like 12:00 to 12:15, 12:01 to 12:16, 12:02 to 12:17, and so on.

On the other hand, calendar-based rolling allows you to set the evaluation period to once per calendar interval. This means if you select daily, Moesif aggregates your metric from 12:00 AM to 11:59 PM and sends a daily report. You can change calendar and timezone settings in your Apps and Team settings.

Channels

Select the channels you want to send the alert notifications to from the Send To field.

A channel is a communication method to receive notifications and make it easier to ensure the right people receive the right alerts. Moesif supports the following channel types:

  • Email
  • SMS
  • Slack
  • PagerDuty
  • Webhook

If you already have existing channels, you can select them from here. Otherwise, select New Channel to set up a new channel. For more information about channels, see Creating Notification Channels.

Alert Type

Moesif supports two types of alerts:

  • Static alert enables you to define a specific threshold for when to trigger an alert.
  • Dynamic alert leverages Moesif’s anomaly detection and triggers alerts when the metric deviates from the historical trend line.

Static Alert

Static alerts serve as simple alerts that trigger when your metric reaches the threshold you specify for your metric.

Creating Static Alerts

The alert triggers once your metric (such as Event Count) reaches your threshold.

Static alert supports the following operators:

  • >
  • <
  • >=
  • <=
  • any

If you want a recurring alert that triggers for every time interval regardless of metric value, select the any operator in Threshold.

Dynamic Alert

Dynamic alert leverages Moesif’s anomaly detection that learns the trend line from historical data and alerts when the metric looks abnormal.

Creating Dynamic Alert

Dynamic alerts can help you when the metric varies drastically that would normally make static alerts impossible.

You can set Direction to monitor the important changes for your use case:

  • Increase alerts you when the monitored metric has an abnormal increase.
  • Decrease alerts you when the monitored metric has an abnormal drop off.
  • Both alerts you when the monitored metric has an abnormal change in either direction.

When you combine dynamic alerts with Group By, Moesif monitors the trend line for each value separately. For example, let’s say you want to monitor when a customer has a drop-off in API traffic so customer success can preempt any customer churn issue. In this case, group by user.email and set the dynamic alert’s Direction to Decrease only. Moesif alerts you when a specific user’s API usage has a large decrease relative to the user’s historical trend line.

Changing Dynamic Alert Sensitives

Moesif recommends the default sensitivities to start. Adjust the sensitivity if you feel that you’re receiving too few or too many false alerts.

You can configure how fast the detectors generate alerts by dragging the Metric Anomaly Detectors sliders left and right. If you’re receiving too many false alerts, drag slider left. If you want alerts for small deviations, drag the slider right.

Dynamic Alerts

The following table summarizes the detectors:

Detector Alert name When to decrease sensitivity
Abrupt spike detector SPIKE Your API receives a low volume of traffic so small fluctuations in error rates throw off the spike detector.
Unusual change detector RISE/FALL  
Slow trend detector POSITIVE TREND Your API has seasonal patterns—for example, an API only used during working hours that naturally has an increase in error rates at 9 AM.

Custom Message

Use the Custom Message field to add a custom message or note to your alerts. This is not supported for SMS messages.

Advanced Settings

Advanced settings enable you to tweak when Moesif sends or silences notifications. For example, once an alert rule is triggered, you may want to silence it for a short period of time to avoid too many notifications.

Advanced Alert Settings

Silencing alerts
This setting allows you to silence any future notifications for the same alert rule for a specific period of time. This can help reduce the number of notifications for noisy alert rules.
Alert downtime
The downtime setting allows you to add a quiet period where during which Moesif doesn’t send any alerts. For example, if you have a cron job that performs some maintenance that brings down a service from 5 AM to 6 AM UTC everyday, you can set this schedule to avoid receiving false alerts.

To add a downtime, select Add Downtime and set values for the following fields:

Field Description Example
Start time The start time for downtime window in 24-hour clock time. 05:00
End time The end time for downtime window in 24-hour clock time. 06:00
Timezone The timezone to use for the start and end time. PDT

Updated: