Skip to content

Instantly share code, notes, and snippets.

@garyschulte
Created February 2, 2020 23:50
Show Gist options
  • Save garyschulte/fda2a1878460f77b98f3af7b17748072 to your computer and use it in GitHub Desktop.
Save garyschulte/fda2a1878460f77b98f3af7b17748072 to your computer and use it in GitHub Desktop.
First pass at a prysmatic grafana dashboard
{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": "-- Grafana --",
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations & Alerts",
"type": "dashboard"
}
]
},
"description": "test dashboard for prysmatic eth2 client",
"editable": true,
"gnetId": null,
"graphTooltip": 0,
"id": 4,
"iteration": 1580687165162,
"links": [],
"panels": [
{
"aliasColors": {
"{database=\"boltDB\",instance=\"192.168.0.126:8080\",job=\"node\"}": "rgb(247, 0, 2)"
},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": null,
"fill": 1,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 6,
"x": 0,
"y": 0
},
"hiddenSeries": false,
"id": 10,
"interval": "",
"legend": {
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"nullPointMode": "null",
"options": {
"dataLinks": []
},
"percentage": false,
"pointradius": 2,
"points": false,
"renderer": "flot",
"seriesOverrides": [
{
"alias": "{database=\"boltDB\",instance=\"192.168.0.126:8080\",job=\"node\"}",
"yaxis": 2
}
],
"spaceLength": 10,
"stack": true,
"steppedLine": false,
"targets": [
{
"expr": "sum(bolt_bucket_physical_branch_pages_in_use_bytes{instance=~'$beacon'}) / 1024 / 1024",
"hide": false,
"legendFormat": "branch pages in use",
"refId": "A"
},
{
"expr": "sum(bolt_bucket_physical_leaf_pages_in_use_bytes{instance=~'$beacon'}) / 1024 / 1024",
"format": "time_series",
"hide": false,
"legendFormat": "leaf pages in use",
"refId": "B"
},
{
"expr": "sum(bolt_db_freelist_in_use_bytes{instance=~'$beacon'}) / 1024 / 1024",
"hide": false,
"legendFormat": "freelist pages",
"refId": "C"
},
{
"expr": "sum(bolt_bucket_inlined_buckets_in_use_bytes{instance=~'$beacon'}) / 1024 / 1024",
"legendFormat": "inlined buckets in use",
"refId": "D"
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Beacon chain db",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"format": "decmbytes",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": null,
"fill": 1,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 6,
"x": 6,
"y": 0
},
"hiddenSeries": false,
"id": 2,
"legend": {
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"nullPointMode": "null",
"options": {
"dataLinks": []
},
"percentage": false,
"pointradius": 2,
"points": false,
"renderer": "flot",
"seriesOverrides": [
{
"alias": "processed_block_counter{instance=\"pi1.home:8080\",job=\"node\"}",
"yaxis": 2
},
{
"alias": "beacon_slot{instance=\"pi1.home:8080\",job=\"node\"}",
"yaxis": 1
},
{
"alias": "finalized epoch",
"yaxis": 2
}
],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "chain_service_beacon_finalized_epoch{instance=~'$beacon'}",
"legendFormat": "finalized epoch",
"refId": "A"
},
{
"expr": "beacon_head_slot{instance=~'$beacon'}",
"legendFormat": "head slot",
"refId": "B"
},
{
"expr": "beacon_slot{instance=~'$beacon'}",
"legendFormat": "beacon slot",
"refId": "C"
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "beacon chain availability",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"decimals": null,
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"aliasColors": {
"avg balance": "semi-dark-blue"
},
"bars": false,
"cacheTimeout": null,
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"fill": 0,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 6,
"x": 12,
"y": 0
},
"hiddenSeries": false,
"id": 4,
"interval": "",
"legend": {
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"options": {
"dataLinks": []
},
"percentage": false,
"pointradius": 0.5,
"points": false,
"renderer": "flot",
"seriesOverrides": [
{
"alias": "avg balance",
"fill": 1
}
],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "validator_balance > 0",
"format": "time_series",
"hide": false,
"intervalFactor": 1,
"legendFormat": "{{pkey}}",
"refId": "A"
},
{
"expr": "chain_service_validators_total_balance{state=\"Active\", instance=~'$beacon'} / chain_service_validator_count{state=\"Active\", instance=~'$beacon'} / 1000000000",
"hide": false,
"intervalFactor": 1,
"legendFormat": "avg balance",
"refId": "B"
},
{
"expr": "",
"refId": "C"
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Validator Balances",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"columns": [],
"datasource": null,
"fontSize": "100%",
"gridPos": {
"h": 10,
"w": 6,
"x": 18,
"y": 0
},
"id": 12,
"options": {},
"pageSize": null,
"showHeader": true,
"sort": {
"col": 0,
"desc": true
},
"styles": [
{
"alias": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"pattern": "Time",
"type": "hidden"
},
{
"alias": "",
"colorMode": null,
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"decimals": 2,
"pattern": "pkey",
"thresholds": [],
"type": "string",
"unit": "short"
}
],
"targets": [
{
"expr": "max by(pkey) (validator_balance)",
"format": "table",
"instant": true,
"intervalFactor": 1,
"legendFormat": "",
"refId": "A"
}
],
"timeFrom": null,
"timeShift": null,
"title": "validator balances",
"transform": "table",
"type": "table"
},
{
"aliasColors": {
"idle": "rgb(66, 60, 60)"
},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"decimals": 3,
"description": "",
"editable": true,
"error": false,
"fill": 10,
"fillGradient": 0,
"grid": {},
"gridPos": {
"h": 10,
"w": 6,
"x": 0,
"y": 10
},
"hiddenSeries": false,
"id": 6,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"hideEmpty": false,
"max": false,
"min": false,
"rightSide": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 0,
"links": [],
"maxPerRow": 6,
"nullPointMode": "connected",
"options": {
"dataLinks": []
},
"percentage": true,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": "node",
"repeatDirection": "h",
"seriesOverrides": [],
"spaceLength": 10,
"stack": true,
"steppedLine": false,
"targets": [
{
"expr": "sum(irate(node_cpu_seconds_total{mode=\"system\",instance=~'$host'}[5m])) or sum(irate(node_cpu{mode=\"system\",instance=~'$host'}[5m]))",
"interval": "",
"intervalFactor": 2,
"legendFormat": "system",
"metric": "",
"refId": "A",
"step": 1200,
"target": ""
},
{
"expr": "sum(irate(node_cpu_seconds_total{mode=\"user\",instance=~'$host'}[5m])) or sum(irate(node_cpu{mode=\"user\",instance=~'$host'}[5m]))",
"interval": "",
"intervalFactor": 2,
"legendFormat": "user",
"refId": "B",
"step": 1200
},
{
"expr": "sum(irate(node_cpu_seconds_total{mode=\"nice\",instance=~'$host'}[5m])) or sum(irate(node_cpu{mode=\"nice\",instance=~'$host'}[5m]))",
"interval": "",
"intervalFactor": 2,
"legendFormat": "nice",
"refId": "C",
"step": 1200
},
{
"expr": "sum(irate(node_cpu_seconds_total{mode=\"iowait\",instance=~'$host'}[5m])) or sum(irate(node_cpu{mode=\"iowait\",instance=~'$host'}[5m]))",
"interval": "",
"intervalFactor": 2,
"legendFormat": "iowait",
"refId": "E",
"step": 1200
},
{
"expr": "sum(irate(node_cpu_seconds_total{mode=\"steal\",instance=~'$host'}[5m])) or sum(irate(node_cpu{mode=\"steal\",instance=~'$host'}[5m]))",
"intervalFactor": 2,
"legendFormat": "steal",
"refId": "H",
"step": 1200
},
{
"expr": "sum(irate(node_cpu_seconds_total{mode=\"idle\",instance=~'$host'}[5m])) or sum(irate(node_cpu{mode=\"idle\",instance=~'$host'}[5m]))",
"interval": "",
"intervalFactor": 2,
"legendFormat": "idle",
"refId": "D",
"step": 1200
},
{
"expr": "sum(irate(node_cpu_seconds_total{mode=\"irq\",instance=~'$host'}[5m])) or sum(irate(node_cpu{mode=\"irq\",instance=~'$host'}[5m]))",
"interval": "",
"intervalFactor": 2,
"legendFormat": "irq",
"refId": "F",
"step": 1200
},
{
"expr": "sum(irate(node_cpu_seconds_total{mode=\"softirq\",instance=~'$host'}[5m])) or sum(irate(node_cpu{mode=\"softirq\",instance=~'$host'}[5m]))",
"interval": "",
"intervalFactor": 2,
"legendFormat": "softirq",
"refId": "G",
"step": 1200
},
{
"expr": "sum(irate(node_cpu_seconds_total{mode=\"guest\",instance=~'$host'}[5m])) or sum(irate(node_cpu{mode=\"guest\",instance=~'$host'}[5m]))",
"interval": "",
"intervalFactor": 2,
"legendFormat": "guest",
"refId": "I",
"step": 1200
}
],
"thresholds": [
{
"colorMode": "custom",
"fill": true,
"fillColor": "rgba(216, 200, 27, 0.27)",
"op": "gt",
"value": 0
}
],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "CPU metrics on $host",
"tooltip": {
"msResolution": false,
"shared": true,
"sort": 0,
"value_type": "individual"
},
"transparent": true,
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"format": "short",
"label": "%",
"logBase": 1,
"max": 100,
"min": 0,
"show": true
},
{
"format": "short",
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"aliasColors": {
"Slab": "#E5A8E2",
"Swap": "#E24D42"
},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"decimals": 2,
"editable": true,
"error": false,
"fill": 1,
"fillGradient": 0,
"grid": {},
"gridPos": {
"h": 10,
"w": 6,
"x": 6,
"y": 10
},
"hiddenSeries": false,
"id": 8,
"legend": {
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 2,
"links": [],
"maxPerRow": 6,
"nullPointMode": "connected",
"options": {
"dataLinks": []
},
"percentage": false,
"pointradius": 5,
"points": false,
"renderer": "flot",
"repeat": "node",
"repeatDirection": "h",
"seriesOverrides": [
{
"alias": "/Apps|Buffers|Cached|Free|Slab|SwapCached|PageTables|VmallocUsed/",
"fill": 5,
"stack": true
},
{
"alias": "Swap",
"fill": 5,
"stack": true
}
],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "( node_memory_MemTotal_bytes{instance=~'$host'} - node_memory_MemFree_bytes{instance=~'$host'} - node_memory_Buffers_bytes{instance=~'$host'} - node_memory_Cached_bytes{instance=~'$host'} - node_memory_SwapCached_bytes{instance=~'$host'} - node_memory_Slab_bytes{instance=~'$host'} - node_memory_PageTables_bytes{instance=~'$host'} - node_memory_VmallocUsed_bytes{instance=~'$host'} ) or ( node_memory_MemTotal{instance=~'$host'} - node_memory_MemFree{instance=~'$host'} - node_memory_Buffers{instance=~'$host'} - node_memory_Cached{instance=~'$host'} - node_memory_SwapCached{instance=~'$host'} - node_memory_Slab{instance=~'$host'} - node_memory_PageTables{instance=~'$host'} - node_memory_VmallocUsed{instance=~'$host'} )",
"hide": false,
"interval": "",
"intervalFactor": 2,
"legendFormat": "Apps",
"metric": "",
"refId": "A",
"step": 1200,
"target": ""
},
{
"expr": "node_memory_Buffers_bytes{instance=~'$host'} or node_memory_Buffers{instance=~'$host'}",
"hide": false,
"interval": "",
"intervalFactor": 2,
"legendFormat": "Buffers",
"refId": "B",
"step": 1200
},
{
"expr": "node_memory_Cached_bytes{instance=~'$host'} or node_memory_Cached{instance=~'$host'}",
"interval": "",
"intervalFactor": 2,
"legendFormat": "Cached",
"refId": "D",
"step": 1200
},
{
"expr": "node_memory_MemFree_bytes{instance=~'$host'} or node_memory_MemFree{instance=~'$host'}",
"hide": false,
"interval": "",
"intervalFactor": 2,
"legendFormat": "Free",
"refId": "E",
"step": 1200
},
{
"expr": "node_memory_Slab_bytes{instance=~'$host'} or node_memory_Slab{instance=~'$host'}",
"interval": "",
"intervalFactor": 2,
"legendFormat": "Slab",
"refId": "F",
"step": 1200
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Memory metrics on $host",
"tooltip": {
"msResolution": false,
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"format": "bytes",
"label": "GB",
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": null,
"description": "",
"fill": 1,
"fillGradient": 0,
"gridPos": {
"h": 10,
"w": 6,
"x": 12,
"y": 10
},
"hiddenSeries": false,
"id": 16,
"legend": {
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"nullPointMode": "null",
"options": {
"dataLinks": []
},
"percentage": false,
"pointradius": 2,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "irate(node_network_receive_bytes_total{instance=~'$host'}[5m])*8 or irate(node_network_receive_bytes{instance=~'$host'}[5m])*8",
"refId": "A"
},
{
"expr": "irate(node_network_transmit_bytes_total{instance=~'$host'}[5m])*8 or irate(node_network_transmit_bytes{instance=~'$host'}[5m])*8",
"refId": "B"
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Network Traffic on $host",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"columns": [],
"datasource": null,
"description": "validator stats by public key over the lifetime of the validator process ",
"fontSize": "100%",
"gridPos": {
"h": 10,
"w": 6,
"x": 18,
"y": 10
},
"id": 14,
"options": {},
"pageSize": null,
"pluginVersion": "6.5.1",
"showHeader": true,
"sort": {
"col": 2,
"desc": true
},
"styles": [
{
"alias": "Time",
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"pattern": "Time",
"type": "hidden"
},
{
"alias": "",
"colorMode": null,
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"mappingType": 1,
"pattern": "job",
"thresholds": [],
"type": "hidden",
"unit": "short"
},
{
"alias": "",
"colorMode": null,
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"decimals": 2,
"pattern": "pkey",
"thresholds": [],
"type": "string",
"unit": "short"
},
{
"alias": "",
"colorMode": null,
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"mappingType": 1,
"pattern": "instance",
"thresholds": [],
"type": "hidden",
"unit": "short"
},
{
"alias": "",
"colorMode": null,
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 2,
"mappingType": 1,
"pattern": "__name__",
"thresholds": [],
"type": "hidden",
"unit": "short"
},
{
"alias": "attested",
"colorMode": null,
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 0,
"mappingType": 1,
"pattern": "Value #A",
"thresholds": [],
"type": "number",
"unit": "short"
},
{
"alias": "aggregated",
"colorMode": null,
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 0,
"mappingType": 1,
"pattern": "Value #C",
"thresholds": [],
"type": "number",
"unit": "short"
},
{
"alias": "proposed",
"colorMode": null,
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 0,
"mappingType": 1,
"pattern": "Value #E",
"thresholds": [],
"type": "number",
"unit": "short"
},
{
"alias": "failed attestations",
"colorMode": "value",
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 0,
"mappingType": 1,
"pattern": "Value #B",
"thresholds": [],
"type": "number",
"unit": "short"
},
{
"alias": "failed aggregations",
"colorMode": "value",
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 0,
"mappingType": 1,
"pattern": "Value #D",
"thresholds": [],
"type": "number",
"unit": "short"
},
{
"alias": "failed proposals",
"colorMode": "value",
"colors": [
"rgba(245, 54, 54, 0.9)",
"rgba(237, 129, 40, 0.89)",
"rgba(50, 172, 45, 0.97)"
],
"dateFormat": "YYYY-MM-DD HH:mm:ss",
"decimals": 0,
"mappingType": 1,
"pattern": "Value #F",
"thresholds": [
""
],
"type": "number",
"unit": "short"
}
],
"targets": [
{
"expr": "max by(pkey) (validator_successful_attestations) ",
"format": "table",
"instant": true,
"legendFormat": "",
"refId": "A"
},
{
"expr": "max by (pkey)(validator_failed_attestations) ",
"format": "table",
"instant": true,
"refId": "B"
},
{
"expr": "max by (pkey)(validator_successful_aggregations) ",
"format": "table",
"instant": true,
"refId": "C"
},
{
"expr": "max by (pkey) (validator_failed_aggregations)",
"format": "table",
"instant": true,
"refId": "D"
},
{
"expr": "max by (pkey) (validator_successful_proposals)",
"format": "table",
"instant": true,
"refId": "E"
},
{
"expr": "max by (pkey) (validator_failed_proposals)",
"format": "table",
"instant": true,
"refId": "F"
}
],
"timeFrom": null,
"timeShift": null,
"title": "Validator Process Stats",
"transform": "table",
"type": "table"
}
],
"refresh": "",
"schemaVersion": 21,
"style": "dark",
"tags": [],
"templating": {
"list": [
{
"current": {
"text": "Prometheus",
"value": "Prometheus"
},
"hide": 0,
"includeAll": false,
"label": "Datasource",
"multi": false,
"name": "datasource",
"options": [],
"query": "prometheus",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
"type": "datasource"
},
{
"allValue": "",
"current": {
"text": "nvidia.home:8080",
"value": [
"nvidia.home:8080"
]
},
"datasource": "$datasource",
"definition": "label_values(beacon_slot, instance)",
"hide": 0,
"includeAll": false,
"label": "beacon node",
"multi": true,
"name": "beacon",
"options": [],
"query": "label_values(beacon_slot, instance)",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
"sort": 1,
"tagValuesQuery": "",
"tags": [],
"tagsQuery": "",
"type": "query",
"useTags": false
},
{
"allValue": null,
"current": {
"text": "nvidia.home:9100",
"value": "nvidia.home:9100"
},
"datasource": "Prometheus",
"definition": "label_values(node_exporter_build_info, instance)",
"hide": 0,
"includeAll": false,
"label": "host metrics",
"multi": true,
"name": "host",
"options": [],
"query": "label_values(node_exporter_build_info, instance)",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
"sort": 1,
"tagValuesQuery": "",
"tags": [],
"tagsQuery": "",
"type": "query",
"useTags": false
}
]
},
"time": {
"from": "now-6h",
"to": "now"
},
"timepicker": {
"refresh_intervals": [
"5s",
"10s",
"30s",
"1m",
"5m",
"15m",
"30m",
"1h",
"2h",
"1d"
]
},
"timezone": "",
"title": "Prysmatic Dash",
"uid": "d6iZ8VBZk",
"version": 61
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment