You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/serverless-jobs/how-to/configure-alerts-jobs.mdx
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This page shows you how to configure alerts for Scaleway Serverless Jobs using S
21
21
-[Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
22
22
- Scaleway resources you can monitor
23
23
-[Created Grafana credentials](/cockpit/how-to/retrieve-grafana-credentials/) with the **Editor** role
24
-
-[Enabled](/cockpit/how-to/enable-alert-manager/) the alert manager, and [activated preconfigured alerts](/cockpit/how-to/activate-managed-alerts/)
24
+
-[Enabled](/cockpit/how-to/enable-alert-manager/) the alert manager
25
25
-[Created](/cockpit/how-to/add-contact-points/) at least one contact point
26
26
- Selected the **Scaleway Alerting** alert manager in Grafana
27
27
@@ -53,7 +53,7 @@ Query and alert condition
53
53
54
54
Description
55
55
56
-
: Job run `{{ $labels.resource_id }}` from the job def`{{ $labels.resource_name }}` finish in error. Check the console to find out the error message.
56
+
: Job run `{{ $labels.resource_id }}` from the job definition`{{ $labels.resource_name }}` finish in error. Check the console to find out the error message.
57
57
58
58
**JobError**
59
59
@@ -71,7 +71,7 @@ Query and alert condition
71
71
72
72
Description
73
73
74
-
: Job run `{{ $labels.resource_id }}` from the job def`{{ $labels.resource_name }}` finish in error. Check the console to find out the error message.
74
+
: Job run `{{ $labels.resource_id }}` from the job definition`{{ $labels.resource_name }}` finish in error. Check the console to find out the error message.
75
75
76
76
**AnyJobHighCPUUsage**
77
77
@@ -89,7 +89,7 @@ Query and alert condition
89
89
90
90
Description
91
91
92
-
: Job run `{{ $labels.resource_name }}` from the job def`{{ $labels.resource_name }}` is using more than `{{ printf "%.0f" $value }}`% of its available CPU since 10s.
92
+
: Job run `{{ $labels.resource_name }}` from the job definition`{{ $labels.resource_name }}` is using more than `{{ printf "%.0f" $value }}`% of its available CPU since 10s.
93
93
94
94
**JobHighCPUUsage**
95
95
@@ -99,15 +99,15 @@ Pending period
99
99
100
100
Summary
101
101
102
-
: High CPU usage for job run `{{ $labels.resource_id }}`.
102
+
: High CPU usage for job run `{{ $labels.resource_job definition }}`.
: Job run `{{ $labels.resource_name }}` from the job def`{{ $labels.resource_name }}` is using more than `{{ printf "%.0f" $value }}`% of its available CPU since 10s.
110
+
: Job run `{{ $labels.resource_name }}` from the job definition`{{ $labels.resource_name }}` is using more than `{{ printf "%.0f" $value }}`% of its available CPU since 10s.
111
111
112
112
**AnyJobHighMemoryUsage**
113
113
@@ -117,15 +117,15 @@ Pending period
117
117
118
118
Summary
119
119
120
-
: High memory usage for job run `{{ $labels.resource_id }}`.
120
+
: High memory usage for job run `{{ $labels.resource_job definition }}`.
: Job run `{{ $labels.resource_name }}` from the job def`{{ $labels.resource_name }}` is using more than `{{ printf "%.0f" $value }}`% of its available RAM since 10s.
128
+
: Job run `{{ $labels.resource_name }}` from the job definition`{{ $labels.resource_name }}` is using more than `{{ printf "%.0f" $value }}`% of its available RAM since 10s.
129
129
130
130
**JobHighMemoryUsage**
131
131
@@ -143,7 +143,7 @@ Query and alert condition
143
143
144
144
Description
145
145
146
-
: Job run `{{ $labels.resource_name }}` from the job def`{{ $labels.resource_name }}` is using more than `{{ printf "%.0f" $value }}`% of its available RAM since 10s.
146
+
: Job run `{{ $labels.resource_name }}` from the job definition`{{ $labels.resource_name }}` is using more than `{{ printf "%.0f" $value }}`% of its available RAM since 10s.
147
147
148
148
8. Select labels that apply to the metric you have selected in the previous step, to target your desired resources and fine-tune your alert.
0 commit comments