As you may know, we came up with operations search very recently. With this, you are able to query the slow DynamoDB operations, or erroneous Redis interactions independent of the compute platform (AWS Lambda and etc.).
Today, we are adding a new capability on top of our flexible operations search. Now, you can set up alerts on top of the flexible querying. You don't need to think from function perspective, instead, you can create alerts as following:
- Alert me when I have more than 10 DynamoDB read operations to the table "User" with duration more than 500ms in 5 minutes.
- Alert me if I get 404 from any third party API
- Alert me if my PostgreSQL table starts to respond slower.
And many more.. You can start experimenting with operations alerts for our existing alerting integrations with Opsgenie, Pagerduty, Victorops, Slack, Email, and Webhook.
Happy observability!