4
4
rules :
5
5
- alert : LokiRequestErrors
6
6
annotations :
7
- message : |-
7
+ description : |-
8
8
{{ $labels.job }} {{ $labels.route }} is experiencing {{ printf "%.2f" $value }}% errors.
9
9
summary : " At least 10% of requests are responded by 5xx server errors."
10
10
runbook_url : " [[ .RunbookURL ]]#Loki-Request-Errors"
@@ -23,7 +23,7 @@ groups:
23
23
severity : critical
24
24
- alert : LokiStackWriteRequestErrors
25
25
annotations :
26
- message : |-
26
+ description : |-
27
27
{{ printf "%.2f" $value }}% of write requests from {{ $labels.job }} in {{ $labels.namespace }} are returned with server errors.
28
28
summary : " At least 10% of write requests to the lokistack-gateway are responded with 5xx server errors."
29
29
runbook_url : " [[ .RunbookURL ]]#LokiStack-Write-Request-Errors"
@@ -42,7 +42,7 @@ groups:
42
42
severity : critical
43
43
- alert : LokiStackReadRequestErrors
44
44
annotations :
45
- message : |-
45
+ description : |-
46
46
{{ printf "%.2f" $value }}% of query requests from {{ $labels.job }} in {{ $labels.namespace }} are returned with server errors.
47
47
summary : " At least 10% of query requests to the lokistack-gateway are responded with 5xx server errors."
48
48
runbook_url : " [[ .RunbookURL ]]#LokiStack-Read-Request-Errors"
@@ -61,7 +61,7 @@ groups:
61
61
severity : critical
62
62
- alert : LokiRequestPanics
63
63
annotations :
64
- message : |-
64
+ description : |-
65
65
{{ $labels.job }} is experiencing an increase of {{ $value }} panics.
66
66
summary : " A panic was triggered."
67
67
runbook_url : " [[ .RunbookURL ]]#Loki-Request-Panics"
@@ -76,7 +76,7 @@ groups:
76
76
severity : critical
77
77
- alert : LokiRequestLatency
78
78
annotations :
79
- message : |-
79
+ description : |-
80
80
{{ $labels.job }} {{ $labels.route }} is experiencing {{ printf "%.2f" $value }}s 99th percentile latency.
81
81
summary : " The 99th percentile is experiencing high latency (higher than 1 second)."
82
82
runbook_url : " [[ .RunbookURL ]]#Loki-Request-Latency"
@@ -94,7 +94,7 @@ groups:
94
94
severity : critical
95
95
- alert : LokiTenantRateLimit
96
96
annotations :
97
- message : |-
97
+ description : |-
98
98
{{ $labels.job }} {{ $labels.route }} is experiencing 429 errors.
99
99
summary : " At least 10% of requests are responded with the rate limit error code."
100
100
runbook_url : " [[ .RunbookURL ]]#Loki-Tenant-Rate-Limit"
@@ -113,7 +113,7 @@ groups:
113
113
severity : warning
114
114
- alert : LokiStorageSlowWrite
115
115
annotations :
116
- message : |-
116
+ description : |-
117
117
The storage path is experiencing slow write response rates.
118
118
summary : " The storage path is experiencing slow write response rates."
119
119
runbook_url : " [[ .RunbookURL ]]#Loki-Storage-Slow-Write"
@@ -129,7 +129,7 @@ groups:
129
129
severity : warning
130
130
- alert : LokiStorageSlowRead
131
131
annotations :
132
- message : |-
132
+ description : |-
133
133
The storage path is experiencing slow read response rates.
134
134
summary : " The storage path is experiencing slow read response rates."
135
135
runbook_url : " [[ .RunbookURL ]]#Loki-Storage-Slow-Read"
@@ -145,7 +145,7 @@ groups:
145
145
severity : warning
146
146
- alert : LokiWritePathHighLoad
147
147
annotations :
148
- message : |-
148
+ description : |-
149
149
The write path is experiencing high load.
150
150
summary : " The write path is experiencing high load, causing backpressure storage flushing."
151
151
runbook_url : " [[ .RunbookURL ]]#Loki-Write-Path-High-Load"
@@ -159,7 +159,7 @@ groups:
159
159
severity : warning
160
160
- alert : LokiReadPathHighLoad
161
161
annotations :
162
- message : |-
162
+ description : |-
163
163
The read path is experiencing high load.
164
164
summary : " The read path has high volume of queries, causing longer response times."
165
165
runbook_url : " [[ .RunbookURL ]]#Loki-Read-Path-High-Load"
@@ -177,7 +177,7 @@ groups:
177
177
severity : warning
178
178
- alert : LokiDiscardedSamplesWarning
179
179
annotations :
180
- message : |-
180
+ description : |-
181
181
Loki in namespace {{ $labels.namespace }} is discarding samples in the "{{ $labels.tenant }}" tenant during ingestion.
182
182
Samples are discarded because of "{{ $labels.reason }}" at a rate of {{ .Value | humanize }} samples per second.
183
183
summary : Loki is discarding samples during ingestion because they fail validation.
@@ -195,7 +195,7 @@ groups:
195
195
severity : warning
196
196
- alert : LokistackSchemaUpgradesRequired
197
197
annotations :
198
- message : |-
198
+ description : |-
199
199
The LokiStack "{{ $labels.stack_name }}" in namespace "{{ $labels.stack_namespace }}" is using a storage schema
200
200
configuration that does not contain the latest schema version. It is recommended to update the schema
201
201
configuration to update the schema version to the latest version in the future.
0 commit comments