Set thresholds for various API metrics, get notified when they are breached.
Apitally allows you to automatically monitor API metrics and get notified when they breach a configured threshold. This eliminates the need to manually check the dashboard and provides a first line of defense against potential issues.
You can create a new custom alert in these simple steps:
There are additional options available for more complex alerting needs, such as filtering, cron scheduling and delaying notifications. These are described in the sections below.
You can narrow down the scope of your alerts using the following filters:
These filters can be found under Additional filters when creating or editing an alert.
While the default check frequency is set using the Check every field, you can define more complex schedules using cron expressions under the Advanced options section. The cron schedule will override the basic check frequency when specified.
Examples of cron expressions:
*/5 9-17 * * 1-5
: Check every 5 minutes between 9 AM and 5 PM on weekdays.5 * * * *
: Check 5 minutes past the hour every hour.0 9 * * *
: Check every day at 9 AM.Apitally provides several options for controlling the frequency and timing of alert notifications:
Tuning these settings helps prevent alert fatigue from transient issues while ensuring you’re notified of persistent problems.
Apitally integrates with Slack to send alert notifications to a channel in your Slack workspace. To set up the Slack integration, navigate to the Settings page and select Configure integrations.
Apitally also offers an integration with Microsoft Teams for alert notifications using the Incoming Webhook connector. To set this up, navigate to the Settings page, select Configure integrations and then follow the instructions on the screen.
Set thresholds for various API metrics, get notified when they are breached.
Apitally allows you to automatically monitor API metrics and get notified when they breach a configured threshold. This eliminates the need to manually check the dashboard and provides a first line of defense against potential issues.
You can create a new custom alert in these simple steps:
There are additional options available for more complex alerting needs, such as filtering, cron scheduling and delaying notifications. These are described in the sections below.
You can narrow down the scope of your alerts using the following filters:
These filters can be found under Additional filters when creating or editing an alert.
While the default check frequency is set using the Check every field, you can define more complex schedules using cron expressions under the Advanced options section. The cron schedule will override the basic check frequency when specified.
Examples of cron expressions:
*/5 9-17 * * 1-5
: Check every 5 minutes between 9 AM and 5 PM on weekdays.5 * * * *
: Check 5 minutes past the hour every hour.0 9 * * *
: Check every day at 9 AM.Apitally provides several options for controlling the frequency and timing of alert notifications:
Tuning these settings helps prevent alert fatigue from transient issues while ensuring you’re notified of persistent problems.
Apitally integrates with Slack to send alert notifications to a channel in your Slack workspace. To set up the Slack integration, navigate to the Settings page and select Configure integrations.
Apitally also offers an integration with Microsoft Teams for alert notifications using the Incoming Webhook connector. To set this up, navigate to the Settings page, select Configure integrations and then follow the instructions on the screen.