Created
May 15, 2020 01:46
-
-
Save rjl493456442/fe472656cf276d0a0159c64d1ffe9278 to your computer and use it in GitHub Desktop.
Geth.grafana
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
| { | |
| "annotations": { | |
| "list": [ | |
| { | |
| "builtIn": 1, | |
| "datasource": "-- Grafana --", | |
| "enable": true, | |
| "hide": true, | |
| "iconColor": "rgba(0, 211, 255, 1)", | |
| "name": "Annotations & Alerts", | |
| "type": "dashboard" | |
| } | |
| ] | |
| }, | |
| "description": "Various metrics of a single Geth instance", | |
| "editable": true, | |
| "gnetId": null, | |
| "graphTooltip": 0, | |
| "id": 4, | |
| "iteration": 1589507143688, | |
| "links": [], | |
| "panels": [ | |
| { | |
| "collapsed": false, | |
| "datasource": null, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 0 | |
| }, | |
| "id": 82, | |
| "panels": [], | |
| "title": "System", | |
| "type": "row" | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "fillGradient": 0, | |
| "gridPos": { | |
| "h": 6, | |
| "w": 8, | |
| "x": 0, | |
| "y": 1 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 106, | |
| "legend": { | |
| "alignAsTable": false, | |
| "avg": false, | |
| "current": false, | |
| "max": false, | |
| "min": false, | |
| "rightSide": false, | |
| "show": true, | |
| "total": false, | |
| "values": false | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [], | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "system", | |
| "expr": "system_cpu_sysload", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "system", | |
| "measurement": "geth.system/cpu/sysload.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "iowait", | |
| "expr": "system_cpu_syswait", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "iowait", | |
| "measurement": "geth.system/cpu/syswait.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "B", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "geth", | |
| "expr": "system_cpu_procload", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "geth", | |
| "measurement": "geth.system/cpu/procload.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "C", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "CPU", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "format": "percent", | |
| "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": 6, | |
| "w": 8, | |
| "x": 8, | |
| "y": 1 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 107, | |
| "legend": { | |
| "alignAsTable": false, | |
| "avg": false, | |
| "current": false, | |
| "max": false, | |
| "min": false, | |
| "rightSide": false, | |
| "show": true, | |
| "total": false, | |
| "values": false | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [], | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "alloc", | |
| "expr": "system_cpu_sysload", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "system", | |
| "measurement": "geth.system/memory/allocs.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "used", | |
| "expr": "system_cpu_syswait", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "iowait", | |
| "measurement": "geth.system/memory/used.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "B", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "held", | |
| "expr": "system_cpu_procload", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "geth", | |
| "measurement": "geth.system/memory/held.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "C", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Memory", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "format": "decbytes", | |
| "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": 6, | |
| "w": 8, | |
| "x": 16, | |
| "y": 1 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 85, | |
| "legend": { | |
| "alignAsTable": false, | |
| "avg": false, | |
| "current": false, | |
| "max": false, | |
| "min": false, | |
| "rightSide": false, | |
| "show": true, | |
| "total": false, | |
| "values": false | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [], | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "read", | |
| "expr": "rate(system_disk_readbytes[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "read", | |
| "measurement": "geth.system/disk/readdata.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "write", | |
| "expr": "rate(system_disk_writebytes[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "write", | |
| "measurement": "geth.system/disk/writedata.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "B", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Disk", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "format": "Bps", | |
| "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": 6, | |
| "w": 12, | |
| "x": 0, | |
| "y": 7 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 96, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": true, | |
| "current": true, | |
| "max": true, | |
| "min": false, | |
| "rightSide": true, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [], | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "ingress", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "B", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "egress", | |
| "expr": "rate(p2p_egress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "egress", | |
| "measurement": "geth.p2p/egress.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "C", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Traffic", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "format": "Bps", | |
| "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": 6, | |
| "w": 12, | |
| "x": 12, | |
| "y": 7 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 77, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": true, | |
| "current": true, | |
| "max": true, | |
| "min": false, | |
| "rightSide": true, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [], | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "peers", | |
| "expr": "p2p_peers", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "peers", | |
| "measurement": "geth.p2p/peers.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "median" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "dials", | |
| "expr": "rate(p2p_dials[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "dials", | |
| "measurement": "geth.p2p/dials.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "B", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "serves", | |
| "expr": "rate(p2p_serves[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "serves", | |
| "measurement": "geth.p2p/serves.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "C", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Peers", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "format": "none", | |
| "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 | |
| } | |
| }, | |
| { | |
| "collapsed": false, | |
| "datasource": null, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 13 | |
| }, | |
| "id": 75, | |
| "panels": [], | |
| "title": "Network", | |
| "type": "row" | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "fillGradient": 0, | |
| "gridPos": { | |
| "h": 15, | |
| "w": 12, | |
| "x": 0, | |
| "y": 14 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 120, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": true, | |
| "current": true, | |
| "max": false, | |
| "min": false, | |
| "rightSide": true, | |
| "show": true, | |
| "sort": null, | |
| "sortDesc": null, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [], | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "eth/63 handshake", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/eth/63/0x00.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "B", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/64 handshake", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/eth/64/0x00.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "M", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/65 handshake", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/eth/65/0x00.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "Y", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/63 new block hash", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/eth/63/0x01.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/64 new block hash", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/eth/64/0x01.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "N", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/65 new block hash", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/eth/65/0x01.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "Z", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/63 transaction broadcast", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/eth/63/0x02.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "C", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/64 transaction broadcast", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/eth/64/0x02.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "O", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/65 transaction broadcast", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/eth/65/0x02.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/63 block header request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/eth/63/0x03.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "D", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/64 block header request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/eth/64/0x03.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "P", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/65 block header request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/eth/65/0x03.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/63 block header response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/eth/63/0x04.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "E", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/64 block header response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/eth/64/0x04.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "Q", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/65 block header response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/eth/65/0x04.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/63 block body request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/eth/63/0x05.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "F", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/64 block body request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/eth/64/0x05.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "R", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/65 block body request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/eth/65/0x05.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/63 block body response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/eth/63/0x06.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "G", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/64 block body response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/eth/64/0x06.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "S", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/65 block body response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/eth/65/0x06.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/63 block propagation", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/eth/63/0x07.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "H", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/64 block propagation", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/eth/64/0x07.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "T", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/65 block propagation", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/eth/65/0x07.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/65 transaction announcement", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/eth/65/0x08.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/65 transaction request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/eth/65/0x09.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/65 transaction response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/eth/65/0x0a.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/63 state request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/eth/63/0x0d.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "I", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/64 state request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/eth/64/0x0d.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "U", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/65 state request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/eth/65/0x0d.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/63 state response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/eth/63/0x0e.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "J", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/64 state response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/eth/64/0x0e.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "V", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/65 state response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/eth/65/0x0e.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/63 receipt request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/eth/63/0x0f.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "K", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/64 receipt request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/eth/64/0x0f.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "W", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/65 receipt request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/eth/65/0x0f.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/63 receipt response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/eth/63/0x10.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "L", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/64 receipt response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/eth/64/0x10.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "X", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/65 receipt response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/eth/65/0x10.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "ETH ingress", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "format": "Bps", | |
| "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": 15, | |
| "w": 12, | |
| "x": 12, | |
| "y": 14 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 121, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": true, | |
| "current": true, | |
| "max": false, | |
| "min": false, | |
| "rightSide": true, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [], | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "eth/63 handshake", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/eth/63/0x00.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "B", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/64 handshake", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/eth/64/0x00.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "M", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/65 handshake", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/eth/65/0x00.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "Y", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/63 new block hash", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/eth/63/0x01.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/64 new block hash", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/eth/64/0x01.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "N", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/65 new block hash", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/eth/65/0x01.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "Z", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/63 transaction broadcast", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/eth/63/0x02.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "C", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/64 transaction broadcast", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/eth/64/0x02.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "O", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/65 transaction broadcast", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/eth/65/0x02.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/63 block header request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/eth/63/0x03.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "D", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/64 block header request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/eth/64/0x03.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "P", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/65 block header request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/eth/65/0x03.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/63 block header response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/eth/63/0x04.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "E", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/64 block header response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/eth/64/0x04.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "Q", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/65 block header response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/eth/65/0x04.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/63 block body request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/eth/63/0x05.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "F", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/64 block body request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/eth/64/0x05.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "R", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/65 block body request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/eth/65/0x05.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/63 block body response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/eth/63/0x06.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "G", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/64 block body response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/eth/64/0x06.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "S", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/65 block body response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/eth/65/0x06.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/63 block propagation", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/eth/63/0x07.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "H", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/64 block propagation", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/eth/64/0x07.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "T", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/65 block propagation", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/eth/65/0x07.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/65 transaction announcement", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/eth/65/0x08.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/65 transaction requests", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/eth/65/0x09.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/65 transaction response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/eth/65/0x0a.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/63 state request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/eth/63/0x0d.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "I", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/64 state request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/eth/64/0x0d.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "U", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/65 state request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/eth/65/0x0d.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/63 state response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/eth/63/0x0e.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "J", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/64 state response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/eth/64/0x0e.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "V", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/65 state response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/eth/65/0x0e.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/63 receipt request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/eth/63/0x0f.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "K", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/64 receipt request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/eth/64/0x0f.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "W", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/65 receipt request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/eth/65/0x0f.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/63 receipt response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/eth/63/0x10.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "L", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/64 receipt response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/eth/64/0x10.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "X", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "eth/65 receipt response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/eth/65/0x10.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "ETH egress", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "format": "Bps", | |
| "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": 7, | |
| "w": 12, | |
| "x": 0, | |
| "y": 29 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 189, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": true, | |
| "current": true, | |
| "max": false, | |
| "min": false, | |
| "rightSide": true, | |
| "show": true, | |
| "sort": null, | |
| "sortDesc": null, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [], | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "snap/1 account request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/snap/1/0x00.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "B", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "snap/1 account response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/snap/1/0x01.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "snap/1 storage request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/snap/1/0x02.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "C", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "snap/1 storage response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/snap/1/0x03.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "D", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "snap/1 code request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/snap/1/0x04.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "E", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "snap/1 code response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/snap/1/0x05.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "F", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "snap/1 trie request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/snap/1/0x06.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "G", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "snap/1 trie response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/snap/1/0x07.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "H", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "SNAP ingress", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "format": "Bps", | |
| "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": 7, | |
| "w": 12, | |
| "x": 12, | |
| "y": 29 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 190, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": true, | |
| "current": true, | |
| "max": false, | |
| "min": false, | |
| "rightSide": true, | |
| "show": true, | |
| "sort": null, | |
| "sortDesc": null, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [], | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "snap/1 account request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/snap/1/0x00.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "B", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "snap/1 account response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/snap/1/0x01.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "snap/1 storage request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/snap/1/0x02.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "C", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "snap/1 storage response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/snap/1/0x03.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "D", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "snap/1 code request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/snap/1/0x04.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "E", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "snap/1 code response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/snap/1/0x05.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "F", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "snap/1 trie request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/snap/1/0x06.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "G", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "snap/1 trie response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/snap/1/0x07.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "H", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "SNAP egress", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "format": "Bps", | |
| "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": 13, | |
| "w": 12, | |
| "x": 0, | |
| "y": 36 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 122, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": true, | |
| "current": true, | |
| "max": false, | |
| "min": false, | |
| "rightSide": true, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [], | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "les/2 handshake", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/2/0x00.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 handshake", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/3/0x00.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "B", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 head announce", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/2/0x01.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "C", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 head announce", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/3/0x01.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "D", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 header request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/2/0x02.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "E", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 header request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/3/0x02.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "F", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 header response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/2/0x03.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "G", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 header response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/3/0x03.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "H", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 body request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/2/0x04.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "I", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 body request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/3/0x04.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "J", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 body response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/2/0x05.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "K", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 body response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/3/0x05.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "L", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 receipt request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/2/0x06.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "M", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 receipt request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/3/0x06.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "N", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 receipt response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/2/0x07.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "O", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 receipt response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/3/0x07.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "P", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 proof v1 request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/2/0x08.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "Q", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 proof v1 request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/3/0x08.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "R", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 proof v1 response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/2/0x09.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "S", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 proof v1 response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/3/0x09.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "T", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 code request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/2/0x0a.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "U", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 code request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/3/0x0a.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "V", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 code response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/2/0x0b.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "W", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 code response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/3/0x0b.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "X", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 header proof request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/2/0x0d.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "Y", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 header proof request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/3/0x0d.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "Z", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 header proof response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/2/0x0e.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 header proof response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/3/0x0e.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 transaction propagation v1", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/2/0x0c.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 transaction propagation v1", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/3/0x0c.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 proof v2 request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/2/0x0f.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 proof v2 request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/3/0x0f.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 proof v2 response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/2/0x10.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 proof v2 response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/3/0x10.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 helper proof request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/2/0x11.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 helper proof request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/3/0x11.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 helper proof response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/2/0x12.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 helper proof response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/3/0x12.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 transaction propagation v2", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/2/0x13.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 transaction propagation v2", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/3/0x13.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 transaction status request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/2/0x14.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 transaction status request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/3/0x14.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 transaction status response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/2/0x15.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 transaction status response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/3/0x15.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 suspend", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/2/0x16.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 suspend", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/3/0x16.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 resume", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/2/0x17.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 resume", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/ingress/les/3/0x17.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "LES ingress", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "format": "Bps", | |
| "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": 13, | |
| "w": 12, | |
| "x": 12, | |
| "y": 36 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 123, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": true, | |
| "current": true, | |
| "max": false, | |
| "min": false, | |
| "rightSide": true, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [], | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "les/2 handshake", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/2/0x00.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 handshake", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/3/0x00.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "B", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 head announce", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/2/0x01.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "C", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 head announce", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/3/0x01.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "D", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 header request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/2/0x02.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "E", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 header request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/3/0x02.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "F", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 header response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/2/0x03.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "G", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 header response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/3/0x03.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "H", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 body request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/2/0x04.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "I", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 body request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/3/0x04.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "J", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 body response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/2/0x05.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "K", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 body response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/3/0x05.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "L", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 receipt request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/2/0x06.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "M", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 receipt request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/3/0x06.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "N", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 receipt response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/2/0x07.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "O", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 receipt response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/3/0x07.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "P", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 proof v1 request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/2/0x08.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "Q", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 proof v1 request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/3/0x08.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "R", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 proof v1 response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/2/0x09.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "S", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 proof v1 response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/3/0x09.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "T", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 code request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/2/0x0a.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "U", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 code request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/3/0x0a.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "V", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 code response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/2/0x0b.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "W", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 code response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/3/0x0b.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "X", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 header proof request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/2/0x0d.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "Y", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 header proof request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/3/0x0d.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "Z", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 header proof response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/2/0x0e.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 header proof response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/3/0x0e.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 transaction propagation v1", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/2/0x0c.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 transaction propagation v1", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/3/0x0c.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 proof v2 request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/2/0x0f.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 proof v2 request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/3/0x0f.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 proof v2 response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/2/0x10.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 proof v2 response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/3/0x10.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 helper proof request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/2/0x11.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 helper proof request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/3/0x11.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 helper proof response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/2/0x12.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 helper proof response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/3/0x12.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 transaction propagation v2", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/2/0x13.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 transaction propagation v2", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/3/0x13.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 transaction status request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/2/0x14.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 transaction status request", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/3/0x14.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 transaction status response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/2/0x15.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 transaction status response", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/3/0x15.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 suspend", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/2/0x16.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 suspend", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/3/0x16.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/2 resume", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/2/0x17.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "les/3 resume", | |
| "expr": "rate(p2p_ingress[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ingress", | |
| "measurement": "geth.p2p/egress/les/3/0x17.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "LES egress", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "format": "Bps", | |
| "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 | |
| } | |
| }, | |
| { | |
| "collapsed": false, | |
| "datasource": null, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 49 | |
| }, | |
| "id": 4, | |
| "panels": [], | |
| "title": "Blockchain", | |
| "type": "row" | |
| }, | |
| { | |
| "cacheTimeout": null, | |
| "colorBackground": false, | |
| "colorValue": false, | |
| "colors": [ | |
| "#299c46", | |
| "rgba(237, 129, 40, 0.89)", | |
| "#d44a3a" | |
| ], | |
| "datasource": null, | |
| "format": "none", | |
| "gauge": { | |
| "maxValue": 100, | |
| "minValue": 0, | |
| "show": false, | |
| "thresholdLabels": false, | |
| "thresholdMarkers": true | |
| }, | |
| "gridPos": { | |
| "h": 2, | |
| "w": 3, | |
| "x": 0, | |
| "y": 50 | |
| }, | |
| "id": 108, | |
| "interval": null, | |
| "links": [], | |
| "mappingType": 1, | |
| "mappingTypes": [ | |
| { | |
| "name": "value to text", | |
| "value": 1 | |
| }, | |
| { | |
| "name": "range to text", | |
| "value": 2 | |
| } | |
| ], | |
| "maxDataPoints": 100, | |
| "nullPointMode": "connected", | |
| "nullText": null, | |
| "options": {}, | |
| "postfix": "", | |
| "postfixFontSize": "50%", | |
| "prefix": "", | |
| "prefixFontSize": "50%", | |
| "rangeMaps": [ | |
| { | |
| "from": "null", | |
| "text": "N/A", | |
| "to": "null" | |
| } | |
| ], | |
| "sparkline": { | |
| "fillColor": "rgba(31, 118, 189, 0.18)", | |
| "full": false, | |
| "lineColor": "rgb(31, 120, 193)", | |
| "show": false | |
| }, | |
| "tableColumn": "", | |
| "targets": [ | |
| { | |
| "expr": "chain_head_header", | |
| "format": "time_series", | |
| "groupBy": [], | |
| "intervalFactor": 1, | |
| "measurement": "geth.chain/head/header.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": "", | |
| "timeFrom": null, | |
| "timeShift": null, | |
| "title": "Latest header", | |
| "type": "singlestat", | |
| "valueFontSize": "80%", | |
| "valueMaps": [ | |
| { | |
| "op": "=", | |
| "text": "N/A", | |
| "value": "null" | |
| } | |
| ], | |
| "valueName": "current" | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "cacheTimeout": null, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "fillGradient": 0, | |
| "gridPos": { | |
| "h": 6, | |
| "w": 9, | |
| "x": 3, | |
| "y": 50 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 110, | |
| "legend": { | |
| "avg": false, | |
| "current": false, | |
| "max": false, | |
| "min": false, | |
| "show": true, | |
| "total": false, | |
| "values": false | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [], | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 2, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "header", | |
| "expr": "chain_head_header", | |
| "format": "time_series", | |
| "groupBy": [], | |
| "intervalFactor": 1, | |
| "legendFormat": "header", | |
| "measurement": "geth.chain/head/header.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "receipt", | |
| "expr": "chain_head_receipt", | |
| "format": "time_series", | |
| "groupBy": [], | |
| "intervalFactor": 1, | |
| "legendFormat": "receipt", | |
| "measurement": "geth.chain/head/receipt.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "B", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "block", | |
| "expr": "chain_head_block", | |
| "format": "time_series", | |
| "groupBy": [], | |
| "intervalFactor": 1, | |
| "legendFormat": "block", | |
| "measurement": "geth.chain/head/block.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "C", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [ | |
| { | |
| "colorMode": "ok", | |
| "fill": false, | |
| "line": true, | |
| "op": "gt", | |
| "value": 1150000, | |
| "yaxis": "left" | |
| }, | |
| { | |
| "colorMode": "critical", | |
| "fill": false, | |
| "line": true, | |
| "op": "gt", | |
| "value": 1735280, | |
| "yaxis": "left" | |
| }, | |
| { | |
| "colorMode": "ok", | |
| "fill": false, | |
| "line": true, | |
| "op": "gt", | |
| "value": 1920000, | |
| "yaxis": "left" | |
| }, | |
| { | |
| "colorMode": "critical", | |
| "fill": false, | |
| "line": true, | |
| "op": "gt", | |
| "value": 2283415, | |
| "yaxis": "left" | |
| }, | |
| { | |
| "colorMode": "warning", | |
| "fill": false, | |
| "line": true, | |
| "op": "gt", | |
| "value": 2463000, | |
| "yaxis": "left" | |
| }, | |
| { | |
| "colorMode": "warning", | |
| "fill": false, | |
| "line": true, | |
| "op": "gt", | |
| "value": 2675000, | |
| "yaxis": "left" | |
| }, | |
| { | |
| "colorMode": "ok", | |
| "fill": false, | |
| "line": true, | |
| "op": "gt", | |
| "value": 4370000, | |
| "yaxis": "left" | |
| }, | |
| { | |
| "colorMode": "ok", | |
| "fill": false, | |
| "line": true, | |
| "op": "gt", | |
| "value": 7280000, | |
| "yaxis": "left" | |
| } | |
| ], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Chain head", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "format": "none", | |
| "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 | |
| } | |
| }, | |
| { | |
| "cacheTimeout": null, | |
| "colorBackground": false, | |
| "colorValue": false, | |
| "colors": [ | |
| "#299c46", | |
| "rgba(237, 129, 40, 0.89)", | |
| "#d44a3a" | |
| ], | |
| "datasource": null, | |
| "format": "none", | |
| "gauge": { | |
| "maxValue": 100, | |
| "minValue": 0, | |
| "show": false, | |
| "thresholdLabels": false, | |
| "thresholdMarkers": true | |
| }, | |
| "gridPos": { | |
| "h": 2, | |
| "w": 4, | |
| "x": 12, | |
| "y": 50 | |
| }, | |
| "id": 183, | |
| "interval": null, | |
| "links": [], | |
| "mappingType": 1, | |
| "mappingTypes": [ | |
| { | |
| "name": "value to text", | |
| "value": 1 | |
| }, | |
| { | |
| "name": "range to text", | |
| "value": 2 | |
| } | |
| ], | |
| "maxDataPoints": 100, | |
| "nullPointMode": "connected", | |
| "nullText": null, | |
| "options": {}, | |
| "postfix": "", | |
| "postfixFontSize": "50%", | |
| "prefix": "", | |
| "prefixFontSize": "50%", | |
| "rangeMaps": [ | |
| { | |
| "from": "null", | |
| "text": "N/A", | |
| "to": "null" | |
| } | |
| ], | |
| "sparkline": { | |
| "fillColor": "rgba(31, 118, 189, 0.18)", | |
| "full": false, | |
| "lineColor": "rgb(31, 120, 193)", | |
| "show": false | |
| }, | |
| "tableColumn": "", | |
| "targets": [ | |
| { | |
| "expr": "txpool_local", | |
| "format": "time_series", | |
| "groupBy": [], | |
| "intervalFactor": 1, | |
| "measurement": "geth.txpool/slots.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": "", | |
| "timeFrom": null, | |
| "timeShift": null, | |
| "title": "Transaction slots used", | |
| "type": "singlestat", | |
| "valueFontSize": "80%", | |
| "valueMaps": [ | |
| { | |
| "op": "=", | |
| "text": "N/A", | |
| "value": "null" | |
| } | |
| ], | |
| "valueName": "current" | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "cacheTimeout": null, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "fillGradient": 0, | |
| "gridPos": { | |
| "h": 6, | |
| "w": 8, | |
| "x": 16, | |
| "y": 50 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 116, | |
| "legend": { | |
| "avg": false, | |
| "current": false, | |
| "max": false, | |
| "min": false, | |
| "show": true, | |
| "total": false, | |
| "values": false | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [], | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 2, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "slots", | |
| "expr": "txpool_pending", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "executable", | |
| "measurement": "geth.txpool/slots.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "D", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "executable", | |
| "expr": "txpool_pending", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "executable", | |
| "measurement": "geth.txpool/pending.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "gapped", | |
| "expr": "txpool_queued", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "gapped", | |
| "measurement": "geth.txpool/queued.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "B", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "local", | |
| "expr": "txpool_local", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "local", | |
| "measurement": "geth.txpool/local.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "C", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Transaction pool", | |
| "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 | |
| } | |
| }, | |
| { | |
| "cacheTimeout": null, | |
| "colorBackground": false, | |
| "colorValue": false, | |
| "colors": [ | |
| "#299c46", | |
| "rgba(237, 129, 40, 0.89)", | |
| "#d44a3a" | |
| ], | |
| "datasource": null, | |
| "format": "none", | |
| "gauge": { | |
| "maxValue": 100, | |
| "minValue": 0, | |
| "show": false, | |
| "thresholdLabels": false, | |
| "thresholdMarkers": true | |
| }, | |
| "gridPos": { | |
| "h": 2, | |
| "w": 3, | |
| "x": 0, | |
| "y": 52 | |
| }, | |
| "id": 111, | |
| "interval": null, | |
| "links": [], | |
| "mappingType": 1, | |
| "mappingTypes": [ | |
| { | |
| "name": "value to text", | |
| "value": 1 | |
| }, | |
| { | |
| "name": "range to text", | |
| "value": 2 | |
| } | |
| ], | |
| "maxDataPoints": 100, | |
| "nullPointMode": "connected", | |
| "nullText": null, | |
| "options": {}, | |
| "postfix": "", | |
| "postfixFontSize": "50%", | |
| "prefix": "", | |
| "prefixFontSize": "50%", | |
| "rangeMaps": [ | |
| { | |
| "from": "null", | |
| "text": "N/A", | |
| "to": "null" | |
| } | |
| ], | |
| "sparkline": { | |
| "fillColor": "rgba(31, 118, 189, 0.18)", | |
| "full": false, | |
| "lineColor": "rgb(31, 120, 193)", | |
| "show": false | |
| }, | |
| "tableColumn": "", | |
| "targets": [ | |
| { | |
| "expr": "chain_head_receipt", | |
| "format": "time_series", | |
| "groupBy": [], | |
| "intervalFactor": 1, | |
| "measurement": "geth.chain/head/receipt.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": "", | |
| "timeFrom": null, | |
| "timeShift": null, | |
| "title": "Latest receipt", | |
| "type": "singlestat", | |
| "valueFontSize": "80%", | |
| "valueMaps": [ | |
| { | |
| "op": "=", | |
| "text": "N/A", | |
| "value": "null" | |
| } | |
| ], | |
| "valueName": "current" | |
| }, | |
| { | |
| "cacheTimeout": null, | |
| "colorBackground": false, | |
| "colorValue": false, | |
| "colors": [ | |
| "#299c46", | |
| "rgba(237, 129, 40, 0.89)", | |
| "#d44a3a" | |
| ], | |
| "datasource": null, | |
| "format": "none", | |
| "gauge": { | |
| "maxValue": 100, | |
| "minValue": 0, | |
| "show": false, | |
| "thresholdLabels": false, | |
| "thresholdMarkers": true | |
| }, | |
| "gridPos": { | |
| "h": 2, | |
| "w": 4, | |
| "x": 12, | |
| "y": 52 | |
| }, | |
| "id": 113, | |
| "interval": null, | |
| "links": [], | |
| "mappingType": 1, | |
| "mappingTypes": [ | |
| { | |
| "name": "value to text", | |
| "value": 1 | |
| }, | |
| { | |
| "name": "range to text", | |
| "value": 2 | |
| } | |
| ], | |
| "maxDataPoints": 100, | |
| "nullPointMode": "connected", | |
| "nullText": null, | |
| "options": {}, | |
| "postfix": "", | |
| "postfixFontSize": "50%", | |
| "prefix": "", | |
| "prefixFontSize": "50%", | |
| "rangeMaps": [ | |
| { | |
| "from": "null", | |
| "text": "N/A", | |
| "to": "null" | |
| } | |
| ], | |
| "sparkline": { | |
| "fillColor": "rgba(31, 118, 189, 0.18)", | |
| "full": false, | |
| "lineColor": "rgb(31, 120, 193)", | |
| "show": false | |
| }, | |
| "tableColumn": "", | |
| "targets": [ | |
| { | |
| "expr": "txpool_pending", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$__interval" | |
| ], | |
| "type": "time" | |
| }, | |
| { | |
| "params": [ | |
| "null" | |
| ], | |
| "type": "fill" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "measurement": "geth.txpool/pending.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": "", | |
| "timeFrom": null, | |
| "timeShift": null, | |
| "title": "Executable transactions", | |
| "type": "singlestat", | |
| "valueFontSize": "80%", | |
| "valueMaps": [ | |
| { | |
| "op": "=", | |
| "text": "N/A", | |
| "value": "null" | |
| } | |
| ], | |
| "valueName": "current" | |
| }, | |
| { | |
| "cacheTimeout": null, | |
| "colorBackground": false, | |
| "colorValue": false, | |
| "colors": [ | |
| "#299c46", | |
| "rgba(237, 129, 40, 0.89)", | |
| "#d44a3a" | |
| ], | |
| "datasource": null, | |
| "format": "none", | |
| "gauge": { | |
| "maxValue": 100, | |
| "minValue": 0, | |
| "show": false, | |
| "thresholdLabels": false, | |
| "thresholdMarkers": true | |
| }, | |
| "gridPos": { | |
| "h": 2, | |
| "w": 3, | |
| "x": 0, | |
| "y": 54 | |
| }, | |
| "id": 109, | |
| "interval": null, | |
| "links": [], | |
| "mappingType": 1, | |
| "mappingTypes": [ | |
| { | |
| "name": "value to text", | |
| "value": 1 | |
| }, | |
| { | |
| "name": "range to text", | |
| "value": 2 | |
| } | |
| ], | |
| "maxDataPoints": 100, | |
| "nullPointMode": "connected", | |
| "nullText": null, | |
| "options": {}, | |
| "postfix": "", | |
| "postfixFontSize": "50%", | |
| "prefix": "", | |
| "prefixFontSize": "50%", | |
| "rangeMaps": [ | |
| { | |
| "from": "null", | |
| "text": "N/A", | |
| "to": "null" | |
| } | |
| ], | |
| "sparkline": { | |
| "fillColor": "rgba(31, 118, 189, 0.18)", | |
| "full": false, | |
| "lineColor": "rgb(31, 120, 193)", | |
| "show": false | |
| }, | |
| "tableColumn": "", | |
| "targets": [ | |
| { | |
| "expr": "chain_head_block", | |
| "format": "time_series", | |
| "groupBy": [], | |
| "intervalFactor": 1, | |
| "measurement": "geth.chain/head/block.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": "", | |
| "timeFrom": null, | |
| "timeShift": null, | |
| "title": "Latest block", | |
| "type": "singlestat", | |
| "valueFontSize": "80%", | |
| "valueMaps": [ | |
| { | |
| "op": "=", | |
| "text": "N/A", | |
| "value": "null" | |
| } | |
| ], | |
| "valueName": "current" | |
| }, | |
| { | |
| "cacheTimeout": null, | |
| "colorBackground": false, | |
| "colorValue": false, | |
| "colors": [ | |
| "#299c46", | |
| "rgba(237, 129, 40, 0.89)", | |
| "#d44a3a" | |
| ], | |
| "datasource": null, | |
| "format": "none", | |
| "gauge": { | |
| "maxValue": 100, | |
| "minValue": 0, | |
| "show": false, | |
| "thresholdLabels": false, | |
| "thresholdMarkers": true | |
| }, | |
| "gridPos": { | |
| "h": 2, | |
| "w": 2, | |
| "x": 12, | |
| "y": 54 | |
| }, | |
| "id": 114, | |
| "interval": null, | |
| "links": [], | |
| "mappingType": 1, | |
| "mappingTypes": [ | |
| { | |
| "name": "value to text", | |
| "value": 1 | |
| }, | |
| { | |
| "name": "range to text", | |
| "value": 2 | |
| } | |
| ], | |
| "maxDataPoints": 100, | |
| "nullPointMode": "connected", | |
| "nullText": null, | |
| "options": {}, | |
| "postfix": "", | |
| "postfixFontSize": "50%", | |
| "prefix": "", | |
| "prefixFontSize": "50%", | |
| "rangeMaps": [ | |
| { | |
| "from": "null", | |
| "text": "N/A", | |
| "to": "null" | |
| } | |
| ], | |
| "sparkline": { | |
| "fillColor": "rgba(31, 118, 189, 0.18)", | |
| "full": false, | |
| "lineColor": "rgb(31, 120, 193)", | |
| "show": false | |
| }, | |
| "tableColumn": "", | |
| "targets": [ | |
| { | |
| "expr": "txpool_queued", | |
| "format": "time_series", | |
| "groupBy": [], | |
| "intervalFactor": 1, | |
| "measurement": "geth.txpool/queued.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": "", | |
| "timeFrom": null, | |
| "timeShift": null, | |
| "title": "Gapped", | |
| "type": "singlestat", | |
| "valueFontSize": "80%", | |
| "valueMaps": [ | |
| { | |
| "op": "=", | |
| "text": "N/A", | |
| "value": "null" | |
| } | |
| ], | |
| "valueName": "current" | |
| }, | |
| { | |
| "cacheTimeout": null, | |
| "colorBackground": false, | |
| "colorValue": false, | |
| "colors": [ | |
| "#299c46", | |
| "rgba(237, 129, 40, 0.89)", | |
| "#d44a3a" | |
| ], | |
| "datasource": null, | |
| "format": "none", | |
| "gauge": { | |
| "maxValue": 100, | |
| "minValue": 0, | |
| "show": false, | |
| "thresholdLabels": false, | |
| "thresholdMarkers": true | |
| }, | |
| "gridPos": { | |
| "h": 2, | |
| "w": 2, | |
| "x": 14, | |
| "y": 54 | |
| }, | |
| "id": 115, | |
| "interval": null, | |
| "links": [], | |
| "mappingType": 1, | |
| "mappingTypes": [ | |
| { | |
| "name": "value to text", | |
| "value": 1 | |
| }, | |
| { | |
| "name": "range to text", | |
| "value": 2 | |
| } | |
| ], | |
| "maxDataPoints": 100, | |
| "nullPointMode": "connected", | |
| "nullText": null, | |
| "options": {}, | |
| "postfix": "", | |
| "postfixFontSize": "50%", | |
| "prefix": "", | |
| "prefixFontSize": "50%", | |
| "rangeMaps": [ | |
| { | |
| "from": "null", | |
| "text": "N/A", | |
| "to": "null" | |
| } | |
| ], | |
| "sparkline": { | |
| "fillColor": "rgba(31, 118, 189, 0.18)", | |
| "full": false, | |
| "lineColor": "rgb(31, 120, 193)", | |
| "show": false | |
| }, | |
| "tableColumn": "", | |
| "targets": [ | |
| { | |
| "expr": "txpool_local", | |
| "format": "time_series", | |
| "groupBy": [], | |
| "intervalFactor": 1, | |
| "measurement": "geth.txpool/local.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": "", | |
| "timeFrom": null, | |
| "timeShift": null, | |
| "title": "Locals", | |
| "type": "singlestat", | |
| "valueFontSize": "80%", | |
| "valueMaps": [ | |
| { | |
| "op": "=", | |
| "text": "N/A", | |
| "value": "null" | |
| } | |
| ], | |
| "valueName": "current" | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "cacheTimeout": null, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "fillGradient": 0, | |
| "gridPos": { | |
| "h": 10, | |
| "w": 12, | |
| "x": 0, | |
| "y": 56 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 112, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": true, | |
| "current": true, | |
| "max": true, | |
| "min": false, | |
| "rightSide": true, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [], | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 2, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": true, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "execution (p=$percentile)", | |
| "expr": "chain_execution{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "execution (q=$quantile)", | |
| "measurement": "geth.chain/execution.timer", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "p$percentile" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "validation (p=$percentile)", | |
| "expr": "chain_validation{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "hide": false, | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "validation (q=$quantile)", | |
| "measurement": "geth.chain/validation.timer", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "B", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "p$percentile" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "commit (p=$percentile)", | |
| "expr": "chain_write{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "hide": false, | |
| "intervalFactor": 1, | |
| "legendFormat": "commit (q=$quantile)", | |
| "measurement": "geth.chain/write.timer", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "C", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "p$percentile" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "account read (p=$percentile)", | |
| "expr": "chain_account_reads{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "account read (q=$quantile)", | |
| "measurement": "geth.chain/account/reads.timer", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "D", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "p$percentile" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "account update (p=$percentile)", | |
| "expr": "chain_account_updates{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "account update (q=$quantile)", | |
| "measurement": "geth.chain/account/updates.timer", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "E", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "p$percentile" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "account hash (p=$percentile)", | |
| "expr": "chain_account_hashes{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "account hashe (q=$quantile)", | |
| "measurement": "geth.chain/account/hashes.timer", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "F", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "p$percentile" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "account commit (p=$percentile)", | |
| "expr": "chain_account_commits{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "account commit (q=$quantile)", | |
| "measurement": "geth.chain/account/commits.timer", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "G", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "p$percentile" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "storage read (p=$percentile)", | |
| "expr": "chain_storage_reads{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "storage read (q=$quantile)", | |
| "measurement": "geth.chain/storage/reads.timer", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "H", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "p$percentile" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "storage update (p=$percentile)", | |
| "expr": "chain_storage_updates{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "storage update (q=$quantile)", | |
| "measurement": "geth.chain/storage/updates.timer", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "I", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "p$percentile" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "storage hash (p=$percentile)", | |
| "expr": "chain_storage_hashes{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "storage hashe (q=$quantile)", | |
| "measurement": "geth.chain/storage/hashes.timer", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "J", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "p$percentile" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "storage commit (p=$percentile)", | |
| "expr": "chain_storage_commits{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "storage commit (q=$quantile)", | |
| "measurement": "geth.chain/storage/commits.timer", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "K", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "p$percentile" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "snapshot account read (p=$percentile)", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$__interval" | |
| ], | |
| "type": "time" | |
| }, | |
| { | |
| "params": [ | |
| "null" | |
| ], | |
| "type": "fill" | |
| } | |
| ], | |
| "measurement": "geth.chain/snapshot/account/reads.timer", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "L", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "p$percentile" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "snapshot storage read (p=$percentile)", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$__interval" | |
| ], | |
| "type": "time" | |
| }, | |
| { | |
| "params": [ | |
| "null" | |
| ], | |
| "type": "fill" | |
| } | |
| ], | |
| "measurement": "geth.chain/snapshot/storage/reads.timer", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "M", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "p$percentile" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "snapshot commit (p=$percentile)", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$__interval" | |
| ], | |
| "type": "time" | |
| }, | |
| { | |
| "params": [ | |
| "null" | |
| ], | |
| "type": "fill" | |
| } | |
| ], | |
| "measurement": "geth.chain/snapshot/commits.timer", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "N", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "p$percentile" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Block processing", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "format": "ns", | |
| "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, | |
| "cacheTimeout": null, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "fillGradient": 0, | |
| "gridPos": { | |
| "h": 10, | |
| "w": 12, | |
| "x": 12, | |
| "y": 56 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 117, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": true, | |
| "current": true, | |
| "max": true, | |
| "min": false, | |
| "rightSide": true, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [], | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 2, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "known", | |
| "expr": "rate(txpool_valid[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "valid", | |
| "measurement": "geth.txpool/known.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "query": "SELECT \"m1\" FROM \"geth.txpool/valid.meter\" WHERE (\"host\" =~ /^$host$/) AND $timeFilter", | |
| "rawQuery": false, | |
| "refId": "L", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "valid", | |
| "expr": "rate(txpool_invalid[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "invalid", | |
| "measurement": "geth.txpool/valid.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "query": "SELECT \"m1\" FROM \"geth.txpool/valid.meter\" WHERE (\"host\" =~ /^$host$/) AND $timeFilter", | |
| "rawQuery": false, | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "invalid", | |
| "expr": "rate(txpool_underpriced[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "hide": false, | |
| "interval": "", | |
| "intervalFactor": 1, | |
| "legendFormat": "underpriced", | |
| "measurement": "geth.txpool/invalid.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "B", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "underpriced", | |
| "expr": "rate(txpool_pending_discard[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "hide": false, | |
| "intervalFactor": 1, | |
| "legendFormat": "executable discard", | |
| "measurement": "geth.txpool/underpriced.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "C", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "executable discard", | |
| "expr": "rate(txpool_pending_replace[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "executable replace", | |
| "measurement": "geth.txpool/pending/discard.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "D", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "executable replace", | |
| "expr": "rate(txpool_pending_ratelimit[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "executable ratelimit", | |
| "measurement": "geth.txpool/pending/replace.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "E", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "executable ratelimit", | |
| "expr": "rate(txpool_pending_nofunds[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "executable nofunds", | |
| "measurement": "geth.txpool/pending/ratelimit.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "F", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "executable nofunds", | |
| "expr": "rate(txpool_queued_discard[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "hide": false, | |
| "intervalFactor": 1, | |
| "legendFormat": "gapped discard", | |
| "measurement": "geth.txpool/pending/nofunds.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "G", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "gapped discard", | |
| "expr": "rate(txpool_queued_replace[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "hide": false, | |
| "intervalFactor": 1, | |
| "legendFormat": "gapped replace", | |
| "measurement": "geth.txpool/queued/discard.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "H", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "gapped replace", | |
| "expr": "rate(txpool_queued_ratelimit[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "hide": false, | |
| "intervalFactor": 1, | |
| "legendFormat": "gapped ratelimit", | |
| "measurement": "geth.txpool/queued/replace.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "I", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "gapped ratelimit", | |
| "expr": "rate(txpool_queued_nofunds[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "hide": false, | |
| "intervalFactor": 1, | |
| "legendFormat": "gapped nofunds", | |
| "measurement": "geth.txpool/queued/ratelimit.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "J", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "gapped nofunds", | |
| "expr": "rate(txpool_valid[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "valid", | |
| "measurement": "geth.txpool/queued/nofunds.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "query": "SELECT \"m1\" FROM \"geth.txpool/valid.meter\" WHERE (\"host\" =~ /^$host$/) AND $timeFilter", | |
| "rawQuery": false, | |
| "refId": "K", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Transaction processing", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "format": "none", | |
| "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, | |
| "cacheTimeout": null, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "fillGradient": 0, | |
| "gridPos": { | |
| "h": 12, | |
| "w": 12, | |
| "x": 0, | |
| "y": 66 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 184, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": true, | |
| "current": true, | |
| "max": true, | |
| "min": false, | |
| "rightSide": true, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [], | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 2, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "ingress announcements", | |
| "expr": "chain_execution{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "execution (q=$quantile)", | |
| "measurement": "geth.eth/fetcher/block/announces/in.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "known announcements", | |
| "expr": "chain_execution{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "execution (q=$quantile)", | |
| "measurement": "geth.eth/fetcher/block/announces/drop.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "B", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "malicious announcements", | |
| "expr": "chain_execution{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "execution (q=$quantile)", | |
| "measurement": "geth.eth/fetcher/block/announces/dos.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "C", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "ingress broadcasts", | |
| "expr": "chain_execution{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "execution (q=$quantile)", | |
| "measurement": "geth.eth/fetcher/block/broadcasts/in.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "D", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "known broadcasts", | |
| "expr": "chain_execution{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "execution (q=$quantile)", | |
| "measurement": "geth.eth/fetcher/block/broadcasts/drop.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "E", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "malicious broadcasts", | |
| "expr": "chain_execution{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "execution (q=$quantile)", | |
| "measurement": "geth.eth/fetcher/block/broadcasts/dos.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "F", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Block propagation", | |
| "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 | |
| } | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "cacheTimeout": null, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "fillGradient": 0, | |
| "gridPos": { | |
| "h": 12, | |
| "w": 12, | |
| "x": 12, | |
| "y": 66 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 186, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": true, | |
| "current": true, | |
| "max": true, | |
| "min": false, | |
| "rightSide": true, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [], | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 2, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "ingress announcements", | |
| "expr": "chain_execution{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "execution (q=$quantile)", | |
| "measurement": "geth.eth/fetcher/transaction/announces/in.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "known announcements", | |
| "expr": "chain_execution{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "execution (q=$quantile)", | |
| "measurement": "geth.eth/fetcher/transaction/announces/known.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "B", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "underpriced announcements", | |
| "expr": "chain_execution{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "execution (q=$quantile)", | |
| "measurement": "geth.eth/fetcher/transaction/announces/underpriced.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "C", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "malicious announcements", | |
| "expr": "chain_execution{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "execution (q=$quantile)", | |
| "measurement": "geth.eth/fetcher/transaction/announces/dos.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "D", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "ingress broadcasts", | |
| "expr": "chain_execution{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "execution (q=$quantile)", | |
| "measurement": "geth.eth/fetcher/transaction/broadcasts/in.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "E", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "known broadcasts", | |
| "expr": "chain_execution{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "execution (q=$quantile)", | |
| "measurement": "geth.eth/fetcher/transaction/broadcasts/known.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "I", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "underpriced broadcasts", | |
| "expr": "chain_execution{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "execution (q=$quantile)", | |
| "measurement": "geth.eth/fetcher/transaction/broadcasts/underpriced.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "F", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "otherreject broadcasts", | |
| "expr": "chain_execution{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "execution (q=$quantile)", | |
| "measurement": "geth.eth/fetcher/transaction/broadcasts/otherreject.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "G", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "egress requests", | |
| "expr": "chain_execution{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "execution (q=$quantile)", | |
| "measurement": "geth.eth/fetcher/transaction/request/out.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "M", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "finished requests", | |
| "expr": "chain_execution{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "execution (q=$quantile)", | |
| "measurement": "geth.eth/fetcher/transaction/request/done.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "N", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "failed requests", | |
| "expr": "chain_execution{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "execution (q=$quantile)", | |
| "measurement": "geth.eth/fetcher/transaction/request/fail.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "O", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "timed out requests", | |
| "expr": "chain_execution{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "execution (q=$quantile)", | |
| "measurement": "geth.eth/fetcher/transaction/request/timeout.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "P", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "ingress replies", | |
| "expr": "chain_execution{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "execution (q=$quantile)", | |
| "measurement": "geth.eth/fetcher/transaction/replies/in.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "H", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "known replies", | |
| "expr": "chain_execution{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "execution (q=$quantile)", | |
| "measurement": "geth.eth/fetcher/transaction/replies/known.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "J", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "underpriced replies", | |
| "expr": "chain_execution{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "execution (q=$quantile)", | |
| "measurement": "geth.eth/fetcher/transaction/replies/underpriced.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "K", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "otherreject replies", | |
| "expr": "chain_execution{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "execution (q=$quantile)", | |
| "measurement": "geth.eth/fetcher/transaction/replies/otherreject.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "L", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Transaction propagation", | |
| "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 | |
| } | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "cacheTimeout": null, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "fillGradient": 0, | |
| "gridPos": { | |
| "h": 6, | |
| "w": 12, | |
| "x": 0, | |
| "y": 78 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 185, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": true, | |
| "current": true, | |
| "max": true, | |
| "min": false, | |
| "rightSide": true, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [], | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 2, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "receive to announce", | |
| "expr": "chain_execution{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "execution (q=$quantile)", | |
| "measurement": "geth.eth/fetcher/block/announces/out.timer", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "p$percentile" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "receive to broadcast", | |
| "expr": "chain_execution{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "execution (q=$quantile)", | |
| "measurement": "geth.eth/fetcher/block/broadcasts/out.timer", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "B", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "p$percentile" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Block forwarding", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "format": "ns", | |
| "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, | |
| "cacheTimeout": null, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "fillGradient": 0, | |
| "gridPos": { | |
| "h": 6, | |
| "w": 6, | |
| "x": 12, | |
| "y": 78 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 187, | |
| "legend": { | |
| "alignAsTable": false, | |
| "avg": false, | |
| "current": false, | |
| "max": false, | |
| "min": false, | |
| "rightSide": false, | |
| "show": true, | |
| "total": false, | |
| "values": false | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [], | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 2, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "waiting", | |
| "expr": "chain_execution{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "execution (q=$quantile)", | |
| "measurement": "geth.eth/fetcher/transaction/waiting/peers.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "queueing", | |
| "expr": "chain_execution{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "execution (q=$quantile)", | |
| "measurement": "geth.eth/fetcher/transaction/queueing/peers.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "B", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "fetching", | |
| "expr": "chain_execution{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "execution (q=$quantile)", | |
| "measurement": "geth.eth/fetcher/transaction/fetching/peers.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "C", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Transaction fetcher peers", | |
| "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 | |
| } | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "cacheTimeout": null, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "fillGradient": 0, | |
| "gridPos": { | |
| "h": 6, | |
| "w": 6, | |
| "x": 18, | |
| "y": 78 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 188, | |
| "legend": { | |
| "alignAsTable": false, | |
| "avg": false, | |
| "current": false, | |
| "max": false, | |
| "min": false, | |
| "rightSide": false, | |
| "show": true, | |
| "total": false, | |
| "values": false | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [], | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 2, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "waiting", | |
| "expr": "chain_execution{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "execution (q=$quantile)", | |
| "measurement": "geth.eth/fetcher/transaction/waiting/hashes.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "queueing", | |
| "expr": "chain_execution{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "execution (q=$quantile)", | |
| "measurement": "geth.eth/fetcher/transaction/queueing/hashes.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "B", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "fetching", | |
| "expr": "chain_execution{quantile=\"$quantile\"}", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "execution (q=$quantile)", | |
| "measurement": "geth.eth/fetcher/transaction/fetching/hashes.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "C", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Transaction fetcher hashes", | |
| "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 | |
| } | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "cacheTimeout": null, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "fillGradient": 0, | |
| "gridPos": { | |
| "h": 6, | |
| "w": 9, | |
| "x": 6, | |
| "y": 84 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 181, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": false, | |
| "current": true, | |
| "max": false, | |
| "min": false, | |
| "rightSide": true, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [], | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 2, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "goroutine count", | |
| "expr": "txpool_pending", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$__interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "executable", | |
| "measurement": "geth.system/cpu/goroutines.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "distinct" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Goroutines", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "format": "none", | |
| "label": null, | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": true | |
| }, | |
| { | |
| "format": "none", | |
| "label": null, | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": true | |
| } | |
| ], | |
| "yaxis": { | |
| "align": false, | |
| "alignLevel": null | |
| } | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "cacheTimeout": null, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "fillGradient": 0, | |
| "gridPos": { | |
| "h": 6, | |
| "w": 9, | |
| "x": 15, | |
| "y": 84 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 182, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": false, | |
| "current": true, | |
| "max": false, | |
| "min": false, | |
| "rightSide": true, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [], | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 2, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "headers in", | |
| "expr": "txpool_pending", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "executable", | |
| "measurement": "geth.eth/fetcher/filter/headers/in.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "count" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "distinct" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "headers out", | |
| "expr": "txpool_queued", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "gapped", | |
| "measurement": "geth.eth/fetcher/filter/headers/in.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "B", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "count" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "distinct" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Eth fetcher filter headers", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "format": "none", | |
| "label": null, | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": true | |
| }, | |
| { | |
| "format": "none", | |
| "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": 6, | |
| "w": 9, | |
| "x": 0, | |
| "y": 90 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 124, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": true, | |
| "current": true, | |
| "max": false, | |
| "min": false, | |
| "rightSide": true, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [], | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "leveldb read", | |
| "expr": "rate(eth_db_chaindata_disk_read[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "leveldb read", | |
| "measurement": "geth.eth/db/chaindata/disk/read.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "B", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "leveldb write", | |
| "expr": "rate(eth_db_chaindata_disk_write[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "leveldb write", | |
| "measurement": "geth.eth/db/chaindata/disk/write.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "ancient read", | |
| "expr": "rate(eth_db_chaindata_ancient_read[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ancient read", | |
| "measurement": "geth.eth/db/chaindata/ancient/read.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "C", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "ancient write", | |
| "expr": "rate(eth_db_chaindata_ancient_write[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ancient write", | |
| "measurement": "geth.eth/db/chaindata/ancient/write.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "D", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "compaction read", | |
| "expr": "rate(eth_db_chaindata_ancient_write[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ancient write", | |
| "measurement": "geth.eth/db/chaindata/compact/input.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "E", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "compaction write", | |
| "expr": "rate(eth_db_chaindata_ancient_write[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ancient write", | |
| "measurement": "geth.eth/db/chaindata/compact/output.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "F", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Data rate", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "format": "Bps", | |
| "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, | |
| "cacheTimeout": null, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "fillGradient": 0, | |
| "gridPos": { | |
| "h": 6, | |
| "w": 9, | |
| "x": 15, | |
| "y": 90 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 180, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": false, | |
| "current": true, | |
| "max": false, | |
| "min": false, | |
| "rightSide": true, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [], | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 2, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "bodies in", | |
| "expr": "txpool_pending", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "executable", | |
| "measurement": "geth.eth/fetcher/filter/bodies/in.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "count" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "distinct" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "bodies out", | |
| "expr": "txpool_queued", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "gapped", | |
| "measurement": "geth.eth/fetcher/filter/bodies/out.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "B", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "count" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "distinct" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Eth fetcher filter bodies", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "format": "none", | |
| "label": null, | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": true | |
| }, | |
| { | |
| "format": "none", | |
| "label": null, | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": true | |
| } | |
| ], | |
| "yaxis": { | |
| "align": false, | |
| "alignLevel": null | |
| } | |
| }, | |
| { | |
| "collapsed": false, | |
| "datasource": null, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 96 | |
| }, | |
| "id": 17, | |
| "panels": [], | |
| "title": "Database", | |
| "type": "row" | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "fillGradient": 0, | |
| "gridPos": { | |
| "h": 7, | |
| "w": 6, | |
| "x": 0, | |
| "y": 97 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 175, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": true, | |
| "current": true, | |
| "max": true, | |
| "min": true, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [], | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "compaction time", | |
| "expr": "rate(eth_db_chaindata_disk_read[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "leveldb read", | |
| "measurement": "geth.eth/db/chaindata/compact/time.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "B", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Compaction time", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "format": "ns", | |
| "label": null, | |
| "logBase": 1, | |
| "max": null, | |
| "min": null, | |
| "show": true | |
| }, | |
| { | |
| "format": "ns", | |
| "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": 6, | |
| "w": 8, | |
| "x": 9, | |
| "y": 97 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 118, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": false, | |
| "current": true, | |
| "max": false, | |
| "min": false, | |
| "rightSide": true, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [], | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "leveldb read", | |
| "expr": "eth_db_chaindata_disk_read", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "leveldb read", | |
| "measurement": "geth.eth/db/chaindata/disk/read.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "B", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "count" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "leveldb write", | |
| "expr": "eth_db_chaindata_disk_write", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "leveldb write", | |
| "measurement": "geth.eth/db/chaindata/disk/write.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "count" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "ancient read", | |
| "expr": "eth_db_chaindata_ancient_read", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ancient read", | |
| "measurement": "geth.eth/db/chaindata/ancient/read.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "C", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "count" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "ancient write", | |
| "expr": "eth_db_chaindata_ancient_write", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ancient write", | |
| "measurement": "geth.eth/db/chaindata/ancient/write.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "D", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "count" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "compaction read", | |
| "expr": "eth_db_chaindata_ancient_write", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ancient write", | |
| "measurement": "geth.eth/db/chaindata/compact/input.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "E", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "count" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "compaction write", | |
| "expr": "eth_db_chaindata_ancient_write", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ancient write", | |
| "measurement": "geth.eth/db/chaindata/compact/output.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "F", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "count" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Session totals", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "format": "decbytes", | |
| "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": 6, | |
| "w": 7, | |
| "x": 17, | |
| "y": 97 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 119, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": false, | |
| "current": true, | |
| "max": false, | |
| "min": false, | |
| "rightSide": true, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [], | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "leveldb", | |
| "expr": "eth_db_chaindata_disk_size", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "leveldb", | |
| "measurement": "geth.eth/db/chaindata/disk/size.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "B", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "ancient", | |
| "expr": "eth_db_chaindata_ancient_size", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "ancient", | |
| "measurement": "geth.eth/db/chaindata/ancient/size.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Persistent size", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "format": "decbytes", | |
| "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": 7, | |
| "w": 6, | |
| "x": 6, | |
| "y": 103 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 177, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": true, | |
| "current": true, | |
| "max": true, | |
| "min": true, | |
| "rightSide": false, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [], | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "write delay", | |
| "expr": "rate(eth_db_chaindata_disk_read[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "leveldb read", | |
| "measurement": "geth.eth/db/chaindata/compact/writedelay/counter.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "B", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Compaction delay", | |
| "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 | |
| } | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "fillGradient": 0, | |
| "gridPos": { | |
| "h": 7, | |
| "w": 12, | |
| "x": 12, | |
| "y": 103 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 179, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": true, | |
| "current": true, | |
| "max": true, | |
| "min": true, | |
| "rightSide": true, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [], | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 5, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "Memory compaction", | |
| "expr": "rate(eth_db_chaindata_disk_read[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "leveldb read", | |
| "measurement": "geth.eth/db/chaindata/compact/memory.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "B", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "Level0 compaction", | |
| "expr": "rate(eth_db_chaindata_disk_read[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "leveldb read", | |
| "measurement": "geth.eth/db/chaindata/compact/level0.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "Non Level0 compaction", | |
| "expr": "rate(eth_db_chaindata_disk_read[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "leveldb read", | |
| "measurement": "geth.eth/db/chaindata/compact/nonlevel0.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "C", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "Seek compaction", | |
| "expr": "rate(eth_db_chaindata_disk_read[1m])", | |
| "format": "time_series", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "intervalFactor": 1, | |
| "legendFormat": "leveldb read", | |
| "measurement": "geth.eth/db/chaindata/compact/seek.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "D", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Compaction Count", | |
| "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 | |
| } | |
| }, | |
| { | |
| "collapsed": false, | |
| "datasource": null, | |
| "gridPos": { | |
| "h": 1, | |
| "w": 24, | |
| "x": 0, | |
| "y": 110 | |
| }, | |
| "id": 126, | |
| "panels": [], | |
| "title": "Light server", | |
| "type": "row" | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "cacheTimeout": null, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "description": "The number of light client connection\n", | |
| "fill": 1, | |
| "fillGradient": 0, | |
| "gridPos": { | |
| "h": 5, | |
| "w": 12, | |
| "x": 0, | |
| "y": 111 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 129, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": true, | |
| "current": true, | |
| "max": true, | |
| "min": true, | |
| "rightSide": false, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [], | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pluginVersion": "6.3.5", | |
| "pointradius": 2, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "connection number", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/connection/client.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Client connection number", | |
| "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 | |
| } | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "fillGradient": 0, | |
| "gridPos": { | |
| "h": 5, | |
| "w": 12, | |
| "x": 12, | |
| "y": 111 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 131, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": true, | |
| "current": true, | |
| "max": true, | |
| "min": true, | |
| "rightSide": false, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 2, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "duration(p$percentile)", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/connection/duration.timer", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "p$percentile" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Client connection duration", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "format": "ns", | |
| "label": null, | |
| "logBase": 1, | |
| "max": null, | |
| "min": "0", | |
| "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": 5, | |
| "w": 12, | |
| "x": 0, | |
| "y": 116 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 133, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": true, | |
| "current": true, | |
| "max": true, | |
| "min": true, | |
| "rightSide": true, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 2, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "Total capacity", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/server/totalCapacity.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "Connected capacity", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/server/totalConnected.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "B", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "System capacity", | |
| "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": "0", | |
| "show": true | |
| }, | |
| { | |
| "format": "short", | |
| "label": null, | |
| "logBase": 1, | |
| "max": null, | |
| "min": "0", | |
| "show": true | |
| } | |
| ], | |
| "yaxis": { | |
| "align": false, | |
| "alignLevel": null | |
| } | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "fillGradient": 0, | |
| "gridPos": { | |
| "h": 5, | |
| "w": 6, | |
| "x": 12, | |
| "y": 116 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 135, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": true, | |
| "current": true, | |
| "max": true, | |
| "min": true, | |
| "rightSide": false, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 2, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "Total recharge", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/server/totalRecharge.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Total recharge", | |
| "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 | |
| } | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "fillGradient": 0, | |
| "gridPos": { | |
| "h": 5, | |
| "w": 6, | |
| "x": 18, | |
| "y": 116 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 137, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": true, | |
| "current": true, | |
| "max": true, | |
| "min": true, | |
| "rightSide": false, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 2, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "Global factor", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/server/globalFactor.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Global factor", | |
| "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 | |
| } | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "fillGradient": 0, | |
| "gridPos": { | |
| "h": 5, | |
| "w": 12, | |
| "x": 0, | |
| "y": 121 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 139, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": true, | |
| "current": true, | |
| "max": true, | |
| "min": true, | |
| "rightSide": true, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 2, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "Recent served time", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/server/recentRequestServed.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "Recent estimated time", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/server/recentRequestEstimated.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "B", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Cost tracker", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "format": "ns", | |
| "label": null, | |
| "logBase": 1, | |
| "max": null, | |
| "min": "0", | |
| "show": true | |
| }, | |
| { | |
| "format": "ns", | |
| "label": null, | |
| "logBase": 1, | |
| "max": null, | |
| "min": "0", | |
| "show": true | |
| } | |
| ], | |
| "yaxis": { | |
| "align": false, | |
| "alignLevel": null | |
| } | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "fillGradient": 0, | |
| "gridPos": { | |
| "h": 5, | |
| "w": 12, | |
| "x": 12, | |
| "y": 121 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 141, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": true, | |
| "current": true, | |
| "max": true, | |
| "min": true, | |
| "rightSide": true, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 2, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "serving time", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/server/servingQueue/served.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "queued time", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/server/servingQueue/queued.gauge", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "B", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "value" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Serving queue", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "format": "ns", | |
| "label": null, | |
| "logBase": 1, | |
| "max": null, | |
| "min": "0", | |
| "show": true | |
| }, | |
| { | |
| "format": "ns", | |
| "label": null, | |
| "logBase": 1, | |
| "max": null, | |
| "min": "0", | |
| "show": true | |
| } | |
| ], | |
| "yaxis": { | |
| "align": false, | |
| "alignLevel": null | |
| } | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "fillGradient": 0, | |
| "gridPos": { | |
| "h": 6, | |
| "w": 24, | |
| "x": 0, | |
| "y": 126 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 143, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": true, | |
| "current": true, | |
| "max": true, | |
| "min": true, | |
| "rightSide": true, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 2, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "kicked rate", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/server/clientEvent/kicked.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "freezed rate", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/server/clientEvent/freeze.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "B", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "rejected rate", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/server/clientEvent/rejected.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "C", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "connected rate", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/server/clientEvent/connected.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "D", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "error rate", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/server/clientEvent/error.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "E", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "disconnected rate", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/server/clientEvent/disconnected.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "F", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Client events", | |
| "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": "0", | |
| "show": true | |
| }, | |
| { | |
| "format": "short", | |
| "label": null, | |
| "logBase": 1, | |
| "max": null, | |
| "min": "0", | |
| "show": true | |
| } | |
| ], | |
| "yaxis": { | |
| "align": false, | |
| "alignLevel": null | |
| } | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "cacheTimeout": null, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "fillGradient": 0, | |
| "gridPos": { | |
| "h": 7, | |
| "w": 6, | |
| "x": 0, | |
| "y": 132 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 145, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": true, | |
| "current": true, | |
| "max": true, | |
| "min": true, | |
| "rightSide": false, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [], | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 2, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "packet ingress", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/in/packets/total.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "P", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "In packet total", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "format": "pps", | |
| "label": null, | |
| "logBase": 1, | |
| "max": null, | |
| "min": "0", | |
| "show": true | |
| }, | |
| { | |
| "format": "pps", | |
| "label": null, | |
| "logBase": 1, | |
| "max": null, | |
| "min": "0", | |
| "show": true | |
| } | |
| ], | |
| "yaxis": { | |
| "align": false, | |
| "alignLevel": null | |
| } | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "fillGradient": 0, | |
| "gridPos": { | |
| "h": 14, | |
| "w": 9, | |
| "x": 6, | |
| "y": 132 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 147, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": true, | |
| "current": true, | |
| "max": true, | |
| "min": true, | |
| "rightSide": false, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 2, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "header packet ingress", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/in/packets/header.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "body packet ingress", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/in/traffic/body.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "C", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "code packet ingress", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/in/packets/code.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "E", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "receipt packet ingress", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/in/packets/receipt.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "G", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "trie proof packet ingress", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/in/packets/proof.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "I", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "helper trie packet ingress", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/in/packets/helperTrie.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "K", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "txs packet ingress", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/in/packets/txs.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "M", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "tx status packet ingress", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/in/packets/txStatus.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "O", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Request in packet", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "format": "pps", | |
| "label": null, | |
| "logBase": 1, | |
| "max": null, | |
| "min": "0", | |
| "show": true | |
| }, | |
| { | |
| "format": "pps", | |
| "label": null, | |
| "logBase": 1, | |
| "max": null, | |
| "min": "0", | |
| "show": true | |
| } | |
| ], | |
| "yaxis": { | |
| "align": false, | |
| "alignLevel": null | |
| } | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "fillGradient": 0, | |
| "gridPos": { | |
| "h": 14, | |
| "w": 9, | |
| "x": 15, | |
| "y": 132 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 149, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": true, | |
| "current": true, | |
| "max": true, | |
| "min": true, | |
| "rightSide": false, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 2, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "header packet egress", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/out/packets/header.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "body packet egress", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/out/packets/body.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "C", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "code packet egress", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/out/packets/code.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "E", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "receipt packet egress", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/out/packets/receipt.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "G", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "trie proof packet egress", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/out/packets/proof.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "I", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "helper trie packet egress", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/out/packets/helperTrie.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "K", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "txs packet egress", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/out/packets/txs.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "M", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "tx status packet egress", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/in/packets/txStatus.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "O", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Request out packet", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "format": "pps", | |
| "label": null, | |
| "logBase": 1, | |
| "max": null, | |
| "min": "0", | |
| "show": true | |
| }, | |
| { | |
| "format": "pps", | |
| "label": null, | |
| "logBase": 1, | |
| "max": null, | |
| "min": "0", | |
| "show": true | |
| } | |
| ], | |
| "yaxis": { | |
| "align": false, | |
| "alignLevel": null | |
| } | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "cacheTimeout": null, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "fillGradient": 0, | |
| "gridPos": { | |
| "h": 7, | |
| "w": 6, | |
| "x": 0, | |
| "y": 139 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 151, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": true, | |
| "current": true, | |
| "max": true, | |
| "min": true, | |
| "rightSide": false, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [], | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 2, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "packet egress", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/out/packets/total.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "P", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Out packet total", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "format": "pps", | |
| "label": null, | |
| "logBase": 1, | |
| "max": null, | |
| "min": "0", | |
| "show": true | |
| }, | |
| { | |
| "format": "pps", | |
| "label": null, | |
| "logBase": 1, | |
| "max": null, | |
| "min": "0", | |
| "show": true | |
| } | |
| ], | |
| "yaxis": { | |
| "align": false, | |
| "alignLevel": null | |
| } | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "cacheTimeout": null, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "fillGradient": 0, | |
| "gridPos": { | |
| "h": 7, | |
| "w": 6, | |
| "x": 0, | |
| "y": 146 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 153, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": true, | |
| "current": true, | |
| "max": true, | |
| "min": true, | |
| "rightSide": false, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [], | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 2, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "traffic ingress", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/in/traffic/total.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "P", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "In traffic total", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "format": "Bps", | |
| "label": null, | |
| "logBase": 1, | |
| "max": null, | |
| "min": "0", | |
| "show": true | |
| }, | |
| { | |
| "format": "Bps", | |
| "label": null, | |
| "logBase": 1, | |
| "max": null, | |
| "min": "0", | |
| "show": true | |
| } | |
| ], | |
| "yaxis": { | |
| "align": false, | |
| "alignLevel": null | |
| } | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "fillGradient": 0, | |
| "gridPos": { | |
| "h": 14, | |
| "w": 9, | |
| "x": 6, | |
| "y": 146 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 157, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": true, | |
| "current": true, | |
| "max": true, | |
| "min": true, | |
| "rightSide": false, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 2, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "header traffic ingress", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/in/traffic/header.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "body traffic ingress", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/in/traffic/body.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "C", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "code traffic ingress", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/in/traffic/code.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "E", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "receipt traffic ingress", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/in/traffic/receipt.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "G", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "trie proof traffic ingress", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/in/traffic/proof.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "I", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "helper trie traffic ingress", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/in/traffic/helperTrie.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "K", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "txs traffic ingress", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/in/traffic/txs.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "M", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "tx status traffic ingress", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/in/traffic/txStatus.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "O", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Request in traffic", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "format": "Bps", | |
| "label": null, | |
| "logBase": 1, | |
| "max": null, | |
| "min": "0", | |
| "show": true | |
| }, | |
| { | |
| "format": "Bps", | |
| "label": null, | |
| "logBase": 1, | |
| "max": null, | |
| "min": "0", | |
| "show": true | |
| } | |
| ], | |
| "yaxis": { | |
| "align": false, | |
| "alignLevel": null | |
| } | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "fillGradient": 0, | |
| "gridPos": { | |
| "h": 14, | |
| "w": 9, | |
| "x": 15, | |
| "y": 146 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 159, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": true, | |
| "current": true, | |
| "max": true, | |
| "min": true, | |
| "rightSide": false, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 2, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "header traffic egress", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/out/traffic/header.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "body traffic egress", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/out/traffic/body.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "C", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "code traffic egress", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/out/traffic/code.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "E", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "receipt traffic egress", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/out/traffic/receipt.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "G", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "trie proof traffic egress", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/out/traffic/proof.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "I", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "helper trie traffic egress", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/out/traffic/helperTrie.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "K", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "txs traffic egress", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/out/traffic/txs.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "M", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "tx status traffic egress", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/out/traffic/txStatus.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "O", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Request out traffic", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "format": "Bps", | |
| "label": null, | |
| "logBase": 1, | |
| "max": null, | |
| "min": "0", | |
| "show": true | |
| }, | |
| { | |
| "format": "Bps", | |
| "label": null, | |
| "logBase": 1, | |
| "max": null, | |
| "min": "0", | |
| "show": true | |
| } | |
| ], | |
| "yaxis": { | |
| "align": false, | |
| "alignLevel": null | |
| } | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "cacheTimeout": null, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "fillGradient": 0, | |
| "gridPos": { | |
| "h": 7, | |
| "w": 6, | |
| "x": 0, | |
| "y": 153 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 155, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": true, | |
| "current": true, | |
| "max": true, | |
| "min": true, | |
| "rightSide": false, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "links": [], | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 2, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "traffic egress", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/out/traffic/total.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "P", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Out traffic total", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "format": "Bps", | |
| "label": null, | |
| "logBase": 1, | |
| "max": null, | |
| "min": "0", | |
| "show": true | |
| }, | |
| { | |
| "format": "Bps", | |
| "label": null, | |
| "logBase": 1, | |
| "max": null, | |
| "min": "0", | |
| "show": true | |
| } | |
| ], | |
| "yaxis": { | |
| "align": false, | |
| "alignLevel": null | |
| } | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "fillGradient": 0, | |
| "gridPos": { | |
| "h": 7, | |
| "w": 24, | |
| "x": 0, | |
| "y": 160 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 161, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": true, | |
| "current": true, | |
| "max": true, | |
| "min": true, | |
| "rightSide": true, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 2, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "serve header(p=$percentile)", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/serve/header.timer", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "p$percentile" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "serve body(p=$percentile)", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/serve/body.timer", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "B", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "p$percentile" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "serve code(p=$percentile)", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/serve/code.timer", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "C", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "p$percentile" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "serve receipt(p=$percentile)", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/serve/receipt.timer", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "D", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "p$percentile" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "serve trie proof(p=$percentile)", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/serve/proof.timer", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "E", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "p$percentile" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "serve helper trie(p=$percentile)", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/serve/helperTrie.timer", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "F", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "p$percentile" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "serve txs(p=$percentile)", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/serve/txs.timer", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "G", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "p$percentile" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "serve tx status(p=$percentile)", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/misc/serve/txStatus.timer", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "H", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "p$percentile" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Individual request serving time", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "format": "ns", | |
| "label": null, | |
| "logBase": 1, | |
| "max": null, | |
| "min": "0", | |
| "show": true | |
| }, | |
| { | |
| "format": "ns", | |
| "label": null, | |
| "logBase": 1, | |
| "max": null, | |
| "min": "0", | |
| "show": true | |
| } | |
| ], | |
| "yaxis": { | |
| "align": false, | |
| "alignLevel": null | |
| } | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "fillGradient": 0, | |
| "gridPos": { | |
| "h": 7, | |
| "w": 6, | |
| "x": 0, | |
| "y": 167 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 163, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": true, | |
| "current": true, | |
| "max": true, | |
| "min": true, | |
| "rightSide": false, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 2, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "Relative cost(mean)", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/server/req/relative.histogram", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "C", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "mean" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "Relative cost(p=$percentile)", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/server/req/relative.histogram", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "p$percentile" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Relative cost", | |
| "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": "0", | |
| "show": true | |
| }, | |
| { | |
| "format": "short", | |
| "label": null, | |
| "logBase": 1, | |
| "max": null, | |
| "min": "0", | |
| "show": true | |
| } | |
| ], | |
| "yaxis": { | |
| "align": false, | |
| "alignLevel": null | |
| } | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "fillGradient": 0, | |
| "gridPos": { | |
| "h": 7, | |
| "w": 9, | |
| "x": 6, | |
| "y": 167 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 167, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": true, | |
| "current": true, | |
| "max": true, | |
| "min": true, | |
| "rightSide": false, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 2, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "Average serving time", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/server/req/avgServedTime.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "Average estimated time", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/server/req/avgEstimatedTime.meter", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "C", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "m1" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Request time", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "format": "ns", | |
| "label": null, | |
| "logBase": 1, | |
| "max": null, | |
| "min": "0", | |
| "show": true | |
| }, | |
| { | |
| "format": "ns", | |
| "label": null, | |
| "logBase": 1, | |
| "max": null, | |
| "min": "0", | |
| "show": true | |
| } | |
| ], | |
| "yaxis": { | |
| "align": false, | |
| "alignLevel": null | |
| } | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "fillGradient": 0, | |
| "gridPos": { | |
| "h": 7, | |
| "w": 9, | |
| "x": 15, | |
| "y": 167 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 171, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": true, | |
| "current": true, | |
| "max": true, | |
| "min": true, | |
| "rightSide": false, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 2, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "Served time(p=$percentile)", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/server/req/servedTime.timer", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "p$percentile" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "Estimated time(p=$percentile)", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/server/req/estimatedTime.timer", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "C", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "p$percentile" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "Served time(mean)", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/server/req/servedTime.timer", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "B", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "mean" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "Estimated time(mean)", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/server/req/estimatedTime.timer", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "D", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "mean" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Request time distribution", | |
| "tooltip": { | |
| "shared": true, | |
| "sort": 0, | |
| "value_type": "individual" | |
| }, | |
| "type": "graph", | |
| "xaxis": { | |
| "buckets": null, | |
| "mode": "time", | |
| "name": null, | |
| "show": true, | |
| "values": [] | |
| }, | |
| "yaxes": [ | |
| { | |
| "format": "ns", | |
| "label": null, | |
| "logBase": 1, | |
| "max": null, | |
| "min": "0", | |
| "show": true | |
| }, | |
| { | |
| "format": "ns", | |
| "label": null, | |
| "logBase": 1, | |
| "max": null, | |
| "min": "0", | |
| "show": true | |
| } | |
| ], | |
| "yaxis": { | |
| "align": false, | |
| "alignLevel": null | |
| } | |
| }, | |
| { | |
| "datasource": null, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 6, | |
| "x": 0, | |
| "y": 174 | |
| }, | |
| "id": 165, | |
| "options": { | |
| "displayMode": "lcd", | |
| "fieldOptions": { | |
| "calcs": [ | |
| "mean" | |
| ], | |
| "defaults": { | |
| "mappings": [], | |
| "max": 100, | |
| "min": 0, | |
| "thresholds": [ | |
| { | |
| "color": "green", | |
| "value": null | |
| }, | |
| { | |
| "color": "red", | |
| "value": 80 | |
| } | |
| ] | |
| }, | |
| "override": {}, | |
| "values": false | |
| }, | |
| "orientation": "horizontal" | |
| }, | |
| "pluginVersion": "6.5.1", | |
| "targets": [ | |
| { | |
| "alias": "Header count", | |
| "groupBy": [], | |
| "measurement": "geth.les/server/req/relative/header.histogram", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "count" | |
| ], | |
| "type": "field" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "body count", | |
| "groupBy": [], | |
| "measurement": "geth.les/server/req/relative/body.histogram", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "B", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "count" | |
| ], | |
| "type": "field" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "receipt count", | |
| "groupBy": [], | |
| "measurement": "geth.les/server/req/relative/receipt.histogram", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "C", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "count" | |
| ], | |
| "type": "field" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "code count", | |
| "groupBy": [], | |
| "measurement": "geth.les/server/req/relative/code.histogram", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "D", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "count" | |
| ], | |
| "type": "field" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "trie proof count", | |
| "groupBy": [], | |
| "measurement": "geth.les/server/req/relative/proof.histogram", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "E", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "count" | |
| ], | |
| "type": "field" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "helper trie proof count", | |
| "groupBy": [], | |
| "measurement": "geth.les/server/req/relative/helperproof.histogram", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "F", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "count" | |
| ], | |
| "type": "field" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "tx count", | |
| "groupBy": [], | |
| "measurement": "geth.les/server/req/relative/sendtx.histogram", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "G", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "count" | |
| ], | |
| "type": "field" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "tx status count", | |
| "groupBy": [], | |
| "measurement": "geth.les/server/req/relative/txstatus.histogram", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "H", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "count" | |
| ], | |
| "type": "field" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "timeFrom": null, | |
| "timeShift": null, | |
| "title": "Request count", | |
| "type": "bargauge" | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "fillGradient": 0, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 9, | |
| "x": 6, | |
| "y": 174 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 169, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": true, | |
| "current": true, | |
| "max": true, | |
| "min": true, | |
| "rightSide": true, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 2, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "header(p=$percentile)", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/server/req/relative/header.histogram", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "p$percentile" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "body(p=$percentile)", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/server/req/relative/body.histogram", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "B", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "p$percentile" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "receipt(p=$percentile)", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/server/req/relative/receipt.histogram", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "C", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "p$percentile" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "code(p=$percentile)", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/server/req/relative/code.histogram", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "D", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "p$percentile" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "trie proof(p=$percentile)", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/server/req/relative/proof.histogram", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "E", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "p$percentile" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "helper trie(p=$percentile)", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/server/req/relative/helperproof.histogram", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "F", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "p$percentile" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "txs(p=$percentile)", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/server/req/relative/sendtx.histogram", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "G", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "p$percentile" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "txstatus(p=$percentile)", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/server/req/relative/txstatus.histogram", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "H", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "p$percentile" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Relative cost details", | |
| "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": "0", | |
| "show": true | |
| }, | |
| { | |
| "format": "short", | |
| "label": null, | |
| "logBase": 1, | |
| "max": null, | |
| "min": "0", | |
| "show": true | |
| } | |
| ], | |
| "yaxis": { | |
| "align": false, | |
| "alignLevel": null | |
| } | |
| }, | |
| { | |
| "aliasColors": {}, | |
| "bars": false, | |
| "dashLength": 10, | |
| "dashes": false, | |
| "datasource": null, | |
| "fill": 1, | |
| "fillGradient": 0, | |
| "gridPos": { | |
| "h": 9, | |
| "w": 9, | |
| "x": 15, | |
| "y": 174 | |
| }, | |
| "hiddenSeries": false, | |
| "id": 173, | |
| "legend": { | |
| "alignAsTable": true, | |
| "avg": true, | |
| "current": true, | |
| "max": true, | |
| "min": true, | |
| "rightSide": true, | |
| "show": true, | |
| "total": false, | |
| "values": true | |
| }, | |
| "lines": true, | |
| "linewidth": 1, | |
| "nullPointMode": "connected", | |
| "options": { | |
| "dataLinks": [] | |
| }, | |
| "percentage": false, | |
| "pointradius": 2, | |
| "points": false, | |
| "renderer": "flot", | |
| "seriesOverrides": [], | |
| "spaceLength": 10, | |
| "stack": false, | |
| "steppedLine": false, | |
| "targets": [ | |
| { | |
| "alias": "header(mean)", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/server/req/relative/header.histogram", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "A", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "mean" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "body(mean)", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/server/req/relative/body.histogram", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "B", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "mean" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "receipt(mean)", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/server/req/relative/receipt.histogram", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "C", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "mean" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "code(mean)", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/server/req/relative/code.histogram", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "D", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "mean" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "trie proof(mean)", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/server/req/relative/proof.histogram", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "E", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "mean" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "helper trie(mean)", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/server/req/relative/helperproof.histogram", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "F", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "mean" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "txs(mean)", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/server/req/relative/sendtx.histogram", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "G", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "mean" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| }, | |
| { | |
| "alias": "txstatus(mean)", | |
| "groupBy": [ | |
| { | |
| "params": [ | |
| "$interval" | |
| ], | |
| "type": "time" | |
| } | |
| ], | |
| "measurement": "geth.les/server/req/relative/txstatus.histogram", | |
| "orderByTime": "ASC", | |
| "policy": "default", | |
| "refId": "H", | |
| "resultFormat": "time_series", | |
| "select": [ | |
| [ | |
| { | |
| "params": [ | |
| "mean" | |
| ], | |
| "type": "field" | |
| }, | |
| { | |
| "params": [], | |
| "type": "mean" | |
| } | |
| ] | |
| ], | |
| "tags": [ | |
| { | |
| "key": "host", | |
| "operator": "=~", | |
| "value": "/^$host$/" | |
| } | |
| ] | |
| } | |
| ], | |
| "thresholds": [], | |
| "timeFrom": null, | |
| "timeRegions": [], | |
| "timeShift": null, | |
| "title": "Relative cost details", | |
| "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": "0", | |
| "show": true | |
| }, | |
| { | |
| "format": "short", | |
| "label": null, | |
| "logBase": 1, | |
| "max": null, | |
| "min": "0", | |
| "show": true | |
| } | |
| ], | |
| "yaxis": { | |
| "align": false, | |
| "alignLevel": null | |
| } | |
| } | |
| ], | |
| "refresh": "5s", | |
| "schemaVersion": 21, | |
| "style": "dark", | |
| "tags": [], | |
| "templating": { | |
| "list": [ | |
| { | |
| "allValue": null, | |
| "current": { | |
| "text": "bootnode-aws-ap-southeast-1-001", | |
| "value": "bootnode-aws-ap-southeast-1-001" | |
| }, | |
| "datasource": "InfluxDB", | |
| "definition": "SHOW TAG VALUES WITH KEY = \"host\"", | |
| "hide": 0, | |
| "includeAll": false, | |
| "label": "Host", | |
| "multi": false, | |
| "name": "host", | |
| "options": [], | |
| "query": "SHOW TAG VALUES WITH KEY = \"host\"", | |
| "refresh": 1, | |
| "regex": "", | |
| "skipUrlSync": false, | |
| "sort": 1, | |
| "tagValuesQuery": "apps.$tag.", | |
| "tags": [], | |
| "tagsQuery": "", | |
| "type": "query", | |
| "useTags": false | |
| }, | |
| { | |
| "allValue": null, | |
| "current": { | |
| "selected": true, | |
| "text": "50", | |
| "value": "50" | |
| }, | |
| "hide": 0, | |
| "includeAll": false, | |
| "label": "Percentile", | |
| "multi": false, | |
| "name": "percentile", | |
| "options": [ | |
| { | |
| "selected": true, | |
| "text": "50", | |
| "value": "50" | |
| }, | |
| { | |
| "selected": false, | |
| "text": "75", | |
| "value": "75" | |
| }, | |
| { | |
| "selected": false, | |
| "text": "95", | |
| "value": "95" | |
| }, | |
| { | |
| "selected": false, | |
| "text": "99", | |
| "value": "99" | |
| }, | |
| { | |
| "selected": false, | |
| "text": "999", | |
| "value": "999" | |
| }, | |
| { | |
| "selected": false, | |
| "text": "9999", | |
| "value": "9999" | |
| } | |
| ], | |
| "query": "50, 75, 95, 99, 999, 9999", | |
| "skipUrlSync": false, | |
| "type": "custom" | |
| } | |
| ] | |
| }, | |
| "time": { | |
| "from": "now-1h", | |
| "to": "now" | |
| }, | |
| "timepicker": { | |
| "refresh_intervals": [ | |
| "5s", | |
| "10s", | |
| "30s", | |
| "1m", | |
| "5m", | |
| "15m", | |
| "30m", | |
| "1h", | |
| "2h", | |
| "1d" | |
| ] | |
| }, | |
| "timezone": "", | |
| "title": "Single Geth", | |
| "uid": "QC1Arp5Wk", | |
| "version": 110 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment