{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "Prometheus", "description": "", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "__requires": [ { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "7.4.1" }, { "type": "panel", "id": "graph", "name": "Graph", "version": "" }, { "type": "datasource", "id": "prometheus", "name": "Prometheus", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" } ], "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "type": "dashboard" } ] }, "description": "", "editable": true, "gnetId": null, "graphTooltip": 1, "id": null, "iteration": 1613764910234, "links": [ { "icon": "external link", "tags": [], "targetBlank": true, "title": "Storj-Log-Exporter Github", "tooltip": "", "type": "link", "url": "https://github.com/kevinkk525/storj-log-exporter" }, { "icon": "question", "tags": [], "targetBlank": true, "title": "Storj-Log-Exporter forum thread", "type": "link", "url": "https://forum.storj.io/t/log-exporter-for-prometheus-with-grafana-dashboard/11250" } ], "panels": [ { "collapsed": false, "datasource": "$datasource", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 295, "panels": [], "title": "Combined summary", "type": "row" }, { "cacheTimeout": null, "datasource": "$datasource", "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": {}, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "semi-dark-green", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 4, "w": 2, "x": 0, "y": 1 }, "id": 330, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "background", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "text": {}, "textMode": "value_and_name" }, "pluginVersion": "7.4.1", "targets": [ { "expr": "count(storj_log_levels{instance=~\"$node.*\",loglevel=\"INFO\"})", "format": "time_series", "hide": false, "instant": false, "interval": "", "intervalFactor": 1, "legendFormat": "Nodes watched", "refId": "D" } ], "timeFrom": null, "timeShift": null, "title": "Logs watched", "type": "stat" }, { "cacheTimeout": null, "datasource": "$datasource", "description": "Number of changes in log entries of the different log levels. (Errors will disappear e.g. shown as 0 if there are no new messages within the chosen timeframe)\nError Count excludes falsely classified errors (e.g. shutdown of runner, download/upload failed due to client side errors, graceful exit errors if you GE'ed on stefan-benten).", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": {}, "decimals": 2, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "min": 0, "noValue": "N/A", "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "short" }, "overrides": [ { "matcher": { "id": "byName", "options": "Error (cor.)" }, "properties": [ { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "dark-red", "value": 0.1 } ] } } ] }, { "matcher": { "id": "byName", "options": "Fatal" }, "properties": [ { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 1 } ] } } ] } ] }, "gridPos": { "h": 4, "w": 4, "x": 2, "y": 1 }, "id": 628, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "background", "graphMode": "area", "justifyMode": "auto", "orientation": "vertical", "reduceOptions": { "calcs": [ "delta" ], "fields": "", "values": false }, "text": {}, "textMode": "value_and_name" }, "pluginVersion": "7.4.1", "targets": [ { "expr": "sum(storj_log_levels{instance=~\"$node.*\",loglevel=\"INFO\"})", "interval": "", "legendFormat": "Info", "refId": "A" }, { "expr": "sum(storj_log_levels{instance=~\"$node.*\",loglevel=\"WARN\"}) OR vector(0)", "interval": "", "legendFormat": "Warn", "refId": "B" }, { "expr": "sum(storj_log_errors{instance=~\"$node.*\",type!=\"gracefulexit:service\\tfailed to get satellite address\",type!=\"piecestore\\tdownload failed\",type!=\"piecestore\\tupload failed\",type!=\"servers\\tunexpected shutdown of a runner\"}) OR vector(0)", "interval": "", "legendFormat": "Error (cor.)", "refId": "D" }, { "expr": "sum(storj_log_levels{instance=~\"$node.*\",loglevel=\"FATAL\"}) OR vector(0)", "interval": "", "legendFormat": "Fatal", "refId": "C" } ], "timeFrom": null, "timeShift": null, "title": "Log Entries (within time range)", "transformations": [], "type": "stat" }, { "cacheTimeout": null, "datasource": "$datasource", "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": {}, "decimals": 2, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "min": 0, "noValue": "N/A", "thresholds": { "mode": "absolute", "steps": [ { "color": "semi-dark-blue", "value": null } ] }, "unit": "percentunit" }, "overrides": [ { "matcher": { "id": "byName", "options": "Upload rejected" }, "properties": [ { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "semi-dark-blue", "value": null }, { "color": "orange", "value": 0.1 } ] } } ] }, { "matcher": { "id": "byName", "options": "Delete" }, "properties": [ { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "orange", "value": null }, { "color": "semi-dark-blue", "value": 0.9999 } ] } } ] }, { "matcher": { "id": "byName", "options": "Download canceled" }, "properties": [ { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "semi-dark-blue", "value": null }, { "color": "orange", "value": 0.05 } ] } } ] }, { "matcher": { "id": "byName", "options": "Upload canceled" }, "properties": [ { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "semi-dark-blue", "value": null }, { "color": "orange", "value": 0.01 } ] } } ] } ] }, "gridPos": { "h": 4, "w": 8, "x": 6, "y": 1 }, "id": 629, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "background", "graphMode": "none", "justifyMode": "auto", "orientation": "vertical", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "value_and_name" }, "pluginVersion": "7.4.1", "targets": [ { "expr": "sum(storj_pieces_upload_successful{instance=~\"$node.*\"})/sum(storj_pieces_upload_started{instance=~\"$node.*\"}) or vector(0)", "interval": "", "legendFormat": "Upload", "refId": "B" }, { "expr": "sum(storj_pieces_upload_canceled{instance=~\"$node.*\"})/sum(storj_pieces_upload_started{instance=~\"$node.*\"}) or vector(0)", "interval": "", "legendFormat": "Upload canceled", "refId": "F" }, { "expr": "sum(storj_pieces_upload_rejected{instance=~\"$node.*\"})/sum(storj_pieces_upload_started{instance=~\"$node.*\"}) or vector(0)", "interval": "", "legendFormat": "Upload rejected", "refId": "D" }, { "expr": "sum(storj_pieces_download_successful{instance=~\"$node.*\"})/sum(storj_pieces_download_started{instance=~\"$node.*\"})", "interval": "", "legendFormat": "Download", "refId": "A" }, { "expr": "sum(storj_pieces_download_canceled{instance=~\"$node.*\"})/sum(storj_pieces_download_started{instance=~\"$node.*\"})", "interval": "", "legendFormat": "Download canceled", "refId": "E" }, { "expr": "sum(storj_pieces_delete_successful{instance=~\"$node.*\"})/(sum(storj_pieces_delete_successful{instance=~\"$node.*\"})+sum(storj_pieces_delete_failed{instance=~\"$node.*\"} OR vector(0)))", "interval": "", "legendFormat": "Delete", "refId": "C" } ], "timeFrom": null, "timeShift": null, "title": "Successrates", "transformations": [], "type": "stat" }, { "cacheTimeout": null, "datasource": "$datasource", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": {}, "decimals": 2, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "min": 0, "noValue": "N/A", "thresholds": { "mode": "absolute", "steps": [ { "color": "semi-dark-purple", "value": null } ] }, "unit": "short" }, "overrides": [ { "matcher": { "id": "byName", "options": "Recoverable" }, "properties": [ { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "semi-dark-purple", "value": null }, { "color": "orange", "value": 1 } ] } } ] }, { "matcher": { "id": "byName", "options": "Unrecoverable" }, "properties": [ { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "semi-dark-purple", "value": null }, { "color": "red", "value": 1 } ] } } ] } ] }, "gridPos": { "h": 4, "w": 3, "x": 14, "y": 1 }, "id": 468, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "background", "graphMode": "none", "justifyMode": "auto", "orientation": "vertical", "reduceOptions": { "calcs": [ "delta" ], "fields": "", "values": false }, "text": {}, "textMode": "value_and_name" }, "pluginVersion": "7.4.1", "targets": [ { "expr": "sum(storj_pieces_download_successful{instance=~\"$node.*\",type=\"audit\"})", "interval": "", "legendFormat": "Successful", "refId": "A" }, { "expr": "sum(storj_pieces_download_failed{instance=~\"$node.*\",type=\"audit\",error=~\"file not found\"}) OR vector(0)", "interval": "", "legendFormat": "Recoverable", "refId": "B" }, { "expr": "sum(storj_pieces_download_failed{instance=~\"$node.*\",type=\"audit\",error=\"file not found\"}) OR vector(0)", "interval": "", "legendFormat": "Unrecoverable", "refId": "C" } ], "timeFrom": null, "timeShift": null, "title": "Audit", "transformations": [], "type": "stat" }, { "cacheTimeout": null, "datasource": "$datasource", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": {}, "decimals": 3, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-blue", "value": null } ] }, "unit": "pps" }, "overrides": [ { "matcher": { "id": "byName", "options": "Net out" }, "properties": [ { "id": "color", "value": { "fixedColor": "green", "mode": "fixed" } } ] }, { "matcher": { "id": "byName", "options": "Net delete" }, "properties": [ { "id": "color", "value": { "fixedColor": "dark-purple", "mode": "fixed" } } ] } ] }, "gridPos": { "h": 4, "w": 4, "x": 17, "y": 1 }, "id": 328, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "background", "graphMode": "area", "justifyMode": "auto", "orientation": "vertical", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": {}, "textMode": "value_and_name" }, "pluginVersion": "7.4.1", "targets": [ { "expr": "sum(rate(storj_pieces_upload_successful{instance=~\"$node.*\"}[$__rate_interval]))", "format": "time_series", "hide": false, "instant": false, "interval": "", "intervalFactor": 2, "legendFormat": "Net in", "refId": "A" }, { "expr": "sum(rate(storj_pieces_download_successful{instance=~\"$node.*\"}[$__rate_interval]))", "format": "time_series", "hide": false, "instant": false, "interval": "", "intervalFactor": 2, "legendFormat": "Net out", "refId": "D" }, { "expr": "sum(rate(storj_pieces_delete_successful{instance=~\"$node.*\"}[$__rate_interval]))", "interval": "", "intervalFactor": 2, "legendFormat": "Net delete", "refId": "B" } ], "timeFrom": null, "timeShift": null, "title": "Net IO average (pieces per second)", "type": "stat" }, { "cacheTimeout": null, "datasource": "$datasource", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": {}, "links": [], "mappings": [], "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "decbytes" }, "overrides": [] }, "gridPos": { "h": 4, "w": 3, "x": 21, "y": 1 }, "id": 302, "links": [], "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "text": {}, "textMode": "value_and_name" }, "pluginVersion": "7.4.1", "targets": [ { "expr": "sum(rate(storj_sat_month_ingress{instance=~\"$node.*\"}[5m]))/sum(rate(storj_pieces_upload_successful{instance=~\"$node.*\"}[5m]))", "format": "time_series", "hide": false, "instant": false, "interval": "", "intervalFactor": 10, "legendFormat": "Ingress", "refId": "D" }, { "expr": "sum(rate(storj_sat_month_egress{instance=~\"$node.*\"}[5m]))/sum(rate(storj_pieces_download_successful{instance=~\"$node.*\"}[5m]))", "format": "time_series", "hide": false, "instant": false, "interval": "", "intervalFactor": 10, "legendFormat": "Egress", "refId": "B" } ], "timeFrom": null, "timeShift": null, "title": "Average Piece Size", "type": "stat", "valueFontSize": "80%" }, { "collapsed": false, "datasource": "${DS_PROMETHEUS}", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 5 }, "id": 658, "panels": [], "title": "Net IO", "type": "row" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$datasource", "decimals": null, "description": "Pieces per second", "fieldConfig": { "defaults": { "custom": {}, "links": [], "unit": "pps" }, "overrides": [] }, "fill": 1, "fillGradient": 7, "gridPos": { "h": 6, "w": 12, "x": 0, "y": 6 }, "hiddenSeries": false, "id": 297, "interval": "", "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": false, "sideWidth": null, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.4.1", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/RateOut/", "color": "#96D98D", "stack": "A", "transform": "negative-Y" }, { "alias": "/RateIn/", "color": "#FFB357", "stack": "B" }, { "alias": "0", "color": "rgb(4, 4, 4)", "hideTooltip": true, "legend": false }, { "alias": "/RateDelete/", "color": "#B877D9", "stack": "C" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum(rate(storj_pieces_download_successful{instance=~\"$node.*\"}[$__rate_interval])) by(instance)", "format": "time_series", "hide": false, "instant": false, "interval": "", "intervalFactor": 10, "legendFormat": "RateOut {{instance}}", "refId": "A" }, { "expr": "sum(rate(storj_pieces_upload_successful{instance=~\"$node.*\"}[$__rate_interval])) by(instance)", "hide": false, "interval": "", "intervalFactor": 10, "legendFormat": "RateIn {{instance}}", "refId": "B" }, { "expr": "0", "interval": "", "legendFormat": "0", "refId": "E" }, { "expr": "sum(rate(storj_pieces_delete_successful{instance=~\"$node.*\"}[$__rate_interval])) by(instance)", "interval": "", "intervalFactor": 5, "legendFormat": "RateDelete {{instance}}", "refId": "C" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Net IO by node (stacked)", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "pps", "label": "Rate-out (-) / Rate-in (+)", "logBase": 1, "max": null, "min": null, "show": true }, { "decimals": null, "format": "bps", "label": "Net monthly sum", "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": 0 } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$datasource", "decimals": null, "description": "Pieces per second", "fieldConfig": { "defaults": { "custom": {}, "links": [], "unit": "pps" }, "overrides": [] }, "fill": 1, "fillGradient": 7, "gridPos": { "h": 6, "w": 12, "x": 12, "y": 6 }, "hiddenSeries": false, "id": 627, "interval": "", "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": false, "sideWidth": null, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.4.1", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/RateOut/", "stack": "A", "transform": "negative-Y" }, { "alias": "/RateIn/", "stack": "B" }, { "alias": "0", "color": "rgb(165, 150, 150)", "hideTooltip": true, "legend": false, "linewidth": 5 }, { "alias": "/RateDelete/", "stack": "C" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum(rate(storj_pieces_download_successful{instance=~\"$node.*\"}[$__rate_interval])) by(url)", "format": "time_series", "hide": false, "instant": false, "interval": "", "intervalFactor": 10, "legendFormat": "RateOut {{url}}", "refId": "A" }, { "expr": "sum(rate(storj_pieces_upload_successful{instance=~\"$node.*\"}[$__rate_interval])) by(url)", "hide": false, "interval": "", "intervalFactor": 10, "legendFormat": "RateIn {{url}}", "refId": "B" }, { "expr": "0", "interval": "", "legendFormat": "0", "refId": "E" }, { "expr": "sum(rate(storj_pieces_delete_successful{instance=~\"$node.*\"}[$__rate_interval])) by(url)", "interval": "", "intervalFactor": 5, "legendFormat": "RateDelete {{url}}", "refId": "C" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Net IO by satellite (stacked)", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "pps", "label": "Rate-out (-) / Rate-in (+)", "logBase": 1, "max": null, "min": null, "show": true }, { "decimals": null, "format": "bps", "label": "Net monthly sum", "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": 0 } }, { "collapsed": false, "datasource": "${DS_PROMETHEUS}", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 12 }, "id": 644, "panels": [], "title": "Successrates", "type": "row" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$datasource", "decimals": null, "fieldConfig": { "defaults": { "custom": {}, "links": [], "unit": "percentunit" }, "overrides": [] }, "fill": 1, "fillGradient": 1, "gridPos": { "h": 6, "w": 12, "x": 0, "y": 13 }, "hiddenSeries": false, "id": 642, "interval": "", "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": false, "sideWidth": null, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.4.1", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/Upload/", "color": "#37872D" }, { "alias": "Upload average", "color": "#C4162A" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum(storj_pieces_upload_successful{instance=~\"$node.*\"}) by(instance)/sum(storj_pieces_upload_started{instance=~\"$node.*\"}) by(instance)", "interval": "", "intervalFactor": 10, "legendFormat": "Upload {{instance}}", "refId": "A" }, { "expr": "sum(storj_pieces_upload_successful{instance=~\"$node.*\"})/sum(storj_pieces_upload_started{instance=~\"$node.*\"})", "interval": "", "intervalFactor": 10, "legendFormat": "Upload average", "refId": "C" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Successrate Upload by node", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 3, "format": "percentunit", "label": "", "logBase": 1, "max": null, "min": null, "show": true }, { "decimals": 2, "format": "bps", "label": "Storage sum", "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$datasource", "decimals": null, "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 1, "gridPos": { "h": 6, "w": 12, "x": 12, "y": 13 }, "hiddenSeries": false, "id": 298, "interval": "", "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": false, "sideWidth": null, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.4.1", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/Download/", "color": "#5794F2" }, { "alias": "/Download average/", "color": "#C4162A" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum(storj_pieces_download_successful{instance=~\"$node.*\"}) by(instance)/sum(storj_pieces_download_started{instance=~\"$node.*\"}) by(instance)", "format": "time_series", "hide": false, "instant": false, "interval": "", "intervalFactor": 10, "legendFormat": "Download {{instance}}", "refId": "B" }, { "expr": "sum(storj_pieces_download_successful{instance=~\"$node.*\"})/sum(storj_pieces_download_started{instance=~\"$node.*\"})", "interval": "", "intervalFactor": 10, "legendFormat": "Download average", "refId": "C" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Successrate Download by node", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 3, "format": "percentunit", "label": "", "logBase": 1, "max": null, "min": null, "show": true }, { "decimals": 2, "format": "bps", "label": "Storage sum", "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "collapsed": false, "datasource": "${DS_PROMETHEUS}", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 19 }, "id": 672, "panels": [], "title": "Debug", "type": "row" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$datasource", "decimals": null, "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 7, "fillGradient": 7, "gridPos": { "h": 6, "w": 12, "x": 0, "y": 20 }, "hiddenSeries": false, "id": 299, "interval": "", "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": false, "sideWidth": null, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.4.1", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/RateOut/", "stack": "A", "transform": "negative-Y", "yaxis": 2 }, { "alias": "/RateIn/", "stack": "B", "yaxis": 2 }, { "alias": "/EgressPieceSize/", "fill": 2, "fillGradient": 0, "legend": false, "linewidth": 0, "transform": "negative-Y" }, { "alias": "/IngressPieceSize/", "fill": 2, "fillGradient": 0, "legend": false, "linewidth": 0 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum(rate(storj_sat_month_ingress{instance=~\"$node.*\"}[$__rate_interval])) by(url) / sum(rate(storj_pieces_upload_successful{instance=~\"$node.*\"}[$__rate_interval])) by(url)", "format": "time_series", "hide": false, "instant": false, "interval": "", "intervalFactor": 10, "legendFormat": "IngressPieceSize-{{url}}", "refId": "C" }, { "expr": "sum(rate(storj_sat_month_egress{instance=~\"$node.*\"}[$__rate_interval])) by(url) / sum(rate(storj_pieces_download_successful{instance=~\"$node.*\"}[$__rate_interval])) by(url)", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 10, "legendFormat": "EgressPieceSize-{{url}}", "refId": "D" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Average Piece Size (per satellite)", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "decbytes", "label": "Sum-out (-) / Sum-in (+)", "logBase": 1, "max": null, "min": null, "show": true }, { "decimals": null, "format": "bps", "label": "Rate-out (-) / Rate-in (+)", "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": true, "alignLevel": null } }, { "datasource": "${DS_PROMETHEUS}", "description": "Missing Error messages in storj_log_errors filter. If this is >0, please send me your error logs.", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 0.1 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 4, "w": 2, "x": 12, "y": 20 }, "id": 614, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "text": {}, "textMode": "value" }, "pluginVersion": "7.4.1", "targets": [ { "expr": "sum(storj_log_levels{instance=~\"$node.*\",loglevel=\"ERROR\"})-sum(storj_log_errors{instance=~\"$node.*\",loglevel=\"ERROR\"})", "interval": "", "intervalFactor": 10, "legendFormat": "Errors per minute", "refId": "A" } ], "timeFrom": null, "timeShift": null, "title": "Errors Debug", "type": "stat" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$datasource", "decimals": null, "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 1, "gridPos": { "h": 6, "w": 10, "x": 14, "y": 20 }, "hiddenSeries": false, "id": 673, "interval": "", "legend": { "alignAsTable": true, "avg": false, "current": false, "max": false, "min": false, "rightSide": true, "show": true, "sideWidth": null, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null as zero", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.4.1", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/Errors/", "color": "#C4162A" }, { "alias": "/Fatal/", "color": "#B877D9" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum(storj_log_errors{instance=~\"$node.*\",type!=\"gracefulexit:service\\tfailed to get satellite address\",type!=\"piecestore\\tdownload failed\",type!=\"piecestore\\tupload failed\",type!=\"servers\\tunexpected shutdown of a runner\"}) by(instance,type) OR vector(0)", "interval": "", "legendFormat": "Errors {{instance}}: {{type}}", "refId": "A" }, { "expr": "sum(storj_log_levels{instance=~\"$node.*\",loglevel=\"FATAL\"}) by(instance,type) OR vector(0)", "interval": "", "legendFormat": "Fatal {{instance}}: {{type}}", "refId": "C" } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Errors by node", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 2, "format": "short", "label": "", "logBase": 1, "max": null, "min": null, "show": true }, { "decimals": 2, "format": "bps", "label": "Storage sum", "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } } ], "refresh": "1m", "schemaVersion": 27, "style": "dark", "tags": [ "storj", "docker", "prometheus", "exporter" ], "templating": { "list": [ { "current": { "selected": false, "text": "Prometheus", "value": "Prometheus" }, "description": null, "error": null, "hide": 0, "includeAll": false, "label": null, "multi": false, "name": "datasource", "options": [], "query": "prometheus", "queryValue": "", "refresh": 1, "regex": "", "skipUrlSync": false, "type": "datasource" }, { "allValue": null, "current": {}, "datasource": "$datasource", "definition": "label_values(storj_nodeID_info, instance)", "description": null, "error": null, "hide": 0, "includeAll": true, "label": "Node:", "multi": true, "name": "node", "options": [], "query": { "query": "label_values(storj_nodeID_info, instance)", "refId": "Prometheus-node-Variable-Query" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 1, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false } ] }, "time": { "from": "now-3h", "to": "now" }, "timepicker": { "refresh_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ] }, "timezone": "", "title": "Storj-Log-Exporter-Boom-Table", "uid": "asga4ah4F32", "version": 61 }