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
Translate panel text to English based on docs, rework slab panels code
Translate panel title, description and content to English based on Tarantool docs.
Move target from every slab panel to "used" panel template function.
`quota_used_ratio` > 90%, `arena_used_ratio` > 90%, 50% < `items_used_ratio` < 90% – your memory is highly fragmented. See [docs](https://www.tarantool.io/en/doc/1.10/reference/reference_lua/box_slab/#lua-function.box.slab.info) for more info.
14
14
15
-
`quota_used_ratio` > 90%, `arena_used_ratio` > 90%, `items_used_ratio` > 90% – заканчиваются резервы памяти, необходимо увеличить параметр *memtx_memory*.
15
+
`quota_used_ratio` > 90%, `arena_used_ratio` > 90%, `items_used_ratio` > 90% – you are running out of memory. You should consider increasing Tarantool’s memory limit (*box.cfg.memtx_memory*).
16
16
|||,
17
17
),
18
18
19
19
local used_ratio(
20
20
title,
21
21
description,
22
22
datasource,
23
+
measurement,
24
+
metric_name,
23
25
) = graph.new(
24
26
title=title,
25
27
description=description,
@@ -33,17 +35,20 @@ local influxdb = grafana.influxdb;
"content": "`quota_used_ratio` > 90%, `arena_used_ratio` > 90%, 50% < `items_used_ratio` < 90% – your memory is highly fragmented. See [docs](https://www.tarantool.io/en/doc/1.10/reference/reference_lua/box_slab/#lua-function.box.slab.info) for more info.\n\n`quota_used_ratio` > 90%, `arena_used_ratio` > 90%, `items_used_ratio` > 90% – you are running out of memory. You should consider increasing Tarantool’s memory limit (*box.cfg.memtx_memory*).\n",
76
76
"datasource": null,
77
77
"gridPos": {
78
78
"h": 3,
@@ -82,7 +82,7 @@
82
82
},
83
83
"id": 3,
84
84
"mode": "markdown",
85
-
"title": "Инструкции по мониторингу slab",
85
+
"title": "Slab allocator monitoring information",
86
86
"type": "text"
87
87
},
88
88
{
@@ -92,7 +92,7 @@
92
92
"dashes": false,
93
93
"datasource": "${DS_INFLUXDB}",
94
94
"decimals": 2,
95
-
"description": "`quota_used_ratio` – отношение `quota_used` к `quota_size`.\n\n`quota_used` – это объем памяти, уже выделенный для распределения slab.\n\n`quota_size` – максимальный объем памяти, который механизм распределения slab может использовать как для кортежей,\nтак и для индексов (равно значению параметра *memtx_memory*).\n",
95
+
"description": "`quota_used_ratio` = `quota_used` / `quota_size`.\n\n`quota_used` – used by slab allocator (for both tuple and index slabs).\n\n`quota_size` – memory limit for slab allocator (as configured in the *memtx_memory* parameter).\n",
96
96
"fill": 0,
97
97
"gridPos": {
98
98
"h": 8,
@@ -173,7 +173,7 @@
173
173
"thresholds": [ ],
174
174
"timeFrom": null,
175
175
"timeShift": null,
176
-
"title": "Выделено памяти для распределения slab (quota_used_ratio)",
176
+
"title": "Used by slab allocator (quota_used_ratio)",
177
177
"tooltip": {
178
178
"shared": true,
179
179
"sort": 0,
@@ -215,7 +215,7 @@
215
215
"dashes": false,
216
216
"datasource": "${DS_INFLUXDB}",
217
217
"decimals": 2,
218
-
"description": "`arena_used_ratio` – отношение `arena_used` к `arena_size`.\n\n`arena_used` – это эффективный объем памяти, используемый для кортежей и индексов\n(не включая выделенные, но в данный момент свободные slab’ы).\n\n`arena_size` – это общий объем памяти, используемый для кортежей и индексов\n(включая выделенные, но в данный момент свободные slab’ы).\n",
218
+
"description": "`arena_used_ratio` = `arena_used` / `arena_size`.\n\n`arena_used` – used for both tuples and indexes.\n\n`arena_size` – allocated for both tuples and indexes.\n",
219
219
"fill": 0,
220
220
"gridPos": {
221
221
"h": 8,
@@ -296,7 +296,7 @@
296
296
"thresholds": [ ],
297
297
"timeFrom": null,
298
298
"timeShift": null,
299
-
"title": "Утилизация памяти, выделенной под кортежи и индексы (arena_used_ratio)",
299
+
"title": "Used for tuples and indexes (arena_used_ratio)",
300
300
"tooltip": {
301
301
"shared": true,
302
302
"sort": 0,
@@ -338,7 +338,7 @@
338
338
"dashes": false,
339
339
"datasource": "${DS_INFLUXDB}",
340
340
"decimals": 2,
341
-
"description": "`items_used_ratio` – отношение `items_used` к `items_size`.\n\n`items_used` – это эффективный объем памяти (не включая выделенные, но в данный момент свободные slab’ы),\nкоторый используется только для кортежей, а не для индексов.\n\n`items_size` – это общий объем памяти (включая выделенные, но в данный момент свободные slab’ы),\nкоторый используется только для кортежей, а не для индексов.\n",
341
+
"description": "`items_used_ratio` = `items_used` / `items_size`.\n\n`items_used` – used only for tuples.\n\n`items_size` – allocated only for tuples.\n",
342
342
"fill": 0,
343
343
"gridPos": {
344
344
"h": 8,
@@ -419,7 +419,7 @@
419
419
"thresholds": [ ],
420
420
"timeFrom": null,
421
421
"timeShift": null,
422
-
"title": "Утилизация памяти, выделенной под кортежи (items_used_ratio)",
422
+
"title": "Used only for tuples (items_used_ratio)",
0 commit comments