How to configure alerts for Scaleway resources in Grafana
Reviewed on 03 October 2024 • Published on 06 November 2023
This page shows you how to configure alerts for Scaleway resources in Grafana using the Scaleway Metrics
data source.
To complete the actions presented below, you must have:
- Log in to Grafana using your credentials.
- Click the Toggle menu then click Alerting.
- Click Alert rules and + New alert rule.
- Scroll down to the Define query and alert condition section and click Switch to data source-managed alert rule.
ImportantThis allows you to configure alert rules managed by the data source of your choice, instead of using Grafana’s managed alert rules.
- Type in a name for your alert.
- Select the data source you want to configure alerts for. For the sake of this documentation, we are choosing the Scaleway Metrics data source.
- In the Metrics browser drop-down, select the metric you want to configure an alert for. For the sake of this documentation, we are choosing the
instance_server_cpu_seconds_total
metric.
- Select labels that apply to the metric you have selected in the previous step, to target your desired resources and fine-tune your alert.
- Select one or more values for your labels.
- Click Use query to generate your alert based on the conditions you have defined. For example, the alert below will be triggered whenever the rate of our Instance’s total CPU usage per second exceeds 10%.
- In the Set alert evaluation behavior field, configure the amount of time during which the alert can be in breach of the condition(s) you have defined until it fires.
NoteFor example, if you wish to be alerted after your alert has been in breach of the condition for 2 minutes without interruption, type 2
and select minutes
in the drop-down.
- Enter a namespace for your alert in the Namespace field and click Enter.
- Enter a name for your alert’s group in the Group field and click Enter.
- Optionally, add a summary and a description.
- Click Save rule at the top right corner of your screen to save your alert. Once your alert meets the requirements you have configured, you will receive an email to inform you that your alert is firing.
ImportantYou can configure up to a maximum of 10 alerts for the Scaleway Metrics
data source.