Saturday, 13 May 2023

How can I set up alerts in Apigee Analytics?

 Here are the steps to set up alerts in Apigee Analytics:

  1. Go to the Apigee Edge management UI and select "Analytics" from the left menu.

  2. Click the "Alerts" tab. This shows any existing alerts.

  3. Click "New alert" to create a new one.

  4. Select the query type:

  1. Enter an alert name and description.

  2. Select the organization and environment the alert applies to.

  3. For a simple alert:

  • Select the metric from the drop-down (e.g. error rate)
  • Choose whether to alert when metric is above or below a threshold
  • Enter the threshold value (e.g. 5 for 5%)
  • Select for how long the threshold must be exceeded before alerting
  1. For an advanced alert:
  • Enter a valid Analytics query string
  • Define the alert threshold using HAVING or WHERE clauses
  1. Choose the alert frequency:
  • Once - Alert just once when threshold is exceeded
  • Every time - Alert every time the threshold is exceeded
  1. Select the alert action:
  • Email - Send alert to specific addresses
  • Webhook - Trigger an external webhook URL
  1. Save the alert.

  2. When the alert conditions are met based on the Analytics data, Apigee will trigger the configured action - sending emails and/or webhook calls to notify you.

  3. You can modify or delete alerts as needed from the Alerts tab in Analytics.

Hope these steps help! Let me know if you have any other questions about setting up or configuring alerts in Apigee Analytics.

No comments:

Post a Comment

What is the difference between the Rate Limit and Quota policies?

  The   Rate Limit   and   Quota policies   in Apigee serve similar but distinct purposes: Rate Limit: • Limits the number of requests withi...