@@ -16,7 +16,7 @@ groups:
1616 rules :
1717 # Warning for any instance that uses too much Lua runtime memory.
1818 - alert : HighLuaMemoryWarning
19- expr : tnt_info_memory_lua >= (512 * 1024 * 1024)
19+ expr : tnt_info_memory_lua >= (512 * 1024 * 1024)
2020 for : 1m
2121 labels :
2222 severity : warning
@@ -27,7 +27,7 @@ groups:
2727
2828 # Alert for any instance that uses too much Lua runtime memory.
2929 - alert : HighLuaMemory
30- expr : tnt_info_memory_lua >= (1024 * 1024 * 1024)
30+ expr : tnt_info_memory_lua >= (1024 * 1024 * 1024)
3131 for : 1m
3232 labels :
3333 severity : page
@@ -56,8 +56,8 @@ groups:
5656 annotations :
5757 summary : " Instance '{{ $labels.alias }}' ('{{ $labels.job }}') low arena memory remaining"
5858 description : " Low arena memory (tuples and indexes) remaining for '{{ $labels.alias }}' instance of job '{{ $labels.job }}'.
59- You are likely to hit limit soon.
60- It is strongly recommended to increase memtx_memory or number of storages in case of sharded data."
59+ You are likely to hit limit soon.
60+ It is strongly recommended to increase memtx_memory or number of storages in case of sharded data."
6161
6262 # Warning for any instance that have low remaining items memory.
6363 - alert : LowMemtxItemsRemainingWarning
@@ -170,9 +170,9 @@ groups:
170170 severity : critical
171171 annotations :
172172 summary : " Instance '{{ $labels.alias }}' ('{{ $labels.job }}') {{ $labels.stream }} (id {{ $labels.id }})
173- replication is not running"
173+ replication is not running"
174174 description : " Instance '{{ $labels.alias }}' ('{{ $labels.job }}') {{ $labels.stream }} (id {{ $labels.id }})
175- replication is not running. Check Cartridge UI for details."
175+ replication is not running. Check Cartridge UI for details."
176176
177177
178178- name : tarantool-crud
@@ -186,7 +186,7 @@ groups:
186186 annotations :
187187 summary : " Instance '{{ $labels.alias }}' ('{{ $labels.job }}') too many CRUD {{ $labels.operation }} errors."
188188 description : " Too many {{ $labels.operation }} CRUD requests for '{{ $labels.name }}' space on
189- '{{ $labels.alias }}' instance of job '{{ $labels.job }}' get module error responses."
189+ '{{ $labels.alias }}' instance of job '{{ $labels.job }}' get module error responses."
190190
191191 # Warning for CRUD module requests too long responses.
192192 - alert : HighCRUDLatency
@@ -197,7 +197,7 @@ groups:
197197 annotations :
198198 summary : " Instance '{{ $labels.alias }}' ('{{ $labels.job }}') too high CRUD {{ $labels.operation }} latency."
199199 description : " Some {{ $labels.operation }} {{ $labels.status }} CRUD requests for '{{ $labels.name }}' space on
200- '{{ $labels.alias }}' instance of job '{{ $labels.job }}' are processed too long."
200+ '{{ $labels.alias }}' instance of job '{{ $labels.job }}' are processed too long."
201201
202202 # Warning for too many map reduce CRUD module requests.
203203 - alert : HighCRUDMapReduceRate
@@ -208,8 +208,8 @@ groups:
208208 annotations :
209209 summary : " Instance '{{ $labels.alias }}' ('{{ $labels.job }}') too many CRUD {{ $labels.operation }} map reduces."
210210 description : " There are too many {{ $labels.operation }} CRUD map reduce requests for '{{ $labels.name }}' space on
211- '{{ $labels.alias }}' instance of job '{{ $labels.job }}'.
212- Check your request conditions or consider changing sharding schema."
211+ '{{ $labels.alias }}' instance of job '{{ $labels.job }}'.
212+ Check your request conditions or consider changing sharding schema."
213213
214214
215215- name : tarantool-business
@@ -281,5 +281,5 @@ groups:
281281 severity : warning
282282 annotations :
283283 summary : " Router '{{ $labels.alias }}' ('{{ $labels.job }}') low activity"
284- description : Router '{{ $labels.alias }}' instance of job '{{ $labels.job }}' gets too little requests.
284+ description : " Router '{{ $labels.alias }}' instance of job '{{ $labels.job }}' gets too little requests.
285285 Please, check up your balancer middleware."
0 commit comments