Skip to content

Commit a12a1b4

Browse files
Add required package version comments to panel descriptions
1 parent aac695f commit a12a1b4

File tree

5 files changed

+16
-10
lines changed

5 files changed

+16
-10
lines changed

tarantool/cluster.libsonnet

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,8 @@ local prometheus = grafana.prometheus;
331331
title='Cartridge warning issues',
332332
description=|||
333333
Number of "warning" issues on each cluster instance.
334+
Panel works with `cartridge >= 2.0.2`, `metrics >= 0.6.0`,
335+
while `metrics >= 0.9.0` is recommended for per instance display.
334336
"warning" issues includes high replication lag, replication long idle,
335337
failover and switchover issues, clock issues, memory fragmentation,
336338
configuration issues and alien members warnings.
@@ -353,6 +355,8 @@ local prometheus = grafana.prometheus;
353355
title='Cartridge critical issues',
354356
description=|||
355357
Number of "critical" issues on each cluster instance.
358+
Panel works with `cartridge >= 2.0.2`, `metrics >= 0.6.0`,
359+
while `metrics >= 0.9.0` is recommended for per instance display.
356360
"critical" issues includes replication process critical fails and
357361
running out of available memory.
358362
|||,

tarantool/cpu.libsonnet

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ local prometheus = grafana.prometheus;
5252
getrusage_cpu_user_time(
5353
title='CPU user time',
5454
description=|||
55+
Panel works with `metrics >= 0.8.0`.
5556
This is the average amount of time per minute
5657
spent by instance process executing in user mode.
5758
Metrics obtained using `getrusage()` call.
@@ -75,6 +76,7 @@ local prometheus = grafana.prometheus;
7576
getrusage_cpu_system_time(
7677
title='CPU system time',
7778
description=|||
79+
Panel works with `metrics >= 0.8.0`.
7880
This is the average amount of time per minute
7981
spent by instance process executing in kernel mode.
8082
Metrics obtained using `getrusage()` call.

tarantool/operations.libsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ local prometheus = grafana.prometheus;
287287
SQL_prepare_rps(
288288
title='SQL prepare calls',
289289
description=|||
290-
SQL prepare calls.
290+
SQL prepare calls. Panel works with Tarantool 2.x.
291291
Graph shows average errors per second.
292292
|||,
293293
datasource=null,
@@ -310,7 +310,7 @@ local prometheus = grafana.prometheus;
310310
SQL_execute_rps(
311311
title='SQL execute calls',
312312
description=|||
313-
SQL execute calls.
313+
SQL execute calls. Panel works with Tarantool 2.x.
314314
Graph shows average errors per second.
315315
|||,
316316
datasource=null,

tests/InfluxDB/dashboard_compiled.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"dashes": false,
8686
"datasource": "${DS_INFLUXDB}",
8787
"decimals": 0,
88-
"description": "Number of \"warning\" issues on each cluster instance.\n\"warning\" issues includes high replication lag, replication long idle,\nfailover and switchover issues, clock issues, memory fragmentation,\nconfiguration issues and alien members warnings.\n",
88+
"description": "Number of \"warning\" issues on each cluster instance.\nPanel works with `cartridge >= 2.0.2`, `metrics >= 0.6.0`,\nwhile `metrics >= 0.9.0` is recommended for per instance display.\n\"warning\" issues includes high replication lag, replication long idle,\nfailover and switchover issues, clock issues, memory fragmentation,\nconfiguration issues and alien members warnings.\n",
8989
"fill": 0,
9090
"gridPos": {
9191
"h": 6,
@@ -222,7 +222,7 @@
222222
"dashes": false,
223223
"datasource": "${DS_INFLUXDB}",
224224
"decimals": 0,
225-
"description": "Number of \"critical\" issues on each cluster instance.\n\"critical\" issues includes replication process critical fails and\nrunning out of available memory.\n",
225+
"description": "Number of \"critical\" issues on each cluster instance.\nPanel works with `cartridge >= 2.0.2`, `metrics >= 0.6.0`,\nwhile `metrics >= 0.9.0` is recommended for per instance display.\n\"critical\" issues includes replication process critical fails and\nrunning out of available memory.\n",
226226
"fill": 0,
227227
"gridPos": {
228228
"h": 6,
@@ -5268,7 +5268,7 @@
52685268
"dashes": false,
52695269
"datasource": "${DS_INFLUXDB}",
52705270
"decimals": 2,
5271-
"description": "SQL prepare calls.\nGraph shows average errors per second.\n",
5271+
"description": "SQL prepare calls. Panel works with Tarantool 2.x.\nGraph shows average errors per second.\n",
52725272
"fill": 0,
52735273
"gridPos": {
52745274
"h": 8,
@@ -5411,7 +5411,7 @@
54115411
"dashes": false,
54125412
"datasource": "${DS_INFLUXDB}",
54135413
"decimals": 2,
5414-
"description": "SQL execute calls.\nGraph shows average errors per second.\n",
5414+
"description": "SQL execute calls. Panel works with Tarantool 2.x.\nGraph shows average errors per second.\n",
54155415
"fill": 0,
54165416
"gridPos": {
54175417
"h": 8,

tests/Prometheus/dashboard_compiled.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@
468468
"dashes": false,
469469
"datasource": "${DS_PROMETHEUS}",
470470
"decimals": 0,
471-
"description": "Number of \"warning\" issues on each cluster instance.\n\"warning\" issues includes high replication lag, replication long idle,\nfailover and switchover issues, clock issues, memory fragmentation,\nconfiguration issues and alien members warnings.\n",
471+
"description": "Number of \"warning\" issues on each cluster instance.\nPanel works with `cartridge >= 2.0.2`, `metrics >= 0.6.0`,\nwhile `metrics >= 0.9.0` is recommended for per instance display.\n\"warning\" issues includes high replication lag, replication long idle,\nfailover and switchover issues, clock issues, memory fragmentation,\nconfiguration issues and alien members warnings.\n",
472472
"fill": 0,
473473
"gridPos": {
474474
"h": 6,
@@ -558,7 +558,7 @@
558558
"dashes": false,
559559
"datasource": "${DS_PROMETHEUS}",
560560
"decimals": 0,
561-
"description": "Number of \"critical\" issues on each cluster instance.\n\"critical\" issues includes replication process critical fails and\nrunning out of available memory.\n",
561+
"description": "Number of \"critical\" issues on each cluster instance.\nPanel works with `cartridge >= 2.0.2`, `metrics >= 0.6.0`,\nwhile `metrics >= 0.9.0` is recommended for per instance display.\n\"critical\" issues includes replication process critical fails and\nrunning out of available memory.\n",
562562
"fill": 0,
563563
"gridPos": {
564564
"h": 6,
@@ -3833,7 +3833,7 @@
38333833
"dashes": false,
38343834
"datasource": "${DS_PROMETHEUS}",
38353835
"decimals": 2,
3836-
"description": "SQL prepare calls.\nGraph shows average errors per second.\n",
3836+
"description": "SQL prepare calls. Panel works with Tarantool 2.x.\nGraph shows average errors per second.\n",
38373837
"fill": 0,
38383838
"gridPos": {
38393839
"h": 8,
@@ -3923,7 +3923,7 @@
39233923
"dashes": false,
39243924
"datasource": "${DS_PROMETHEUS}",
39253925
"decimals": 2,
3926-
"description": "SQL execute calls.\nGraph shows average errors per second.\n",
3926+
"description": "SQL execute calls. Panel works with Tarantool 2.x.\nGraph shows average errors per second.\n",
39273927
"fill": 0,
39283928
"gridPos": {
39293929
"h": 8,

0 commit comments

Comments
 (0)