Created
December 24, 2021 02:03
-
-
Save rafaribe/7600cd451d394e5490aeddf88931db8d to your computer and use it in GitHub Desktop.
Miner Dashboard
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"annotations": { | |
"list": [ | |
{ | |
"builtIn": 1, | |
"datasource": "-- Grafana --", | |
"enable": true, | |
"hide": true, | |
"iconColor": "rgba(0, 211, 255, 1)", | |
"name": "Annotations & Alerts", | |
"target": { | |
"limit": 100, | |
"matchAny": false, | |
"tags": [], | |
"type": "dashboard" | |
}, | |
"type": "dashboard" | |
} | |
] | |
}, | |
"editable": true, | |
"fiscalYearStartMonth": 0, | |
"graphTooltip": 0, | |
"id": 16, | |
"links": [ | |
{ | |
"asDropdown": true, | |
"icon": "external link", | |
"includeVars": true, | |
"keepTime": true, | |
"tags": [], | |
"targetBlank": false, | |
"title": "Other Dashboards", | |
"tooltip": "", | |
"type": "dashboards", | |
"url": "" | |
} | |
], | |
"liveNow": false, | |
"panels": [ | |
{ | |
"datasource": { | |
"type": "loki", | |
"uid": "grafanacloud-logs" | |
}, | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "palette-classic" | |
}, | |
"custom": { | |
"axisLabel": "", | |
"axisPlacement": "auto", | |
"barAlignment": 0, | |
"drawStyle": "line", | |
"fillOpacity": 0, | |
"gradientMode": "none", | |
"hideFrom": { | |
"legend": false, | |
"tooltip": false, | |
"viz": false | |
}, | |
"lineInterpolation": "smooth", | |
"lineWidth": 1, | |
"pointSize": 5, | |
"scaleDistribution": { | |
"type": "linear" | |
}, | |
"showPoints": "never", | |
"spanNulls": true, | |
"stacking": { | |
"group": "A", | |
"mode": "none" | |
}, | |
"thresholdsStyle": { | |
"mode": "off" | |
} | |
}, | |
"decimals": 0, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "green", | |
"value": null | |
}, | |
{ | |
"color": "red", | |
"value": 80 | |
} | |
] | |
}, | |
"unit": "short" | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 6, | |
"w": 8, | |
"x": 0, | |
"y": 0 | |
}, | |
"id": 10, | |
"interval": "30m", | |
"options": { | |
"legend": { | |
"calcs": [], | |
"displayMode": "hidden", | |
"placement": "bottom" | |
}, | |
"tooltip": { | |
"mode": "multi" | |
} | |
}, | |
"targets": [ | |
{ | |
"datasource": { | |
"type": "loki", | |
"uid": "grafanacloud-logs" | |
}, | |
"expr": "sum(count_over_time( {job=\"minerlogs\"} |~ \":decrypt:.*sending witness*\" [30m] ))", | |
"instant": false, | |
"legendFormat": "total", | |
"range": true, | |
"refId": "A" | |
}, | |
{ | |
"datasource": { | |
"type": "loki", | |
"uid": "grafanacloud-logs" | |
}, | |
"expr": "sum(count_over_time( {job=\"minerlogs\"} |~ \"max retry\" [30m] ))", | |
"hide": false, | |
"legendFormat": "failed", | |
"refId": "B" | |
} | |
], | |
"title": "PoC Submission Summary", | |
"type": "timeseries" | |
}, | |
{ | |
"datasource": { | |
"type": "loki", | |
"uid": "grafanacloud-logs" | |
}, | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "palette-classic" | |
}, | |
"custom": { | |
"axisLabel": "", | |
"axisPlacement": "auto", | |
"barAlignment": 0, | |
"drawStyle": "line", | |
"fillOpacity": 0, | |
"gradientMode": "none", | |
"hideFrom": { | |
"legend": false, | |
"tooltip": false, | |
"viz": false | |
}, | |
"lineInterpolation": "smooth", | |
"lineWidth": 1, | |
"pointSize": 5, | |
"scaleDistribution": { | |
"type": "linear" | |
}, | |
"showPoints": "never", | |
"spanNulls": true, | |
"stacking": { | |
"group": "A", | |
"mode": "none" | |
}, | |
"thresholdsStyle": { | |
"mode": "off" | |
} | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "green", | |
"value": null | |
}, | |
{ | |
"color": "red", | |
"value": 80 | |
} | |
] | |
}, | |
"unit": "percentunit" | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 6, | |
"w": 8, | |
"x": 8, | |
"y": 0 | |
}, | |
"id": 24, | |
"interval": "30m", | |
"options": { | |
"legend": { | |
"calcs": [], | |
"displayMode": "hidden", | |
"placement": "bottom" | |
}, | |
"tooltip": { | |
"mode": "multi" | |
} | |
}, | |
"targets": [ | |
{ | |
"datasource": { | |
"type": "loki", | |
"uid": "grafanacloud-logs" | |
}, | |
"expr": "sum(count_over_time( {job=\"minerlogs\"} |~ \"max retry\" [30m] )) / sum(count_over_time( {job=\"minerlogs\"} |~ \":decrypt:.*sending witness*\" [30m] ))", | |
"instant": false, | |
"legendFormat": "total", | |
"range": true, | |
"refId": "A" | |
} | |
], | |
"title": "PoC Submission Failure Percentage", | |
"type": "timeseries" | |
}, | |
{ | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "palette-classic" | |
}, | |
"custom": { | |
"axisLabel": "", | |
"axisPlacement": "auto", | |
"barAlignment": 0, | |
"drawStyle": "line", | |
"fillOpacity": 0, | |
"gradientMode": "none", | |
"hideFrom": { | |
"legend": false, | |
"tooltip": false, | |
"viz": false | |
}, | |
"lineInterpolation": "smooth", | |
"lineWidth": 1, | |
"pointSize": 5, | |
"scaleDistribution": { | |
"type": "linear" | |
}, | |
"showPoints": "never", | |
"spanNulls": false, | |
"stacking": { | |
"group": "A", | |
"mode": "none" | |
}, | |
"thresholdsStyle": { | |
"mode": "off" | |
} | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "green", | |
"value": null | |
}, | |
{ | |
"color": "red", | |
"value": 80 | |
} | |
] | |
}, | |
"unit": "HNT" | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 6, | |
"w": 8, | |
"x": 16, | |
"y": 0 | |
}, | |
"id": 26, | |
"interval": "30m", | |
"options": { | |
"legend": { | |
"calcs": [], | |
"displayMode": "hidden", | |
"placement": "bottom" | |
}, | |
"tooltip": { | |
"mode": "multi" | |
} | |
}, | |
"targets": [ | |
{ | |
"exemplar": true, | |
"expr": "sum(rewards{})", | |
"interval": "", | |
"legendFormat": "total", | |
"refId": "A" | |
} | |
], | |
"title": "24 Hour Rewards", | |
"type": "timeseries" | |
}, | |
{ | |
"datasource": { | |
"type": "loki", | |
"uid": "grafanacloud-logs" | |
}, | |
"gridPos": { | |
"h": 7, | |
"w": 24, | |
"x": 0, | |
"y": 6 | |
}, | |
"id": 12, | |
"options": { | |
"dedupStrategy": "none", | |
"enableLogDetails": true, | |
"prettifyLogMessage": false, | |
"showCommonLabels": false, | |
"showLabels": true, | |
"showTime": false, | |
"sortOrder": "Descending", | |
"wrapLogMessage": false | |
}, | |
"targets": [ | |
{ | |
"datasource": { | |
"type": "loki", | |
"uid": "grafanacloud-logs" | |
}, | |
"expr": "{job=\"minerlogs\"} |~ \":decrypt:.*sending witness|max retry|client sending data|sign_failure\"", | |
"hide": false, | |
"refId": "B" | |
} | |
], | |
"title": "PoC Log Summary", | |
"type": "logs" | |
}, | |
{ | |
"datasource": { | |
"type": "loki", | |
"uid": "grafanacloud-logs" | |
}, | |
"description": "", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "palette-classic" | |
}, | |
"custom": { | |
"axisLabel": "", | |
"axisPlacement": "auto", | |
"barAlignment": 0, | |
"drawStyle": "line", | |
"fillOpacity": 50, | |
"gradientMode": "none", | |
"hideFrom": { | |
"legend": false, | |
"tooltip": false, | |
"viz": false | |
}, | |
"lineInterpolation": "smooth", | |
"lineWidth": 1, | |
"pointSize": 5, | |
"scaleDistribution": { | |
"type": "linear" | |
}, | |
"showPoints": "never", | |
"spanNulls": true, | |
"stacking": { | |
"group": "A", | |
"mode": "normal" | |
}, | |
"thresholdsStyle": { | |
"mode": "off" | |
} | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "green", | |
"value": null | |
}, | |
{ | |
"color": "red", | |
"value": 80 | |
} | |
] | |
} | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 7, | |
"w": 24, | |
"x": 0, | |
"y": 13 | |
}, | |
"id": 38, | |
"interval": "1h", | |
"options": { | |
"legend": { | |
"calcs": [], | |
"displayMode": "hidden", | |
"placement": "bottom" | |
}, | |
"tooltip": { | |
"mode": "multi" | |
} | |
}, | |
"targets": [ | |
{ | |
"datasource": { | |
"type": "loki", | |
"uid": "grafanacloud-rafaribe-logs" | |
}, | |
"expr": "sum(count_over_time({job=\"minerlogs\"} |= \"max retry\"[1h]))", | |
"hide": false, | |
"legendFormat": "failed", | |
"refId": "B" | |
}, | |
{ | |
"datasource": { | |
"type": "loki", | |
"uid": "grafanacloud-rafaribe-logs" | |
}, | |
"expr": "sum(count_over_time({job=\"minerlogs\"} |= \"client sending data\"[1h]))", | |
"hide": false, | |
"legendFormat": "success", | |
"refId": "A" | |
} | |
], | |
"title": "PoC Submissions", | |
"type": "timeseries" | |
}, | |
{ | |
"datasource": { | |
"type": "loki", | |
"uid": "grafanacloud-logs" | |
}, | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "palette-classic" | |
}, | |
"custom": { | |
"axisLabel": "", | |
"axisPlacement": "auto", | |
"barAlignment": 0, | |
"drawStyle": "line", | |
"fillOpacity": 0, | |
"gradientMode": "none", | |
"hideFrom": { | |
"legend": false, | |
"tooltip": false, | |
"viz": false | |
}, | |
"lineInterpolation": "smooth", | |
"lineWidth": 1, | |
"pointSize": 5, | |
"scaleDistribution": { | |
"type": "linear" | |
}, | |
"showPoints": "never", | |
"spanNulls": true, | |
"stacking": { | |
"group": "A", | |
"mode": "none" | |
}, | |
"thresholdsStyle": { | |
"mode": "off" | |
} | |
}, | |
"decimals": 0, | |
"mappings": [], | |
"noValue": "0", | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "green", | |
"value": null | |
}, | |
{ | |
"color": "red", | |
"value": 80 | |
} | |
] | |
} | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 6, | |
"w": 8, | |
"x": 0, | |
"y": 20 | |
}, | |
"id": 21, | |
"interval": "60m", | |
"options": { | |
"legend": { | |
"calcs": [], | |
"displayMode": "hidden", | |
"placement": "bottom" | |
}, | |
"tooltip": { | |
"mode": "multi" | |
} | |
}, | |
"targets": [ | |
{ | |
"datasource": { | |
"type": "loki", | |
"uid": "grafanacloud-logs" | |
}, | |
"expr": "count_over_time( {job=\"minerlogs\"} |~ \":decrypt:.*sending witness*\" [60m] ) - count_over_time( {job=\"minerlogs\"} |~ \"max retry\" [60m] )", | |
"legendFormat": "{{ miner }}", | |
"refId": "A" | |
} | |
], | |
"thresholds": [], | |
"title": "Successful PoC Submissions", | |
"type": "timeseries" | |
}, | |
{ | |
"datasource": { | |
"type": "loki", | |
"uid": "grafanacloud-logs" | |
}, | |
"description": "", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "palette-classic" | |
}, | |
"custom": { | |
"axisLabel": "", | |
"axisPlacement": "auto", | |
"barAlignment": 0, | |
"drawStyle": "line", | |
"fillOpacity": 0, | |
"gradientMode": "none", | |
"hideFrom": { | |
"legend": false, | |
"tooltip": false, | |
"viz": false | |
}, | |
"lineInterpolation": "smooth", | |
"lineWidth": 1, | |
"pointSize": 5, | |
"scaleDistribution": { | |
"type": "linear" | |
}, | |
"showPoints": "never", | |
"spanNulls": true, | |
"stacking": { | |
"group": "A", | |
"mode": "none" | |
}, | |
"thresholdsStyle": { | |
"mode": "off" | |
} | |
}, | |
"mappings": [], | |
"noValue": "0", | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "green", | |
"value": null | |
}, | |
{ | |
"color": "red", | |
"value": 80 | |
} | |
] | |
}, | |
"unit": "percentunit" | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 6, | |
"w": 8, | |
"x": 8, | |
"y": 20 | |
}, | |
"id": 23, | |
"interval": "60m", | |
"options": { | |
"legend": { | |
"calcs": [], | |
"displayMode": "hidden", | |
"placement": "bottom" | |
}, | |
"tooltip": { | |
"mode": "multi" | |
} | |
}, | |
"targets": [ | |
{ | |
"datasource": { | |
"type": "loki", | |
"uid": "grafanacloud-logs" | |
}, | |
"expr": "count_over_time( {job=\"minerlogs\"} |~ \"max retry\" [60m] ) / count_over_time( {job=\"minerlogs\"} |~ \":decrypt:.*sending witness*\" [60m] )", | |
"legendFormat": "{{ miner }}", | |
"refId": "A" | |
} | |
], | |
"title": "PoC Submission Failure Percentage", | |
"type": "timeseries" | |
}, | |
{ | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "palette-classic" | |
}, | |
"custom": { | |
"axisLabel": "", | |
"axisPlacement": "auto", | |
"barAlignment": 0, | |
"drawStyle": "line", | |
"fillOpacity": 0, | |
"gradientMode": "none", | |
"hideFrom": { | |
"legend": false, | |
"tooltip": false, | |
"viz": false | |
}, | |
"lineInterpolation": "smooth", | |
"lineWidth": 1, | |
"pointSize": 5, | |
"scaleDistribution": { | |
"type": "linear" | |
}, | |
"showPoints": "never", | |
"spanNulls": false, | |
"stacking": { | |
"group": "A", | |
"mode": "none" | |
}, | |
"thresholdsStyle": { | |
"mode": "off" | |
} | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "green", | |
"value": null | |
}, | |
{ | |
"color": "red", | |
"value": 80 | |
} | |
] | |
}, | |
"unit": "HNT" | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 6, | |
"w": 8, | |
"x": 16, | |
"y": 20 | |
}, | |
"id": 33, | |
"interval": "30m", | |
"options": { | |
"legend": { | |
"calcs": [], | |
"displayMode": "hidden", | |
"placement": "bottom" | |
}, | |
"tooltip": { | |
"mode": "multi" | |
} | |
}, | |
"targets": [ | |
{ | |
"exemplar": true, | |
"expr": "rewards{}", | |
"interval": "", | |
"legendFormat": "{{ instance }}", | |
"refId": "A" | |
} | |
], | |
"title": "24 Hour Rewards", | |
"type": "timeseries" | |
}, | |
{ | |
"datasource": { | |
"type": "loki", | |
"uid": "grafanacloud-logs" | |
}, | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "palette-classic" | |
}, | |
"custom": { | |
"axisLabel": "", | |
"axisPlacement": "auto", | |
"barAlignment": 0, | |
"drawStyle": "line", | |
"fillOpacity": 0, | |
"gradientMode": "none", | |
"hideFrom": { | |
"legend": false, | |
"tooltip": false, | |
"viz": false | |
}, | |
"lineInterpolation": "smooth", | |
"lineWidth": 1, | |
"pointSize": 5, | |
"scaleDistribution": { | |
"type": "linear" | |
}, | |
"showPoints": "never", | |
"spanNulls": true, | |
"stacking": { | |
"group": "A", | |
"mode": "none" | |
}, | |
"thresholdsStyle": { | |
"mode": "off" | |
} | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "green", | |
"value": null | |
}, | |
{ | |
"color": "red", | |
"value": 80 | |
} | |
] | |
}, | |
"unit": "dB" | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 6, | |
"w": 8, | |
"x": 0, | |
"y": 26 | |
}, | |
"id": 17, | |
"interval": "30m", | |
"options": { | |
"legend": { | |
"calcs": [], | |
"displayMode": "hidden", | |
"placement": "bottom" | |
}, | |
"tooltip": { | |
"mode": "multi" | |
} | |
}, | |
"targets": [ | |
{ | |
"datasource": { | |
"type": "loki", | |
"uid": "grafanacloud-logs" | |
}, | |
"expr": "avg_over_time({job=\"minerlogs\"} |~ \":decrypt:.*sending witness\" | pattern \"<_>RSSI: <rssi>, Frequency: <frequency>, SNR: <snr>\" | unwrap rssi[30m]) by (miner)", | |
"legendFormat": "{{ miner }}", | |
"refId": "A" | |
} | |
], | |
"title": "Witnessed RSSI", | |
"type": "timeseries" | |
}, | |
{ | |
"datasource": { | |
"type": "loki", | |
"uid": "grafanacloud-logs" | |
}, | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "palette-classic" | |
}, | |
"custom": { | |
"axisLabel": "", | |
"axisPlacement": "auto", | |
"barAlignment": 0, | |
"drawStyle": "line", | |
"fillOpacity": 0, | |
"gradientMode": "none", | |
"hideFrom": { | |
"legend": false, | |
"tooltip": false, | |
"viz": false | |
}, | |
"lineInterpolation": "smooth", | |
"lineWidth": 1, | |
"pointSize": 5, | |
"scaleDistribution": { | |
"type": "linear" | |
}, | |
"showPoints": "never", | |
"spanNulls": true, | |
"stacking": { | |
"group": "A", | |
"mode": "none" | |
}, | |
"thresholdsStyle": { | |
"mode": "off" | |
} | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "green", | |
"value": null | |
}, | |
{ | |
"color": "red", | |
"value": 80 | |
} | |
] | |
}, | |
"unit": "dB" | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 6, | |
"w": 8, | |
"x": 8, | |
"y": 26 | |
}, | |
"id": 18, | |
"interval": "30m", | |
"options": { | |
"legend": { | |
"calcs": [], | |
"displayMode": "hidden", | |
"placement": "bottom" | |
}, | |
"tooltip": { | |
"mode": "multi" | |
} | |
}, | |
"targets": [ | |
{ | |
"datasource": { | |
"type": "loki", | |
"uid": "grafanacloud-logs" | |
}, | |
"expr": "avg_over_time({job=\"minerlogs\"} |~ \":decrypt:.*sending witness\" | pattern \"<_>RSSI: <rssi>, Frequency: <frequency>, SNR: <snr>\" | unwrap snr[30m]) by (miner)", | |
"legendFormat": "{{ miner }}", | |
"refId": "A" | |
} | |
], | |
"title": "Witnessed SNR", | |
"type": "timeseries" | |
}, | |
{ | |
"datasource": { | |
"type": "loki", | |
"uid": "grafanacloud-logs" | |
}, | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "palette-classic" | |
}, | |
"custom": { | |
"axisLabel": "", | |
"axisPlacement": "auto", | |
"barAlignment": 0, | |
"drawStyle": "line", | |
"fillOpacity": 0, | |
"gradientMode": "none", | |
"hideFrom": { | |
"legend": false, | |
"tooltip": false, | |
"viz": false | |
}, | |
"lineInterpolation": "smooth", | |
"lineWidth": 1, | |
"pointSize": 5, | |
"scaleDistribution": { | |
"type": "linear" | |
}, | |
"showPoints": "never", | |
"spanNulls": true, | |
"stacking": { | |
"group": "A", | |
"mode": "none" | |
}, | |
"thresholdsStyle": { | |
"mode": "off" | |
} | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "green", | |
"value": null | |
}, | |
{ | |
"color": "red", | |
"value": 80 | |
} | |
] | |
}, | |
"unit": "dB" | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 6, | |
"w": 8, | |
"x": 16, | |
"y": 26 | |
}, | |
"id": 19, | |
"interval": "30m", | |
"options": { | |
"legend": { | |
"calcs": [], | |
"displayMode": "hidden", | |
"placement": "bottom" | |
}, | |
"tooltip": { | |
"mode": "multi" | |
} | |
}, | |
"targets": [ | |
{ | |
"datasource": { | |
"type": "loki", | |
"uid": "grafanacloud-logs" | |
}, | |
"expr": "avg_over_time({job=\"minerlogs\"} |~ \":decrypt:.*sending witness\" | pattern \"<_>RSSI: <rssi>, Frequency: <frequency>, SNR: <snr>\" | unwrap rssi[30m]) by (miner) - avg_over_time({job=\"minerlogs\"} |~ \":decrypt:.*sending witness\" | pattern \"<_>RSSI: <rssi>, Frequency: <frequency>, SNR: <snr>\" | unwrap snr[30m]) by (miner)", | |
"legendFormat": "{{ miner }}", | |
"refId": "A" | |
} | |
], | |
"title": "Calculated Noise Floor", | |
"type": "timeseries" | |
}, | |
{ | |
"datasource": { | |
"type": "loki", | |
"uid": "grafanacloud-logs" | |
}, | |
"description": "", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "palette-classic" | |
}, | |
"custom": { | |
"axisLabel": "", | |
"axisPlacement": "auto", | |
"barAlignment": 0, | |
"drawStyle": "line", | |
"fillOpacity": 0, | |
"gradientMode": "none", | |
"hideFrom": { | |
"legend": false, | |
"tooltip": false, | |
"viz": false | |
}, | |
"lineInterpolation": "smooth", | |
"lineWidth": 1, | |
"pointSize": 5, | |
"scaleDistribution": { | |
"type": "linear" | |
}, | |
"showPoints": "never", | |
"spanNulls": true, | |
"stacking": { | |
"group": "A", | |
"mode": "none" | |
}, | |
"thresholdsStyle": { | |
"mode": "off" | |
} | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "green", | |
"value": null | |
}, | |
{ | |
"color": "red", | |
"value": 80 | |
} | |
] | |
} | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 6, | |
"w": 12, | |
"x": 0, | |
"y": 32 | |
}, | |
"id": 37, | |
"interval": "5m", | |
"options": { | |
"legend": { | |
"calcs": [], | |
"displayMode": "hidden", | |
"placement": "bottom" | |
}, | |
"tooltip": { | |
"mode": "multi" | |
} | |
}, | |
"targets": [ | |
{ | |
"datasource": { | |
"type": "loki", | |
"uid": "grafanacloud-logs" | |
}, | |
"expr": "avg_over_time({job=\"minerlogs\"} |= \"unvalidated_absorb_and_commit\" | pattern \"<_>absorb took <absorb_time> post<_>\" | unwrap absorb_time[30m])", | |
"legendFormat": "{{ miner }}", | |
"refId": "A" | |
} | |
], | |
"title": "Block Absorb Time", | |
"type": "timeseries" | |
}, | |
{ | |
"datasource": { | |
"type": "loki", | |
"uid": "grafanacloud-logs" | |
}, | |
"description": "", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "palette-classic" | |
}, | |
"custom": { | |
"axisLabel": "", | |
"axisPlacement": "auto", | |
"barAlignment": 0, | |
"drawStyle": "line", | |
"fillOpacity": 0, | |
"gradientMode": "none", | |
"hideFrom": { | |
"legend": false, | |
"tooltip": false, | |
"viz": false | |
}, | |
"lineInterpolation": "smooth", | |
"lineWidth": 1, | |
"pointSize": 5, | |
"scaleDistribution": { | |
"type": "linear" | |
}, | |
"showPoints": "never", | |
"spanNulls": true, | |
"stacking": { | |
"group": "A", | |
"mode": "none" | |
}, | |
"thresholdsStyle": { | |
"mode": "off" | |
} | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "green", | |
"value": null | |
}, | |
{ | |
"color": "red", | |
"value": 80 | |
} | |
] | |
} | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 6, | |
"w": 12, | |
"x": 12, | |
"y": 32 | |
}, | |
"id": 36, | |
"interval": "5m", | |
"options": { | |
"legend": { | |
"calcs": [], | |
"displayMode": "hidden", | |
"placement": "bottom" | |
}, | |
"tooltip": { | |
"mode": "multi" | |
} | |
}, | |
"targets": [ | |
{ | |
"datasource": { | |
"type": "loki", | |
"uid": "grafanacloud-logs" | |
}, | |
"expr": "avg_over_time({job=\"minerlogs\"} |= \"unvalidated_absorb_and_commit\" | pattern \"<_>post took <post_time> ms<_>\" | unwrap post_time[30m])", | |
"legendFormat": "{{ miner }}", | |
"refId": "A" | |
} | |
], | |
"title": "Block Post Time", | |
"type": "timeseries" | |
}, | |
{ | |
"datasource": { | |
"type": "loki", | |
"uid": "grafanacloud-logs" | |
}, | |
"description": "", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "palette-classic" | |
}, | |
"custom": { | |
"axisLabel": "", | |
"axisPlacement": "auto", | |
"barAlignment": 0, | |
"drawStyle": "line", | |
"fillOpacity": 0, | |
"gradientMode": "none", | |
"hideFrom": { | |
"legend": false, | |
"tooltip": false, | |
"viz": false | |
}, | |
"lineInterpolation": "smooth", | |
"lineWidth": 1, | |
"pointSize": 5, | |
"scaleDistribution": { | |
"type": "linear" | |
}, | |
"showPoints": "never", | |
"spanNulls": false, | |
"stacking": { | |
"group": "A", | |
"mode": "none" | |
}, | |
"thresholdsStyle": { | |
"mode": "off" | |
} | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "green", | |
"value": null | |
}, | |
{ | |
"color": "red", | |
"value": 80 | |
} | |
] | |
} | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 6, | |
"w": 12, | |
"x": 0, | |
"y": 38 | |
}, | |
"id": 15, | |
"interval": "5m", | |
"options": { | |
"legend": { | |
"calcs": [], | |
"displayMode": "hidden", | |
"placement": "bottom" | |
}, | |
"tooltip": { | |
"mode": "multi" | |
} | |
}, | |
"targets": [ | |
{ | |
"datasource": { | |
"type": "loki", | |
"uid": "grafanacloud-logs" | |
}, | |
"expr": "avg_over_time({job=\"minerlogs\"} |= \"unvalidated_absorb_and_commit\" | pattern \"<_>height <block>\" | unwrap block[35m])", | |
"legendFormat": "{{ miner }}", | |
"refId": "A" | |
} | |
], | |
"title": "Block Height", | |
"type": "timeseries" | |
}, | |
{ | |
"datasource": { | |
"type": "loki", | |
"uid": "grafanacloud-logs" | |
}, | |
"description": "", | |
"fieldConfig": { | |
"defaults": { | |
"color": { | |
"mode": "palette-classic" | |
}, | |
"custom": { | |
"axisLabel": "", | |
"axisPlacement": "auto", | |
"barAlignment": 0, | |
"drawStyle": "line", | |
"fillOpacity": 0, | |
"gradientMode": "none", | |
"hideFrom": { | |
"legend": false, | |
"tooltip": false, | |
"viz": false | |
}, | |
"lineInterpolation": "smooth", | |
"lineWidth": 1, | |
"pointSize": 5, | |
"scaleDistribution": { | |
"type": "linear" | |
}, | |
"showPoints": "never", | |
"spanNulls": false, | |
"stacking": { | |
"group": "A", | |
"mode": "none" | |
}, | |
"thresholdsStyle": { | |
"mode": "off" | |
} | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "green", | |
"value": null | |
}, | |
{ | |
"color": "red", | |
"value": 80 | |
} | |
] | |
} | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 6, | |
"w": 12, | |
"x": 12, | |
"y": 38 | |
}, | |
"id": 14, | |
"interval": "5m", | |
"options": { | |
"legend": { | |
"calcs": [], | |
"displayMode": "hidden", | |
"placement": "bottom" | |
}, | |
"tooltip": { | |
"mode": "multi" | |
} | |
}, | |
"targets": [ | |
{ | |
"datasource": { | |
"type": "loki", | |
"uid": "grafanacloud-logs" | |
}, | |
"expr": "count_over_time({job=\"minerlogs\"} |= \"gateway\"[30m])", | |
"legendFormat": "{{ miner }}", | |
"refId": "A" | |
} | |
], | |
"title": "Packet Forwarder Heartbeats", | |
"type": "timeseries" | |
} | |
], | |
"refresh": "1m", | |
"schemaVersion": 34, | |
"style": "dark", | |
"tags": [], | |
"templating": { | |
"list": [] | |
}, | |
"time": { | |
"from": "now-2d", | |
"to": "now" | |
}, | |
"timepicker": {}, | |
"timezone": "", | |
"title": "Helium Overview Public", | |
"uid": "cLfh9fo7za", | |
"version": 3, | |
"weekStart": "" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment