Skip to content

Commit fe12a10

Browse files
committed
chore(rivetkit): pass request id from driver to conn so we can correlate underlying requests with connections
1 parent 2b9939b commit fe12a10

File tree

23 files changed

+148
-300
lines changed

23 files changed

+148
-300
lines changed

engine/docker/dev-host/grafana/dashboards/guard.json

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,7 @@
9292
"id": 10,
9393
"options": {
9494
"legend": {
95-
"calcs": [
96-
"lastNotNull"
97-
],
95+
"calcs": ["lastNotNull"],
9896
"displayMode": "table",
9997
"placement": "bottom",
10098
"showLegend": true,
@@ -198,9 +196,7 @@
198196
"id": 11,
199197
"options": {
200198
"legend": {
201-
"calcs": [
202-
"lastNotNull"
203-
],
199+
"calcs": ["lastNotNull"],
204200
"displayMode": "table",
205201
"placement": "bottom",
206202
"showLegend": true,
@@ -304,9 +300,7 @@
304300
"id": 12,
305301
"options": {
306302
"legend": {
307-
"calcs": [
308-
"lastNotNull"
309-
],
303+
"calcs": ["lastNotNull"],
310304
"displayMode": "table",
311305
"placement": "bottom",
312306
"showLegend": true,
@@ -410,9 +404,7 @@
410404
"id": 2,
411405
"options": {
412406
"legend": {
413-
"calcs": [
414-
"lastNotNull"
415-
],
407+
"calcs": ["lastNotNull"],
416408
"displayMode": "table",
417409
"placement": "bottom",
418410
"showLegend": true,
@@ -517,9 +509,7 @@
517509
"id": 5,
518510
"options": {
519511
"legend": {
520-
"calcs": [
521-
"lastNotNull"
522-
],
512+
"calcs": ["lastNotNull"],
523513
"displayMode": "table",
524514
"placement": "bottom",
525515
"showLegend": true,
@@ -727,9 +717,7 @@
727717
"id": 7,
728718
"options": {
729719
"legend": {
730-
"calcs": [
731-
"lastNotNull"
732-
],
720+
"calcs": ["lastNotNull"],
733721
"displayMode": "table",
734722
"placement": "bottom",
735723
"showLegend": true,
@@ -834,9 +822,7 @@
834822
"id": 8,
835823
"options": {
836824
"legend": {
837-
"calcs": [
838-
"lastNotNull"
839-
],
825+
"calcs": ["lastNotNull"],
840826
"displayMode": "table",
841827
"placement": "bottom",
842828
"showLegend": true,

engine/docker/dev-host/grafana/dashboards/tokio.json

Lines changed: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,7 @@
9393
"id": 24,
9494
"options": {
9595
"legend": {
96-
"calcs": [
97-
"lastNotNull"
98-
],
96+
"calcs": ["lastNotNull"],
9997
"displayMode": "table",
10098
"placement": "bottom",
10199
"showLegend": false,
@@ -200,9 +198,7 @@
200198
"id": 27,
201199
"options": {
202200
"legend": {
203-
"calcs": [
204-
"lastNotNull"
205-
],
201+
"calcs": ["lastNotNull"],
206202
"displayMode": "table",
207203
"placement": "bottom",
208204
"showLegend": false,
@@ -418,9 +414,7 @@
418414
"id": 26,
419415
"options": {
420416
"legend": {
421-
"calcs": [
422-
"lastNotNull"
423-
],
417+
"calcs": ["lastNotNull"],
424418
"displayMode": "table",
425419
"placement": "bottom",
426420
"showLegend": false,
@@ -636,9 +630,7 @@
636630
"id": 25,
637631
"options": {
638632
"legend": {
639-
"calcs": [
640-
"lastNotNull"
641-
],
633+
"calcs": ["lastNotNull"],
642634
"displayMode": "table",
643635
"placement": "bottom",
644636
"showLegend": false,
@@ -743,9 +735,7 @@
743735
"id": 28,
744736
"options": {
745737
"legend": {
746-
"calcs": [
747-
"lastNotNull"
748-
],
738+
"calcs": ["lastNotNull"],
749739
"displayMode": "table",
750740
"placement": "bottom",
751741
"showLegend": false,
@@ -850,9 +840,7 @@
850840
"id": 29,
851841
"options": {
852842
"legend": {
853-
"calcs": [
854-
"lastNotNull"
855-
],
843+
"calcs": ["lastNotNull"],
856844
"displayMode": "table",
857845
"placement": "bottom",
858846
"showLegend": false,
@@ -968,12 +956,8 @@
968956
},
969957
{
970958
"current": {
971-
"text": [
972-
"All"
973-
],
974-
"value": [
975-
"$__all"
976-
]
959+
"text": ["All"],
960+
"value": ["$__all"]
977961
},
978962
"datasource": {
979963
"type": "grafana-clickhouse-datasource",

engine/docker/dev-multidc-multinode/core/grafana/dashboards/guard.json

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,7 @@
9292
"id": 10,
9393
"options": {
9494
"legend": {
95-
"calcs": [
96-
"lastNotNull"
97-
],
95+
"calcs": ["lastNotNull"],
9896
"displayMode": "table",
9997
"placement": "bottom",
10098
"showLegend": true,
@@ -198,9 +196,7 @@
198196
"id": 11,
199197
"options": {
200198
"legend": {
201-
"calcs": [
202-
"lastNotNull"
203-
],
199+
"calcs": ["lastNotNull"],
204200
"displayMode": "table",
205201
"placement": "bottom",
206202
"showLegend": true,
@@ -304,9 +300,7 @@
304300
"id": 12,
305301
"options": {
306302
"legend": {
307-
"calcs": [
308-
"lastNotNull"
309-
],
303+
"calcs": ["lastNotNull"],
310304
"displayMode": "table",
311305
"placement": "bottom",
312306
"showLegend": true,
@@ -410,9 +404,7 @@
410404
"id": 2,
411405
"options": {
412406
"legend": {
413-
"calcs": [
414-
"lastNotNull"
415-
],
407+
"calcs": ["lastNotNull"],
416408
"displayMode": "table",
417409
"placement": "bottom",
418410
"showLegend": true,
@@ -517,9 +509,7 @@
517509
"id": 5,
518510
"options": {
519511
"legend": {
520-
"calcs": [
521-
"lastNotNull"
522-
],
512+
"calcs": ["lastNotNull"],
523513
"displayMode": "table",
524514
"placement": "bottom",
525515
"showLegend": true,
@@ -727,9 +717,7 @@
727717
"id": 7,
728718
"options": {
729719
"legend": {
730-
"calcs": [
731-
"lastNotNull"
732-
],
720+
"calcs": ["lastNotNull"],
733721
"displayMode": "table",
734722
"placement": "bottom",
735723
"showLegend": true,
@@ -834,9 +822,7 @@
834822
"id": 8,
835823
"options": {
836824
"legend": {
837-
"calcs": [
838-
"lastNotNull"
839-
],
825+
"calcs": ["lastNotNull"],
840826
"displayMode": "table",
841827
"placement": "bottom",
842828
"showLegend": true,

engine/docker/dev-multidc-multinode/core/grafana/dashboards/tokio.json

Lines changed: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,7 @@
9393
"id": 24,
9494
"options": {
9595
"legend": {
96-
"calcs": [
97-
"lastNotNull"
98-
],
96+
"calcs": ["lastNotNull"],
9997
"displayMode": "table",
10098
"placement": "bottom",
10199
"showLegend": false,
@@ -200,9 +198,7 @@
200198
"id": 27,
201199
"options": {
202200
"legend": {
203-
"calcs": [
204-
"lastNotNull"
205-
],
201+
"calcs": ["lastNotNull"],
206202
"displayMode": "table",
207203
"placement": "bottom",
208204
"showLegend": false,
@@ -418,9 +414,7 @@
418414
"id": 26,
419415
"options": {
420416
"legend": {
421-
"calcs": [
422-
"lastNotNull"
423-
],
417+
"calcs": ["lastNotNull"],
424418
"displayMode": "table",
425419
"placement": "bottom",
426420
"showLegend": false,
@@ -636,9 +630,7 @@
636630
"id": 25,
637631
"options": {
638632
"legend": {
639-
"calcs": [
640-
"lastNotNull"
641-
],
633+
"calcs": ["lastNotNull"],
642634
"displayMode": "table",
643635
"placement": "bottom",
644636
"showLegend": false,
@@ -743,9 +735,7 @@
743735
"id": 28,
744736
"options": {
745737
"legend": {
746-
"calcs": [
747-
"lastNotNull"
748-
],
738+
"calcs": ["lastNotNull"],
749739
"displayMode": "table",
750740
"placement": "bottom",
751741
"showLegend": false,
@@ -850,9 +840,7 @@
850840
"id": 29,
851841
"options": {
852842
"legend": {
853-
"calcs": [
854-
"lastNotNull"
855-
],
843+
"calcs": ["lastNotNull"],
856844
"displayMode": "table",
857845
"placement": "bottom",
858846
"showLegend": false,
@@ -968,12 +956,8 @@
968956
},
969957
{
970958
"current": {
971-
"text": [
972-
"All"
973-
],
974-
"value": [
975-
"$__all"
976-
]
959+
"text": ["All"],
960+
"value": ["$__all"]
977961
},
978962
"datasource": {
979963
"type": "grafana-clickhouse-datasource",

engine/docker/dev-multidc/core/grafana/dashboards/guard.json

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,7 @@
9292
"id": 10,
9393
"options": {
9494
"legend": {
95-
"calcs": [
96-
"lastNotNull"
97-
],
95+
"calcs": ["lastNotNull"],
9896
"displayMode": "table",
9997
"placement": "bottom",
10098
"showLegend": true,
@@ -198,9 +196,7 @@
198196
"id": 11,
199197
"options": {
200198
"legend": {
201-
"calcs": [
202-
"lastNotNull"
203-
],
199+
"calcs": ["lastNotNull"],
204200
"displayMode": "table",
205201
"placement": "bottom",
206202
"showLegend": true,
@@ -304,9 +300,7 @@
304300
"id": 12,
305301
"options": {
306302
"legend": {
307-
"calcs": [
308-
"lastNotNull"
309-
],
303+
"calcs": ["lastNotNull"],
310304
"displayMode": "table",
311305
"placement": "bottom",
312306
"showLegend": true,
@@ -410,9 +404,7 @@
410404
"id": 2,
411405
"options": {
412406
"legend": {
413-
"calcs": [
414-
"lastNotNull"
415-
],
407+
"calcs": ["lastNotNull"],
416408
"displayMode": "table",
417409
"placement": "bottom",
418410
"showLegend": true,
@@ -517,9 +509,7 @@
517509
"id": 5,
518510
"options": {
519511
"legend": {
520-
"calcs": [
521-
"lastNotNull"
522-
],
512+
"calcs": ["lastNotNull"],
523513
"displayMode": "table",
524514
"placement": "bottom",
525515
"showLegend": true,
@@ -727,9 +717,7 @@
727717
"id": 7,
728718
"options": {
729719
"legend": {
730-
"calcs": [
731-
"lastNotNull"
732-
],
720+
"calcs": ["lastNotNull"],
733721
"displayMode": "table",
734722
"placement": "bottom",
735723
"showLegend": true,
@@ -834,9 +822,7 @@
834822
"id": 8,
835823
"options": {
836824
"legend": {
837-
"calcs": [
838-
"lastNotNull"
839-
],
825+
"calcs": ["lastNotNull"],
840826
"displayMode": "table",
841827
"placement": "bottom",
842828
"showLegend": true,

0 commit comments

Comments
 (0)