Skip to content

Commit 3469101

Browse files
committed
chore: grafana view for metrics
1 parent 96f2ace commit 3469101

File tree

1 file changed

+106
-6
lines changed

1 file changed

+106
-6
lines changed

grafana/provisioning/dashboards/aligned/aggregator_batcher.json

Lines changed: 106 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@
758758
"h": 7,
759759
"w": 10,
760760
"x": 0,
761-
"y": 34
761+
"y": 20
762762
},
763763
"id": 9,
764764
"options": {
@@ -910,7 +910,7 @@
910910
"h": 7,
911911
"w": 10,
912912
"x": 10,
913-
"y": 34
913+
"y": 20
914914
},
915915
"id": 1,
916916
"options": {
@@ -974,7 +974,7 @@
974974
"h": 7,
975975
"w": 5,
976976
"x": 0,
977-
"y": 41
977+
"y": 27
978978
},
979979
"id": 8,
980980
"options": {
@@ -1044,7 +1044,7 @@
10441044
"h": 7,
10451045
"w": 5,
10461046
"x": 5,
1047-
"y": 41
1047+
"y": 27
10481048
},
10491049
"id": 7,
10501050
"options": {
@@ -1083,6 +1083,106 @@
10831083
"title": "Tasks Received",
10841084
"type": "stat"
10851085
},
1086+
{
1087+
"datasource": {
1088+
"type": "prometheus",
1089+
"uid": "prometheus"
1090+
},
1091+
"description": "Number of times gas price was bumped while sending an aggregated response.",
1092+
"fieldConfig": {
1093+
"defaults": {
1094+
"color": {
1095+
"mode": "palette-classic"
1096+
},
1097+
"custom": {
1098+
"axisCenteredZero": false,
1099+
"axisColorMode": "text",
1100+
"axisLabel": "",
1101+
"axisPlacement": "auto",
1102+
"barAlignment": 0,
1103+
"drawStyle": "line",
1104+
"fillOpacity": 0,
1105+
"gradientMode": "none",
1106+
"hideFrom": {
1107+
"legend": false,
1108+
"tooltip": false,
1109+
"viz": false
1110+
},
1111+
"insertNulls": false,
1112+
"lineInterpolation": "linear",
1113+
"lineWidth": 1,
1114+
"pointSize": 5,
1115+
"scaleDistribution": {
1116+
"type": "linear"
1117+
},
1118+
"showPoints": "auto",
1119+
"spanNulls": false,
1120+
"stacking": {
1121+
"group": "A",
1122+
"mode": "none"
1123+
},
1124+
"thresholdsStyle": {
1125+
"mode": "off"
1126+
}
1127+
},
1128+
"mappings": [],
1129+
"thresholds": {
1130+
"mode": "absolute",
1131+
"steps": [
1132+
{
1133+
"color": "green",
1134+
"value": null
1135+
},
1136+
{
1137+
"color": "red",
1138+
"value": 80
1139+
}
1140+
]
1141+
}
1142+
},
1143+
"overrides": []
1144+
},
1145+
"gridPos": {
1146+
"h": 7,
1147+
"w": 10,
1148+
"x": 10,
1149+
"y": 27
1150+
},
1151+
"id": 20,
1152+
"interval": "36",
1153+
"options": {
1154+
"legend": {
1155+
"calcs": [],
1156+
"displayMode": "list",
1157+
"placement": "bottom",
1158+
"showLegend": true
1159+
},
1160+
"tooltip": {
1161+
"mode": "single",
1162+
"sort": "none"
1163+
}
1164+
},
1165+
"targets": [
1166+
{
1167+
"datasource": {
1168+
"type": "prometheus",
1169+
"uid": "prometheus"
1170+
},
1171+
"disableTextWrap": false,
1172+
"editorMode": "builder",
1173+
"expr": "aligned_respond_to_task_gas_price_bumped",
1174+
"fullMetaSearch": false,
1175+
"includeNullMetadata": true,
1176+
"instant": false,
1177+
"legendFormat": "__auto",
1178+
"range": true,
1179+
"refId": "A",
1180+
"useBackend": false
1181+
}
1182+
],
1183+
"title": "Bumped gas price for aggregated responses",
1184+
"type": "timeseries"
1185+
},
10861186
{
10871187
"datasource": {
10881188
"type": "prometheus",
@@ -1109,7 +1209,7 @@
11091209
"h": 7,
11101210
"w": 5,
11111211
"x": 0,
1112-
"y": 48
1212+
"y": 34
11131213
},
11141214
"id": 2,
11151215
"options": {
@@ -1179,7 +1279,7 @@
11791279
"h": 7,
11801280
"w": 5,
11811281
"x": 5,
1182-
"y": 48
1282+
"y": 34
11831283
},
11841284
"id": 5,
11851285
"options": {

0 commit comments

Comments
 (0)