feat: add grafana panel for remaining proof per epoch

This commit is contained in:
DarshanBPatel 2024-10-25 15:00:33 +05:30
parent cfde7eea82
commit 62e6b94129
No known key found for this signature in database
GPG Key ID: 9A92CCD9899F0D22
1 changed files with 91 additions and 0 deletions

View File

@ -2295,6 +2295,97 @@
"title": "RLN Proof Verification Total",
"type": "timeseries"
},
{
"datasource": {
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 0,
"gradientMode": "none",
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "auto",
"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": 6,
"x": 18,
"y": 54
},
"options": {
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
},
"tooltip": {
"mode": "single",
"sort": "none"
}
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
},
"editorMode": "code",
"expr": "rln_proofs_generated_total",
"legendFormat": "{{light_client}}",
"range": true,
"refId": "A"
}
],
"title": "RLN Proofs Generated per Light Client",
"type": "timeseries"
},
{
"datasource": {
"type": "prometheus",