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