Use time series for RPC errors panel on watcher dashboard
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 47s
Webapp Test / Run webapp test suite (pull_request) Successful in 4m32s
Deploy Test / Run deploy test suite (pull_request) Successful in 5m35s
Smoke Test / Run basic test suite (pull_request) Successful in 5m47s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 9m42s

This commit is contained in:
Prathamesh Musale 2024-05-16 18:47:54 +05:30
parent 3cf2c2582a
commit fdd3bbde0c

View File

@ -1367,17 +1367,24 @@
"axisColorMode": "text",
"axisLabel": "",
"axisPlacement": "auto",
"fillOpacity": 90,
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 0,
"gradientMode": "none",
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "auto",
"spanNulls": false,
"thresholdsStyle": {
"mode": "off"
}
@ -1403,26 +1410,16 @@
},
"id": 28,
"options": {
"barRadius": 0,
"barWidth": 0.97,
"fullHighlight": false,
"groupWidth": 1,
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
},
"orientation": "auto",
"showValue": "auto",
"stacking": "none",
"tooltip": {
"mode": "single",
"sort": "none"
},
"xField": "Time",
"xTickLabelRotation": 0,
"xTickLabelSpacing": 0
}
},
"pluginVersion": "10.2.3",
"targets": [
@ -1438,15 +1435,15 @@
"format": "time_series",
"fullMetaSearch": false,
"includeNullMetadata": true,
"instant": true,
"instant": false,
"legendFormat": "{{method}}, {{provider}}",
"range": false,
"range": true,
"refId": "A",
"useBackend": false
}
],
"title": "ETH RPC request failures",
"type": "barchart"
"type": "timeseries"
},
{
"datasource": {
@ -1561,17 +1558,24 @@
"axisColorMode": "text",
"axisLabel": "",
"axisPlacement": "auto",
"fillOpacity": 90,
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 0,
"gradientMode": "none",
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "auto",
"spanNulls": false,
"thresholdsStyle": {
"mode": "off"
}
@ -1597,26 +1601,16 @@
},
"id": 30,
"options": {
"barRadius": 0,
"barWidth": 0.97,
"fullHighlight": false,
"groupWidth": 1,
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
},
"orientation": "auto",
"showValue": "auto",
"stacking": "none",
"tooltip": {
"mode": "single",
"sort": "none"
},
"xField": "Time",
"xTickLabelRotation": 0,
"xTickLabelSpacing": 0
}
},
"pluginVersion": "10.2.3",
"targets": [
@ -1632,15 +1626,15 @@
"format": "time_series",
"fullMetaSearch": false,
"includeNullMetadata": true,
"instant": true,
"instant": false,
"legendFormat": "{{method}}, {{provider}}",
"range": false,
"range": true,
"refId": "A",
"useBackend": false
}
],
"title": "Total ETH RPC request failures (across all watchers)",
"type": "barchart"
"type": "timeseries"
},
{
"datasource": {
@ -1805,7 +1799,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
}
]
}
@ -1950,7 +1945,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
}
]
}
@ -2097,7 +2093,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
}
]
}