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
Copy file name to clipboardexpand all lines: k8s/local/grafana/dashboards/sandbox_overview.yaml
+98-37
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,40 @@ data:
37
37
"fieldConfig": {
38
38
"defaults": {
39
39
"color": {
40
-
"mode": "thresholds"
40
+
"mode": "palette-classic"
41
+
},
42
+
"custom": {
43
+
"axisBorderShow": false,
44
+
"axisCenteredZero": false,
45
+
"axisColorMode": "text",
46
+
"axisLabel": "",
47
+
"axisPlacement": "auto",
48
+
"barAlignment": 0,
49
+
"barWidthFactor": 0.6,
50
+
"drawStyle": "line",
51
+
"fillOpacity": 0,
52
+
"gradientMode": "none",
53
+
"hideFrom": {
54
+
"legend": false,
55
+
"tooltip": false,
56
+
"viz": false
57
+
},
58
+
"insertNulls": false,
59
+
"lineInterpolation": "linear",
60
+
"lineWidth": 1,
61
+
"pointSize": 5,
62
+
"scaleDistribution": {
63
+
"type": "linear"
64
+
},
65
+
"showPoints": "auto",
66
+
"spanNulls": false,
67
+
"stacking": {
68
+
"group": "A",
69
+
"mode": "none"
70
+
},
71
+
"thresholdsStyle": {
72
+
"mode": "off"
73
+
}
41
74
},
42
75
"mappings": [],
43
76
"thresholds": {
@@ -46,18 +79,6 @@ data:
46
79
{
47
80
"color": "green",
48
81
"value": null
49
-
},
50
-
{
51
-
"color": "yellow",
52
-
"value": 30
53
-
},
54
-
{
55
-
"color": "orange",
56
-
"value": 70
57
-
},
58
-
{
59
-
"color": "red",
60
-
"value": 90
61
82
}
62
83
]
63
84
}
@@ -70,23 +91,18 @@ data:
70
91
"x": 0,
71
92
"y": 0
72
93
},
73
-
"id": 3,
94
+
"id": 5,
74
95
"options": {
75
-
"colorMode": "value",
76
-
"graphMode": "area",
77
-
"justifyMode": "auto",
78
-
"orientation": "auto",
79
-
"percentChangeColorMode": "standard",
80
-
"reduceOptions": {
81
-
"calcs": [
82
-
"lastNotNull"
83
-
],
84
-
"fields": "",
85
-
"values": false
96
+
"legend": {
97
+
"calcs": [],
98
+
"displayMode": "list",
99
+
"placement": "bottom",
100
+
"showLegend": true
86
101
},
87
-
"showPercentChange": false,
88
-
"textMode": "auto",
89
-
"wideLayout": true
102
+
"tooltip": {
103
+
"mode": "multi",
104
+
"sort": "none"
105
+
}
90
106
},
91
107
"pluginVersion": "11.3.0-pre",
92
108
"targets": [
@@ -463,7 +479,7 @@ data:
463
479
}
464
480
],
465
481
"title": "L2-block finalization status",
466
-
"type": "stat"
482
+
"type": "timeseries"
467
483
},
468
484
{
469
485
"datasource": {
@@ -712,20 +728,67 @@ data:
712
728
},
713
729
"editorMode": "builder",
714
730
"format": "time_series",
715
-
"rawSql": "SELECT \"l1BlockNumber\", \"l2BlockNumber\", \"l1BlockTimestamp\" AS \"time\" FROM \"l1L2BlockProposed\" ORDER BY \"l1BlockTimestamp\" DESC LIMIT 50 ",
731
+
"rawSql": "SELECT \"l2BlockNumber\" AS \"L2 block number proposed on L1\", \"l1BlockTimestamp\" AS \"time\" FROM \"l1L2BlockProposed\" ORDER BY \"l1BlockTimestamp\" DESC LIMIT 50 ",
716
732
"refId": "A",
717
733
"sql": {
718
734
"columns": [
719
735
{
736
+
"alias": "\"L2 block number proposed on L1\"",
720
737
"parameters": [
721
738
{
722
-
"name": "\"l1BlockNumber\"",
739
+
"name": "\"l2BlockNumber\"",
723
740
"type": "functionParameter"
724
741
}
725
742
],
726
743
"type": "function"
727
744
},
728
745
{
746
+
"alias": "\"time\"",
747
+
"parameters": [
748
+
{
749
+
"name": "\"l1BlockTimestamp\"",
750
+
"type": "functionParameter"
751
+
}
752
+
],
753
+
"type": "function"
754
+
}
755
+
],
756
+
"groupBy": [
757
+
{
758
+
"property": {
759
+
"type": "string"
760
+
},
761
+
"type": "groupBy"
762
+
}
763
+
],
764
+
"limit": 50,
765
+
"orderBy": {
766
+
"property": {
767
+
"name": [
768
+
"\"l1BlockTimestamp\""
769
+
],
770
+
"type": "string"
771
+
},
772
+
"type": "property"
773
+
},
774
+
"orderByDirection": "DESC"
775
+
},
776
+
"table": "\"l1L2BlockProposed\""
777
+
},
778
+
{
779
+
"datasource": {
780
+
"type": "grafana-postgresql-datasource",
781
+
"uid": "aaaaaaaaaaaaaa"
782
+
},
783
+
"editorMode": "builder",
784
+
"format": "time_series",
785
+
"hide": false,
786
+
"rawSql": "SELECT \"l2BlockNumber\" AS \"L2 block number proven on L1\", \"l1BlockTimestamp\" AS \"time\" FROM \"l1L2ProofVerified\" ORDER BY \"l1BlockTimestamp\" DESC LIMIT 50 ",
0 commit comments