Created
September 11, 2020 20:39
-
-
Save cryptovestor21/6c712737d2ce3116c6ce8424034f28d4 to your computer and use it in GitHub Desktop.
Grafana - block processing performance
This file contains 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
{ | |
"aliasColors": {}, | |
"dashLength": 10, | |
"datasource": "Prometheus_graph-indexer-0", | |
"fieldConfig": { | |
"defaults": { | |
"custom": { | |
"align": null | |
}, | |
"mappings": [], | |
"thresholds": { | |
"mode": "absolute", | |
"steps": [ | |
{ | |
"color": "green", | |
"value": null | |
}, | |
{ | |
"color": "red", | |
"value": 80 | |
} | |
] | |
} | |
}, | |
"overrides": [] | |
}, | |
"fill": 1, | |
"gridPos": { | |
"h": 8, | |
"w": 12, | |
"x": 12, | |
"y": 0 | |
}, | |
"id": 38, | |
"legend": { | |
"avg": true, | |
"current": false, | |
"max": true, | |
"min": true, | |
"show": true, | |
"total": false, | |
"values": true | |
}, | |
"lines": true, | |
"linewidth": 1, | |
"nullPointMode": "null", | |
"pluginVersion": "7.1.1", | |
"pointradius": 2, | |
"renderer": "flot", | |
"seriesOverrides": [], | |
"spaceLength": 10, | |
"targets": [ | |
{ | |
"expr": "sum(deployment_blocks_behind)", | |
"format": "time_series", | |
"instant": false, | |
"interval": "", | |
"intervalFactor": 1, | |
"legendFormat": "", | |
"refId": "A" | |
} | |
], | |
"thresholds": [], | |
"timeRegions": [], | |
"title": "Blocks behind over time (all subgraphs)", | |
"tooltip": { | |
"shared": true, | |
"sort": 0, | |
"value_type": "individual" | |
}, | |
"type": "graph", | |
"xaxis": { | |
"buckets": null, | |
"mode": "time", | |
"name": null, | |
"show": true, | |
"values": [] | |
}, | |
"yaxes": [ | |
{ | |
"$$hashKey": "object:236", | |
"format": "short", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
}, | |
{ | |
"$$hashKey": "object:237", | |
"format": "short", | |
"label": null, | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true | |
} | |
], | |
"yaxis": { | |
"align": false, | |
"alignLevel": null | |
}, | |
"bars": false, | |
"dashes": false, | |
"fillGradient": 0, | |
"hiddenSeries": false, | |
"percentage": false, | |
"points": false, | |
"stack": false, | |
"steppedLine": false, | |
"timeFrom": null, | |
"timeShift": null | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment