Created
November 22, 2020 14:56
-
-
Save fabdarice/9b88e47952023d5078a3cb91b6cf21c5 to your computer and use it in GitHub Desktop.
Network Inclusion Distance
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
{ | |
"cards": { | |
"cardPadding": null, | |
"cardRound": null | |
}, | |
"color": { | |
"cardColor": "#b4ff00", | |
"colorScale": "sqrt", | |
"colorScheme": "interpolateBlues", | |
"exponent": 0.5, | |
"max": null, | |
"min": null, | |
"mode": "spectrum" | |
}, | |
"dataFormat": "tsbuckets", | |
"fieldConfig": { | |
"defaults": { | |
"custom": {} | |
}, | |
"overrides": [] | |
}, | |
"gridPos": { | |
"h": 6, | |
"w": 6, | |
"x": 0, | |
"y": 11 | |
}, | |
"heatmap": {}, | |
"hideZeroBuckets": true, | |
"highlightCards": true, | |
"id": 128, | |
"legend": { | |
"show": true | |
}, | |
"pluginVersion": "7.2.1", | |
"reverseYBuckets": false, | |
"targets": [ | |
{ | |
"expr": "sum(increase(attestation_inclusion_delay_slots_bucket{job=\"beacon-testnet\"}[$__interval])) by (le)", | |
"format": "heatmap", | |
"instant": false, | |
"interval": "", | |
"intervalFactor": 10, | |
"legendFormat": "{{le}}", | |
"refId": "A" | |
} | |
], | |
"timeFrom": null, | |
"timeShift": null, | |
"title": "Attestation Inclusion Delay", | |
"tooltip": { | |
"show": true, | |
"showHistogram": true | |
}, | |
"type": "heatmap", | |
"xAxis": { | |
"show": true | |
}, | |
"xBucketNumber": null, | |
"xBucketSize": null, | |
"yAxis": { | |
"decimals": null, | |
"format": "short", | |
"logBase": 1, | |
"max": null, | |
"min": null, | |
"show": true, | |
"splitFactor": null | |
}, | |
"yBucketBound": "auto", | |
"yBucketNumber": null, | |
"yBucketSize": null, | |
"datasource": null | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment