Skip to content

Instantly share code, notes, and snippets.

@fabdarice
Created November 22, 2020 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fabdarice/9b88e47952023d5078a3cb91b6cf21c5 to your computer and use it in GitHub Desktop.
Save fabdarice/9b88e47952023d5078a3cb91b6cf21c5 to your computer and use it in GitHub Desktop.
Network Inclusion Distance
{
"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