Grafana Cloud Enterprise
Last reviewed: June 8, 2026

Catchpoint alerting

The Catchpoint data source supports Grafana alerting, so you can create alert rules on your Catchpoint Tests, RUM, and SLO data. Because it’s a backend data source, Grafana evaluates these rules server-side without an open dashboard.

Before you begin

Create an alert rule

To create an alert rule that uses Catchpoint data:

  1. Navigate to Alerting > Alert rules.
  2. Click New alert rule.
  3. Select the Catchpoint data source for the query.
  4. Build a query with the query editor, such as a Tests query that returns availability.
  5. Add an expression to reduce the query to a single value, then set the alert condition and threshold.
  6. Set the evaluation behavior, labels, and notifications, then save the rule.

Alert rule example

This example alerts when the availability of a critical test drops below 99% over the last 5 minutes. A Grafana alert rule combines a data source query with one or more expressions that reduce the series to a single value and compare it against a threshold.

  1. Add a query and name it A, using the Catchpoint data source:

    FieldValue
    ActionTests Query
    TestYour critical test
    MetricsAvailability
    Time Interval5m
  2. Add a Reduce expression named B to collapse the series to a single number:

    FieldValue
    FunctionLast
    InputA
  3. Add a Threshold expression named C and set it as the alert condition:

    FieldValue
    InputB
    ConditionIs below 99
  4. Set the evaluation interval, pending period, labels, and notification policy, then save the rule.

The rule fires when the reduced availability value for the test falls below 99.

Use cases

The following scenarios show common ways to alert on Catchpoint data:

  • Availability drop: Alert when the availability metric for a critical test falls below a threshold.
  • Slow response time: Alert when a test or RUM response time metric exceeds an acceptable value.
  • SLO compliance: Alert when an SLO Status query returns compliance below the objective target.

Next steps