Skip to content

Commit 8062680

Browse files
committed
"Add the generated dashboard"
1 parent 0c4d4c0 commit 8062680

File tree

64 files changed

+627
-447
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+627
-447
lines changed

Diff for: grafana/build/manager_3.4/scylla-manager.3.4.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1463,7 +1463,7 @@
14631463
"links": [],
14641464
"mode": "html",
14651465
"options": {
1466-
"content": "<div style=\"color:#5780C1; border-bottom: 0px solid #5780C1;\">Scylla Monitoring version - 4.9.1</div> <div style=\"\"><a href=\"https://github.com/scylladb/scylla-monitoring/issues/new?body=scylla-version%3D[[scylla_version]]%0Amonitoring-version%3D[[monitoring_version]]%0Adashboard%3D${__dashboard.uid}\" target=\"_blank\">\n<input title=\"Report an issue with Scylla Monitoring\" type=\"button\" style=\"background-color:#306EE6;color:white;border-radius: 15px;font-size:14px;line-height:22px;padding:2px\" value=\"&nbsp;Report an issue on this page&nbsp;\"></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"/render/d/${__dashboard.uid}?orgId=1&from=${__from}&to=${__to}&width=1600&height=-1&kiosk\" target=\"_blank\" download=\"dashboard_${__dashboard.uid}-${__from:date:iso}.png\"><input title=\"Make a Screenshot\" type=\"button\" style=\"background-color:#306EE6;color:white;border-radius: 15px;font-size:14px;line-height:22px;padding:2px\" value=\"&nbsp;&nbsp;&nbsp;Screenshot&nbsp;&nbsp;&nbsp;\"></input></a></span></div>",
1466+
"content": "<div style=\"color:#5780C1; border-bottom: 0px solid #5780C1;\">Scylla Monitoring version - 4.9.2</div> <div style=\"\"><a href=\"https://github.com/scylladb/scylla-monitoring/issues/new?body=scylla-version%3D[[scylla_version]]%0Amonitoring-version%3D[[monitoring_version]]%0Adashboard%3D${__dashboard.uid}\" target=\"_blank\">\n<input title=\"Report an issue with Scylla Monitoring\" type=\"button\" style=\"background-color:#306EE6;color:white;border-radius: 15px;font-size:14px;line-height:22px;padding:2px\" value=\"&nbsp;Report an issue on this page&nbsp;\"></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"/render/d/${__dashboard.uid}?orgId=1&from=${__from}&to=${__to}&width=1600&height=-1&kiosk\" target=\"_blank\" download=\"dashboard_${__dashboard.uid}-${__from:date:iso}.png\"><input title=\"Make a Screenshot\" type=\"button\" style=\"background-color:#306EE6;color:white;border-radius: 15px;font-size:14px;line-height:22px;padding:2px\" value=\"&nbsp;&nbsp;&nbsp;Screenshot&nbsp;&nbsp;&nbsp;\"></input></a></span></div>",
14671467
"mode": "html"
14681468
},
14691469
"span": 12,
@@ -1668,8 +1668,8 @@
16681668
"allValue": null,
16691669
"class": "monitor_version_var",
16701670
"current": {
1671-
"text": "4.9.1",
1672-
"value": "4.9.1"
1671+
"text": "4.9.2",
1672+
"value": "4.9.2"
16731673
},
16741674
"error": null,
16751675
"hide": 2,
@@ -1680,11 +1680,11 @@
16801680
"options": [
16811681
{
16821682
"selected": true,
1683-
"text": "4.9.1",
1684-
"value": "4.9.1"
1683+
"text": "4.9.2",
1684+
"value": "4.9.2"
16851685
}
16861686
],
1687-
"query": "4.9.1",
1687+
"query": "4.9.2",
16881688
"skipUrlSync": false,
16891689
"type": "custom"
16901690
}

Diff for: grafana/build/ver_2022.2/alternator.2022.2.json

