firing and sends notifications through the attached contact points.
You need at least one contact point before creating an alert rule. Set one up first if you haven’t already.
Create an alert rule
Navigate to Alert Rules
In the sidebar, go to Alerting. You’ll see all alerts across your deployments. Click Add Alert to create a new rule.

Fill in Meta Data
Provide a Name for the alert rule. Optionally add Tags (up to 60 characters each) to help categorise and filter rules, and a Description for additional context.

Select a deployment
In the Resource Details section, the Type is set to Deployment. Use the Resource Name dropdown to search for and select the deployment you want to monitor.

Configure Alert Condition Setup
In the Alert Condition Setup section:
- Condition: Select a monitoring condition (e.g., High 4xx Error Rate). The available conditions are filtered by your deployment’s model type.
- Parameters: Fill in the condition’s parameters such as thresholds, exclusion patterns, and evaluation window. Each field shows its unit, valid range, and a description.
- Severity: Choose Critical (immediate attention required) or Warning (needs monitoring).
- Contact Point: Select the contact points to notify when this rule fires. At least one contact point is required to activate the alert; you can add up to 5.
-
Evaluate every: How often Grafana evaluates the rule (e.g.,
5m). -
Pending Period: How long the condition must be continuously true before the alert transitions from
pendingtofiring. Use this to suppress noise from transient spikes.
Alert Details Page
Click any alert rule in the list to open its detail page. The page shows:- General Details: Severity, deployment, alert condition, threshold, and current value
- Contact Points: The notification channels attached to this rule.
- Meta Details: Creator, name, and description
- Alert State panel: Current state, last evaluation time, evaluation interval, and pending period

Alert states
| State | Description |
|---|---|
normal | The condition is not met; the deployment is within expected bounds. |
pending | The condition is met but the pending period has not elapsed yet. |
firing | The condition has been sustained past the pending period; notifications are being sent. |
nodata | No metric data is being received from the deployment. |
error | The rule evaluation failed due to a query or configuration problem. |