Skip to main content

Indicators

Overview of Indicators

Indicator Overview

Indicators are PromQL queries saved as a part of an Alert Group. Alert Rules evaluate these Indicators against thresholds to generate alerts.

Creating an Indicator

Before you configure an Alert Rule, you need at least one indicator to be created in the Alert Group.

To create an Indicator:

  1. Navigate to the Alert Group in which you would like to create the indicator: HomeAlert StudioAlert GroupsSelect an Alert GroupIndicators Tab and Click on the Create New Indicator Creating An Indicator 1

    Creating An Indicator 2

  2. The following details are required for an Indicator:

    1. Indicator Name: Use a descriptive name so that the Indicator is easily identified

    2. Indicator Description (Optional): Helps your team members identify the purpose of the Indicator

    3. Query: The PromQL query for the indicator. This can be a query that returns multiple timeseries (as seen in the example below) but cannot contain any variables (for example, $instance)

    4. Unit: The unit that which want to assign to the indicator

    5. Data Source (Advanced): By default, Indicators inherit the data source from their Alert Group. That is if you change the data source for the Alert Group the same data source will be used for the indicator. You can also override this behavior and assign a different data source for the Indicator. Once you override the Indicator’s data source, the configured data source will now take precedence over the data source configured at the Alert Group level

      Creating An Indicator 3

      After entering the query, you will need to validate it to ensure that it has no syntax errors. If the query is validated successfully, a preview will be generated.

      Creating An Indicator 4

      Click Create Indicator to save this Indicator.

      Creating An Indicator 5

  3. This Indicator is now ready to be used in Alert Rules. To edit/duplicate or delete this indicator can click the ... button

    Creating An Indicator 6


Troubleshooting

Please get in touch with us on Discord or Email if you have any questions.