+32-12
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,11 @@
746746
"pluginVersion": "7.1.3",
747747
"targets": [
748748
{
749-
"expr": "(sum(rate(scylla_alternator_operation{instance=~\"[[node]]\",cluster=\"$cluster\", dc=~\"$dc\", shard=~\"[[shard]]\", op !~\"Batch.*\"}[$__rate_interval])) or vector(0))+ on() (sum(rate(scylla_alternator_batch_item_count{instance=~\"[[node]]\",cluster=\"$cluster\", dc=~\"$dc\", shard=~\"[[shard]]\"}[$__rate_interval])) or vector(0))",
749+
"dashversion": [
750+
"<6.2",
751+
"<2025.1"
752+
],
753+
"expr": "(sum(rate(scylla_alternator_operation{instance=~\"[[node]]\",cluster=\"$cluster\", dc=~\"$dc\", shard=~\"[[shard]]\", op !~\"Batch.*Item\"}[$__rate_interval])) or vector(0))",
750754
"instant": true,
751755
"intervalFactor": 1,
752756
"refId": "A",
@@ -906,7 +910,7 @@
906910
"firing": true,
907911
"noData": false,
908912
"normal": false,
909-
"pending": true
913+
"pending": false
910914
},
911915
"viewMode": "list"
912916
},
@@ -2764,7 +2768,11 @@
27642768
"span": 4,
27652769
"targets": [
27662770
{
2767-
"expr": "$func(rate(scylla_alternator_batch_item_count{instance=~\"[[node]]\",cluster=~\"$cluster|$^\", dc=~\"$dc\", shard=~\"[[shard]]|$^\", op=\"BatchWriteItem\"}[$__rate_interval])) by ([[by]])",
2771+
"dashversion": [
2772+
"<6.2",
2773+
"<2025.1"
2774+
],
2775+
"expr": "$func(rate(scylla_alternator_operation{instance=~\"[[node]]\",cluster=~\"$cluster|$^\", dc=~\"$dc\", shard=~\"[[shard]]|$^\", op=\"BatchWriteItemSize\"}[$__rate_interval])) by ([[by]])",
27682776
"intervalFactor": 1,
27692777
"legendFormat": "",
27702778
"refId": "A",
@@ -2848,7 +2856,11 @@
28482856
"span": 4,
28492857
"targets": [
28502858
{
2851-
"expr": "$func(rate(scylla_alternator_batch_item_count{instance=~\"[[node]]\",cluster=~\"$cluster|$^\", dc=~\"$dc\", shard=~\"[[shard]]|$^\", op=\"BatchWriteItem\"}[$__rate_interval])) by ([[by]])/$func(rate(scylla_alternator_operation{instance=~\"[[node]]\",cluster=~\"$cluster|$^\", dc=~\"$dc\", shard=~\"[[shard]]|$^\", op=\"BatchWriteItem\"}[$__rate_interval])) by ([[by]])",
2859+
"dashversion": [
2860+
"<6.2",
2861+
"<2025.1"
2862+
],
2863+
"expr": "$func(rate(scylla_alternator_operation{instance=~\"[[node]]\",cluster=~\"$cluster|$^\", dc=~\"$dc\", shard=~\"[[shard]]|$^\", op=\"BatchWriteItemSize\"}[$__rate_interval])) by ([[by]])/$func(rate(scylla_alternator_operation{instance=~\"[[node]]\",cluster=~\"$cluster|$^\", dc=~\"$dc\", shard=~\"[[shard]]|$^\", op=\"BatchWriteItem\"}[$__rate_interval])) by ([[by]])",
28522864
"intervalFactor": 1,
28532865
"legendFormat": "",
28542866
"refId": "A",
@@ -3015,7 +3027,11 @@
30153027
"span": 4,
30163028
"targets": [
30173029
{
3018-
"expr": "$func(rate(scylla_alternator_batch_item_count{instance=~\"[[node]]\",cluster=~\"$cluster|$^\", dc=~\"$dc\", shard=~\"[[shard]]|$^\", op=\"BatchGetItem\"}[$__rate_interval])) by ([[by]])",
3030+
"dashversion": [
3031+
"<6.2",
3032+
"<2025.1"
3033+
],
3034+
"expr": "$func(rate(scylla_alternator_operation{instance=~\"[[node]]\",cluster=~\"$cluster|$^\", dc=~\"$dc\", shard=~\"[[shard]]|$^\", op=\"BatchGetItemSize\"}[$__rate_interval])) by ([[by]])",
30193035
"intervalFactor": 1,
30203036
"legendFormat": "",
30213037
"refId": "A",
@@ -3099,7 +3115,11 @@
30993115
"span": 4,
31003116
"targets": [
31013117
{
3102-
"expr": "$func(rate(scylla_alternator_batch_item_count{instance=~\"[[node]]\",cluster=~\"$cluster|$^\", dc=~\"$dc\", shard=~\"[[shard]]|$^\", op=\"BatchGetItem\"}[$__rate_interval])) by ([[by]])/$func(rate(scylla_alternator_operation{instance=~\"[[node]]\",cluster=~\"$cluster|$^\", dc=~\"$dc\", shard=~\"[[shard]]|$^\", op=\"BatchGetItem\"}[$__rate_interval])) by ([[by]])",
3118+
"dashversion": [
3119+
"<6.2",
3120+
"<2025.1"
3121+
],
3122+
"expr": "$func(rate(scylla_alternator_operation{instance=~\"[[node]]\",cluster=~\"$cluster|$^\", dc=~\"$dc\", shard=~\"[[shard]]|$^\", op=\"BatchGetItemSize\"}[$__rate_interval])) by ([[by]])/$func(rate(scylla_alternator_operation{instance=~\"[[node]]\",cluster=~\"$cluster|$^\", dc=~\"$dc\", shard=~\"[[shard]]|$^\", op=\"BatchGetItem\"}[$__rate_interval])) by ([[by]])",
31033123
"intervalFactor": 1,
31043124
"legendFormat": "",
31053125
"refId": "A",
@@ -5377,7 +5397,7 @@
53775397
"links": [],
53785398
"mode": "html",
53795399
"options": {
5380-
"content": "<div style=\"color:#5780C1; border-bottom: 0px solid #5780C1;\">Scylla Monitoring version - 4.9.1</div> <div style=\"\"><a href=\"https://github.com/scylladb/scylla-monitoring/issues/new?body=scylla-version%3D[[scylla_version]]%0Amonitoring-version%3D[[monitoring_version]]%0Adashboard%3D${__dashboard.uid}\" target=\"_blank\">\n<input title=\"Report an issue with Scylla Monitoring\" type=\"button\" style=\"background-color:#306EE6;color:white;border-radius: 15px;font-size:14px;line-height:22px;padding:2px\" value=\"&nbsp;Report an issue on this page&nbsp;\"></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"/render/d/${__dashboard.uid}?orgId=1&from=${__from}&to=${__to}&width=1600&height=-1&kiosk\" target=\"_blank\" download=\"dashboard_${__dashboard.uid}-${__from:date:iso}.png\"><input title=\"Make a Screenshot\" type=\"button\" style=\"background-color:#306EE6;color:white;border-radius: 15px;font-size:14px;line-height:22px;padding:2px\" value=\"&nbsp;&nbsp;&nbsp;Screenshot&nbsp;&nbsp;&nbsp;\"></input></a></span></div>",
5400+
"content": "<div style=\"color:#5780C1; border-bottom: 0px solid #5780C1;\">Scylla Monitoring version - 4.9.2</div> <div style=\"\"><a href=\"https://github.com/scylladb/scylla-monitoring/issues/new?body=scylla-version%3D[[scylla_version]]%0Amonitoring-version%3D[[monitoring_version]]%0Adashboard%3D${__dashboard.uid}\" target=\"_blank\">\n<input title=\"Report an issue with Scylla Monitoring\" type=\"button\" style=\"background-color:#306EE6;color:white;border-radius: 15px;font-size:14px;line-height:22px;padding:2px\" value=\"&nbsp;Report an issue on this page&nbsp;\"></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"/render/d/${__dashboard.uid}?orgId=1&from=${__from}&to=${__to}&width=1600&height=-1&kiosk\" target=\"_blank\" download=\"dashboard_${__dashboard.uid}-${__from:date:iso}.png\"><input title=\"Make a Screenshot\" type=\"button\" style=\"background-color:#306EE6;color:white;border-radius: 15px;font-size:14px;line-height:22px;padding:2px\" value=\"&nbsp;&nbsp;&nbsp;Screenshot&nbsp;&nbsp;&nbsp;\"></input></a></span></div>",
53815401
"mode": "html"
53825402
},
53835403
"span": 12,
@@ -5688,8 +5708,8 @@
56885708
"allValue": null,
56895709
"class": "monitor_version_var",
56905710
"current": {
5691-
"text": "4.9.1",
5692-
"value": "4.9.1"
5711+
"text": "4.9.2",
5712+
"value": "4.9.2"
56935713
},
56945714
"error": null,
56955715
"hide": 2,
@@ -5700,11 +5720,11 @@
57005720
"options": [
57015721
{
57025722
"selected": true,
5703-
"text": "4.9.1",
5704-
"value": "4.9.1"
5723+
"text": "4.9.2",
5724+
"value": "4.9.2"
57055725
}
57065726
],
5707-
"query": "4.9.1",
5727+
"query": "4.9.2",
57085728
"skipUrlSync": false,
57095729
"type": "custom"
57105730
},

Diff for: grafana/build/ver_2022.2/scylla-advanced.2022.2.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -3758,7 +3758,7 @@
37583758
"links": [],
37593759
"mode": "html",
37603760
"options": {
3761-
"content": "<div style=\"color:#5780C1; border-bottom: 0px solid #5780C1;\">Scylla Monitoring version - 4.9.1</div> <div style=\"\"><a href=\"https://github.com/scylladb/scylla-monitoring/issues/new?body=scylla-version%3D[[scylla_version]]%0Amonitoring-version%3D[[monitoring_version]]%0Adashboard%3D${__dashboard.uid}\" target=\"_blank\">\n<input title=\"Report an issue with Scylla Monitoring\" type=\"button\" style=\"background-color:#306EE6;color:white;border-radius: 15px;font-size:14px;line-height:22px;padding:2px\" value=\"&nbsp;Report an issue on this page&nbsp;\"></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"/render/d/${__dashboard.uid}?orgId=1&from=${__from}&to=${__to}&width=1600&height=-1&kiosk\" target=\"_blank\" download=\"dashboard_${__dashboard.uid}-${__from:date:iso}.png\"><input title=\"Make a Screenshot\" type=\"button\" style=\"background-color:#306EE6;color:white;border-radius: 15px;font-size:14px;line-height:22px;padding:2px\" value=\"&nbsp;&nbsp;&nbsp;Screenshot&nbsp;&nbsp;&nbsp;\"></input></a></span></div>",
3761+
"content": "<div style=\"color:#5780C1; border-bottom: 0px solid #5780C1;\">Scylla Monitoring version - 4.9.2</div> <div style=\"\"><a href=\"https://github.com/scylladb/scylla-monitoring/issues/new?body=scylla-version%3D[[scylla_version]]%0Amonitoring-version%3D[[monitoring_version]]%0Adashboard%3D${__dashboard.uid}\" target=\"_blank\">\n<input title=\"Report an issue with Scylla Monitoring\" type=\"button\" style=\"background-color:#306EE6;color:white;border-radius: 15px;font-size:14px;line-height:22px;padding:2px\" value=\"&nbsp;Report an issue on this page&nbsp;\"></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"/render/d/${__dashboard.uid}?orgId=1&from=${__from}&to=${__to}&width=1600&height=-1&kiosk\" target=\"_blank\" download=\"dashboard_${__dashboard.uid}-${__from:date:iso}.png\"><input title=\"Make a Screenshot\" type=\"button\" style=\"background-color:#306EE6;color:white;border-radius: 15px;font-size:14px;line-height:22px;padding:2px\" value=\"&nbsp;&nbsp;&nbsp;Screenshot&nbsp;&nbsp;&nbsp;\"></input></a></span></div>",
37623762
"mode": "html"
37633763
},
37643764
"span": 12,
@@ -4210,8 +4210,8 @@
42104210
"allValue": null,
42114211
"class": "monitor_version_var",
42124212
"current": {
4213-
"text": "4.9.1",
4214-
"value": "4.9.1"
4213+
"text": "4.9.2",
4214+
"value": "4.9.2"
42154215
},
42164216
"error": null,
42174217
"hide": 2,
@@ -4222,11 +4222,11 @@
42224222
"options": [
42234223
{
42244224
"selected": true,
4225-
"text": "4.9.1",
4226-
"value": "4.9.1"
4225+
"text": "4.9.2",
4226+
"value": "4.9.2"
42274227
}
42284228
],
4229-
"query": "4.9.1",
4229+
"query": "4.9.2",
42304230
"skipUrlSync": false,
42314231
"type": "custom"
42324232
}

Diff for: grafana/build/ver_2022.2/scylla-cql.2022.2.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -4519,7 +4519,7 @@
45194519
"links": [],
45204520
"mode": "html",
45214521
"options": {
4522-
"content": "<div style=\"color:#5780C1; border-bottom: 0px solid #5780C1;\">Scylla Monitoring version - 4.9.1</div> <div style=\"\"><a href=\"https://github.com/scylladb/scylla-monitoring/issues/new?body=scylla-version%3D[[scylla_version]]%0Amonitoring-version%3D[[monitoring_version]]%0Adashboard%3D${__dashboard.uid}\" target=\"_blank\">\n<input title=\"Report an issue with Scylla Monitoring\" type=\"button\" style=\"background-color:#306EE6;color:white;border-radius: 15px;font-size:14px;line-height:22px;padding:2px\" value=\"&nbsp;Report an issue on this page&nbsp;\"></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"/render/d/${__dashboard.uid}?orgId=1&from=${__from}&to=${__to}&width=1600&height=-1&kiosk\" target=\"_blank\" download=\"dashboard_${__dashboard.uid}-${__from:date:iso}.png\"><input title=\"Make a Screenshot\" type=\"button\" style=\"background-color:#306EE6;color:white;border-radius: 15px;font-size:14px;line-height:22px;padding:2px\" value=\"&nbsp;&nbsp;&nbsp;Screenshot&nbsp;&nbsp;&nbsp;\"></input></a></span></div>",
4522+
"content": "<div style=\"color:#5780C1; border-bottom: 0px solid #5780C1;\">Scylla Monitoring version - 4.9.2</div> <div style=\"\"><a href=\"https://github.com/scylladb/scylla-monitoring/issues/new?body=scylla-version%3D[[scylla_version]]%0Amonitoring-version%3D[[monitoring_version]]%0Adashboard%3D${__dashboard.uid}\" target=\"_blank\">\n<input title=\"Report an issue with Scylla Monitoring\" type=\"button\" style=\"background-color:#306EE6;color:white;border-radius: 15px;font-size:14px;line-height:22px;padding:2px\" value=\"&nbsp;Report an issue on this page&nbsp;\"></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"/render/d/${__dashboard.uid}?orgId=1&from=${__from}&to=${__to}&width=1600&height=-1&kiosk\" target=\"_blank\" download=\"dashboard_${__dashboard.uid}-${__from:date:iso}.png\"><input title=\"Make a Screenshot\" type=\"button\" style=\"background-color:#306EE6;color:white;border-radius: 15px;font-size:14px;line-height:22px;padding:2px\" value=\"&nbsp;&nbsp;&nbsp;Screenshot&nbsp;&nbsp;&nbsp;\"></input></a></span></div>",
45234523
"mode": "html"
45244524
},
45254525
"span": 12,
@@ -4894,8 +4894,8 @@
48944894
"allValue": null,
48954895
"class": "monitor_version_var",
48964896
"current": {
4897-
"text": "4.9.1",
4898-
"value": "4.9.1"
4897+
"text": "4.9.2",
4898+
"value": "4.9.2"
48994899
},
49004900
"error": null,
49014901
"hide": 2,
@@ -4906,11 +4906,11 @@
49064906
"options": [
49074907
{
49084908
"selected": true,
4909-
"text": "4.9.1",
4910-
"value": "4.9.1"
4909+
"text": "4.9.2",
4910+
"value": "4.9.2"
49114911
}
49124912
],
4913-
"query": "4.9.1",
4913+
"query": "4.9.2",
49144914
"skipUrlSync": false,
49154915
"type": "custom"
49164916
}

0 commit comments

Comments
 (0)