How to create an alert

Learn how to create an alert.

You can create an alert to a single pipeline, multiple pipelines at once or all the pipelines in a realm. Once the alert is configured, all pipelines can generate a notification as long as they reach the threshold for the selected and configured metric.

To create an alert, you must select which behavior the pipelines should be associated with. Each time the pipelines show this behavior, an alert will be triggered in the system and you will receive a notification through your selected channels.

Follow these steps to create an alert:

  1. At the Platform home page, click on Monitor.

  2. At the menu on top at the page, click on Alerts configuration.

    • You can also click on Settings and click on Alerts at the menu on the left.

  3. Click Create.

  4. Choose an Alert name.

    • It’s not possible to add special characters like "_" to the alert name. The only exception is “-”, which can be used as a substitute for a blank space.

  5. Select one or more pipelines to assign alerts.

    • If you want to assign all pipelines in one realm, activate the All pipeline flag.

  6. Configure the threshold selecting the metrics and conditions needed to trigger the alert.

    • Invocations and Executions

      • Pipeline Executions per seconds (EPS)

      • Pipeline executions per second per instance (eps)

      • Pipeline Messages in Queue

      • Pipeline Inflight Executions (messages)

      • Trigger Invocations

      • Pipeline Executions

      • Pipeline Message size (bytes) - request

      • Pipeline Message size (bytes) - response

    • Resource Allocations

      • Pipeline CPU Usage (%) - AVG, MAX and MIN

      • Pipeline Memory Usage (%) - AVG, MAX and MIN

      • Running replicas

    • Response Time

      • Total Response Time

      • Pipeline Response time (ms)

  7. Configure the channels you want to use to receive notifications.

    • Email addresses

    • Telegram chat ID

    • Webhook URL

    • Slack URL

  8. Click on Save to create a new alert or Cancel to return to the previous page.

Last updated