From 7d91c68fb1815b2a5d39c1d2f03fcd2492199547 Mon Sep 17 00:00:00 2001 From: Yash Sartanpara Date: Mon, 3 Mar 2025 13:45:18 +0530 Subject: [PATCH] PMM-13770 Remove agent_id from queries --- .../Experimental/Environments_Overview.json | 373 +- dashboards/Insight/Home_Dashboard.json | 435 +- .../Insight/Prometheus_Exporter_Status.json | 3611 ++++++++++------- 3 files changed, 2583 insertions(+), 1836 deletions(-) diff --git a/dashboards/Experimental/Environments_Overview.json b/dashboards/Experimental/Environments_Overview.json index 5a4ca3fbc3..d164cdf371 100644 --- a/dashboards/Experimental/Environments_Overview.json +++ b/dashboards/Experimental/Environments_Overview.json @@ -31,7 +31,9 @@ "icon": "doc", "includeVars": true, "keepTime": true, - "tags": ["Home"], + "tags": [ + "Home" + ], "targetBlank": false, "title": "Home", "type": "link", @@ -41,7 +43,9 @@ "icon": "dashboard", "includeVars": true, "keepTime": true, - "tags": ["Query Analytics"], + "tags": [ + "Query Analytics" + ], "targetBlank": false, "title": "Query Analytics", "type": "link", @@ -51,7 +55,9 @@ "asDropdown": true, "includeVars": false, "keepTime": true, - "tags": ["Services"], + "tags": [ + "Services" + ], "targetBlank": false, "title": "Services", "type": "dashboards" @@ -60,7 +66,9 @@ "asDropdown": true, "includeVars": false, "keepTime": true, - "tags": ["PMM"], + "tags": [ + "PMM" + ], "targetBlank": false, "title": "PMM", "type": "dashboards" @@ -79,7 +87,6 @@ }, "height": "10px", "id": 1339, - "links": [], "options": { "code": { "language": "plaintext", @@ -89,7 +96,7 @@ "content": "
\n
\n\n Percona Monitoring and Management\n
", "mode": "html" }, - "pluginVersion": "9.2.20", + "pluginVersion": "11.1.8", "style": {}, "targets": [ { @@ -224,7 +231,6 @@ "type": "row" }, { - "datasource": "Metrics", "fieldConfig": { "defaults": { "mappings": [], @@ -637,17 +643,22 @@ "graphMode": "none", "justifyMode": "center", "orientation": "auto", + "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": ["lastNotNull"], + "calcs": [ + "lastNotNull" + ], "fields": "", "values": false }, + "showPercentChange": false, "text": { "valueSize": 22 }, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "9.2.20", + "pluginVersion": "11.1.8", "targets": [ { "datasource": "Metrics", @@ -673,7 +684,7 @@ "datasource": "Metrics", "editorMode": "code", "exemplar": false, - "expr": "count(count by (id_service) (label_replace(up{node_name=~\"$node_name\",job=~\"mysql.*|mongodb.*|postgres.*|proxysql.*|external.*\",environment=~\"$environment\"}, \"id_service\", \"$2\", \"job\", \"(.*)_exporter_agent_id_(.*)_(.*)\"))) or vector(0)", + "expr": "count(count by (id_service) (label_replace(up{node_name=~\"$node_name\",job=~\"mysql.*|mongodb.*|postgres.*|proxysql.*|external.*\",environment=~\"$environment\"}, \"id_service\", \"$2\", \"job\", \"(.*)_exporter_(.*)_(.*)\"))) or vector(0)", "instant": true, "interval": "$interval", "legendFormat": "Services", @@ -791,7 +802,6 @@ "y": 6 }, "id": 1381, - "links": [], "options": { "title": "Advisor Insights" }, @@ -817,62 +827,97 @@ "type": "pmm-update-panel" }, { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, "datasource": "Metrics", - "decimals": 2, "description": "", "fieldConfig": { "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "CPU Usage", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 90, + "gradientMode": "opacity", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "stepAfter", + "lineWidth": 2, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "decimals": 2, "links": [ { "targetBlank": true, "title": "Environment Summary - ${__series.name}", "url": "/graph/d/envronment-summary/environment-summary?var-environment=${__series.name}&$__url_time_range" } - ] + ], + "mappings": [], + "max": 100, + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "percent" }, "overrides": [] }, - "fill": 2, - "fillGradient": 9, "gridPos": { "h": 5, "w": 12, "x": 0, "y": 15 }, - "hiddenSeries": false, "id": 1860, - "legend": { - "alignAsTable": true, - "avg": true, - "current": false, - "max": true, - "min": true, - "show": false, - "sort": "avg", - "sortDesc": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 2, - "nullPointMode": "null", "options": { - "alertThreshold": true + "legend": { + "calcs": [ + "mean", + "max", + "min" + ], + "displayMode": "list", + "placement": "bottom", + "showLegend": false + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } }, - "percentage": false, "pluginVersion": "9.2.20", - "pointradius": 0.5, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": true, "targets": [ { "datasource": "Metrics", @@ -884,102 +929,100 @@ "refId": "A" } ], - "thresholds": [], - "timeRegions": [], "title": "CPU Usage per Environment", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 2, - "format": "percent", - "label": "CPU Usage", - "logBase": 1, - "max": "100", - "min": "0", - "show": true - }, - { - "decimals": 2, - "format": "percent", - "label": "Memory Usage", - "logBase": 1, - "max": "100", - "min": "0", - "show": false - } - ], - "yaxis": { - "align": true, - "alignLevel": 0 - } + "type": "timeseries" }, { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, "datasource": "Metrics", - "decimals": 2, "description": "", "fieldConfig": { "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "Connections", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "points", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "stepAfter", + "lineWidth": 2, + "pointSize": 4, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "always", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "decimals": 2, "links": [ { "targetBlank": true, "title": "Environment Summary - ${__series.name}", "url": "/graph/d/envronment-summary/environment-summary?var-environment=${__series.name}&$__url_time_range" } - ] + ], + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" }, "overrides": [] }, - "fill": 0, - "fillGradient": 0, "gridPos": { "h": 5, "w": 12, "x": 12, "y": 15 }, - "hiddenSeries": false, "id": 1961, - "legend": { - "alignAsTable": true, - "avg": true, - "current": false, - "max": true, - "min": true, - "show": false, - "sort": "avg", - "sortDesc": true, - "total": false, - "values": true - }, - "lines": false, - "linewidth": 2, - "nullPointMode": "null", "options": { - "alertThreshold": false + "legend": { + "calcs": [ + "mean", + "max", + "min" + ], + "displayMode": "list", + "placement": "bottom", + "showLegend": false + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } }, - "percentage": false, "pluginVersion": "9.2.20", - "pointradius": 1, - "points": true, - "renderer": "flot", - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": true, "targets": [ { "datasource": "Metrics", @@ -989,43 +1032,12 @@ "refId": "A" } ], - "thresholds": [], - "timeRegions": [], "title": "Used Connections per Environment", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 2, - "format": "short", - "label": "Connections", - "logBase": 1, - "min": "0", - "show": true - }, - { - "format": "percentunit", - "label": "Error Rate", - "logBase": 1, - "min": "0", - "show": false - } - ], - "yaxis": { - "align": false - } + "type": "timeseries" }, { "aliasColors": {}, + "autoMigrateFrom": "graph", "bars": false, "dashLength": 10, "dashes": false, @@ -1100,7 +1112,7 @@ "sort": 0, "value_type": "individual" }, - "type": "graph", + "type": "timeseries", "xaxis": { "mode": "time", "show": true, @@ -1133,6 +1145,7 @@ }, { "aliasColors": {}, + "autoMigrateFrom": "graph", "bars": false, "dashLength": 10, "dashes": false, @@ -1208,7 +1221,7 @@ "sort": 0, "value_type": "individual" }, - "type": "graph", + "type": "timeseries", "xaxis": { "mode": "time", "show": true, @@ -1239,6 +1252,7 @@ }, { "aliasColors": {}, + "autoMigrateFrom": "graph", "bars": false, "dashLength": 10, "dashes": false, @@ -1313,7 +1327,7 @@ "sort": 0, "value_type": "individual" }, - "type": "graph", + "type": "timeseries", "xaxis": { "mode": "time", "show": true, @@ -1403,8 +1417,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -1425,7 +1438,11 @@ "id": 1962, "options": { "legend": { - "calcs": ["mean", "max", "min"], + "calcs": [ + "mean", + "max", + "min" + ], "displayMode": "list", "placement": "bottom", "showLegend": false @@ -1473,7 +1490,9 @@ "defaults": { "custom": { "align": "auto", - "displayMode": "auto", + "cellOptions": { + "type": "auto" + }, "inspect": false, "minWidth": 110 }, @@ -1483,8 +1502,7 @@ "mode": "percentage", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -1610,8 +1628,10 @@ "value": "s" }, { - "id": "custom.displayMode", - "value": "color-text" + "id": "custom.cellOptions", + "value": { + "type": "color-text" + } }, { "id": "thresholds", @@ -1619,8 +1639,7 @@ "mode": "absolute", "steps": [ { - "color": "red", - "value": null + "color": "red" }, { "color": "yellow", @@ -1690,8 +1709,10 @@ ] }, { - "id": "custom.displayMode", - "value": "color-text" + "id": "custom.cellOptions", + "value": { + "type": "color-text" + } } ] }, @@ -1754,8 +1775,12 @@ "id": 1919, "options": { "footer": { - "fields": ["Value #A"], - "reducer": ["count"], + "fields": [ + "Value #A" + ], + "reducer": [ + "count" + ], "show": true }, "showHeader": true @@ -1959,8 +1984,7 @@ } ], "refresh": "1m", - "schemaVersion": 37, - "style": "dark", + "schemaVersion": 39, "tags": [], "templating": { "list": [ @@ -2036,7 +2060,6 @@ "text": "All", "value": "$__all" }, - "datasource": "Metrics", "definition": "label_values(up, environment)", "hide": 0, "includeAll": true, @@ -2064,7 +2087,6 @@ "text": "All", "value": "$__all" }, - "datasource": "Metrics", "definition": "label_values(up{environment=~\"$environment\",node_type=~\"generic|remote_rds|container|remote\"}, node_name)", "hide": 2, "includeAll": true, @@ -2092,7 +2114,6 @@ "text": "All", "value": "$__all" }, - "datasource": "Metrics", "definition": "label_values({__name__=~\"pg_up|mysql_up|mongodb_up\",node_name=~\"$node_name\"}, service_name)", "hide": 2, "includeAll": true, @@ -2138,7 +2159,17 @@ "1d" ], "status": "Stable", - "time_options": ["5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d"], + "time_options": [ + "5m", + "15m", + "1h", + "6h", + "12h", + "24h", + "2d", + "7d", + "30d" + ], "type": "timepicker" }, "timezone": "browser", diff --git a/dashboards/Insight/Home_Dashboard.json b/dashboards/Insight/Home_Dashboard.json index 802af280d3..9a5bd1317e 100644 --- a/dashboards/Insight/Home_Dashboard.json +++ b/dashboards/Insight/Home_Dashboard.json @@ -14,11 +14,17 @@ "matchAny": true, "name": "PMM Annotations", "showIn": 0, - "tags": ["pmm_annotation", "$node_name"], + "tags": [ + "pmm_annotation", + "$node_name" + ], "target": { "limit": 100, "matchAny": true, - "tags": ["pmm_annotation", "$node_name"], + "tags": [ + "pmm_annotation", + "$node_name" + ], "type": "tags" }, "type": "tags" @@ -79,7 +85,9 @@ "icon": "external link", "includeVars": false, "keepTime": true, - "tags": ["Services"], + "tags": [ + "Services" + ], "targetBlank": false, "title": "Services", "tooltip": "", @@ -91,7 +99,9 @@ "icon": "external link", "includeVars": false, "keepTime": true, - "tags": ["PMM"], + "tags": [ + "PMM" + ], "targetBlank": false, "title": "PMM", "tooltip": "", @@ -122,7 +132,6 @@ "type": "row" }, { - "datasource": "Metrics", "fieldConfig": { "defaults": { "color": { @@ -152,31 +161,35 @@ }, "id": 1059, "interval": "$interval", - "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "center", "orientation": "vertical", + "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": ["lastNotNull"], + "calcs": [ + "lastNotNull" + ], "fields": "", "values": false }, + "showPercentChange": false, "text": { "titleSize": 14, "valueSize": 24 }, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "9.2.20", + "pluginVersion": "11.1.8", "targets": [ { "datasource": "Metrics", "editorMode": "code", "exemplar": true, - "expr": "count(count by (id_service) (label_replace(up{node_name=~\"$node_name\",job=~\"mysql.*\",environment=~\"$environment\"}, \"id_service\", \"$2\", \"job\", \"(.*)_exporter_agent_id_(.*)_(.*)\"))) or vector(0)", + "expr": "count(min by (instance) (mysql_up)) or vector(0)", "instant": false, "interval": "$interval", "legendFormat": "MySQL", @@ -186,7 +199,7 @@ { "datasource": "Metrics", "editorMode": "code", - "expr": "count(count by (id_service) (label_replace(up{node_name=~\"$node_name\",job=~\"mongodb.*\",environment=~\"$environment\"}, \"id_service\", \"$2\", \"job\", \"(.*)_exporter_agent_id_(.*)_(.*)\"))) or vector(0)", + "expr": "count(min by(instance) (mongodb_up)) or vector(0)", "hide": false, "legendFormat": "MongoDB", "range": true, @@ -195,7 +208,7 @@ { "datasource": "Metrics", "editorMode": "code", - "expr": "count(count by (id_service) (label_replace(up{node_name=~\"$node_name\",job=~\"postgres.*\",environment=~\"$environment\"}, \"id_service\", \"$2\", \"job\", \"(.*)_exporter_agent_id_(.*)_(.*)\"))) or vector(0)", + "expr": "count(min by(instance) (pg_up)) or vector(0)", "hide": false, "legendFormat": "PostgreSQL", "range": true, @@ -204,7 +217,7 @@ { "datasource": "Metrics", "editorMode": "code", - "expr": "count(count by (id_service) (label_replace(up{node_name=~\"$node_name\",job=~\"proxysql.*\",environment=~\"$environment\"}, \"id_service\", \"$2\", \"job\", \"(.*)_exporter_agent_id_(.*)_(.*)\"))) or vector(0)", + "expr": "count(min by(instance) (proxysql_up)) or vector(0)", "hide": false, "legendFormat": "ProxySQL", "range": true, @@ -262,25 +275,29 @@ "y": 1 }, "id": 376, - "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "center", "orientation": "vertical", + "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": ["lastNotNull"], + "calcs": [ + "lastNotNull" + ], "fields": "", "values": false }, + "showPercentChange": false, "text": { "titleSize": 14, "valueSize": 24 }, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "9.2.20", + "pluginVersion": "11.1.8", "targets": [ { "datasource": "Metrics", @@ -392,17 +409,22 @@ "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", + "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": ["lastNotNull"], + "calcs": [ + "lastNotNull" + ], "fields": "", "values": false }, + "showPercentChange": false, "text": { "valueSize": 24 }, - "textMode": "value" + "textMode": "value", + "wideLayout": true }, - "pluginVersion": "9.2.20", + "pluginVersion": "11.1.8", "targets": [ { "datasource": "Metrics", @@ -485,17 +507,22 @@ "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", + "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": ["lastNotNull"], + "calcs": [ + "lastNotNull" + ], "fields": "", "values": false }, + "showPercentChange": false, "text": { "valueSize": 25 }, - "textMode": "value" + "textMode": "value", + "wideLayout": true }, - "pluginVersion": "9.2.20", + "pluginVersion": "11.1.8", "targets": [ { "datasource": "Metrics", @@ -577,17 +604,22 @@ "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", + "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": ["lastNotNull"], + "calcs": [ + "lastNotNull" + ], "fields": "", "values": false }, + "showPercentChange": false, "text": { "valueSize": 24 }, - "textMode": "value" + "textMode": "value", + "wideLayout": true }, - "pluginVersion": "9.2.20", + "pluginVersion": "11.1.8", "targets": [ { "datasource": "Metrics", @@ -670,17 +702,22 @@ "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", + "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": ["lastNotNull"], + "calcs": [ + "lastNotNull" + ], "fields": "", "values": false }, + "showPercentChange": false, "text": { "valueSize": 24 }, - "textMode": "value" + "textMode": "value", + "wideLayout": true }, - "pluginVersion": "9.2.20", + "pluginVersion": "11.1.8", "targets": [ { "datasource": "Metrics", @@ -743,24 +780,28 @@ "y": 6 }, "id": 375, - "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", + "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": ["lastNotNull"], + "calcs": [ + "lastNotNull" + ], "fields": "", "values": false }, + "showPercentChange": false, "text": { "valueSize": 24 }, - "textMode": "value" + "textMode": "value", + "wideLayout": true }, - "pluginVersion": "9.2.20", + "pluginVersion": "11.1.8", "targets": [ { "datasource": "Metrics", @@ -825,24 +866,28 @@ "y": 6 }, "id": 377, - "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", + "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": ["lastNotNull"], + "calcs": [ + "lastNotNull" + ], "fields": "", "values": false }, + "showPercentChange": false, "text": { "valueSize": 24 }, - "textMode": "value" + "textMode": "value", + "wideLayout": true }, - "pluginVersion": "9.2.20", + "pluginVersion": "11.1.8", "targets": [ { "datasource": "Metrics", @@ -928,17 +973,22 @@ "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", + "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": ["lastNotNull"], + "calcs": [ + "lastNotNull" + ], "fields": "", "values": false }, + "showPercentChange": false, "text": { "valueSize": 24 }, - "textMode": "value" + "textMode": "value", + "wideLayout": true }, - "pluginVersion": "9.2.20", + "pluginVersion": "11.1.8", "targets": [ { "datasource": "Metrics", @@ -1020,17 +1070,22 @@ "graphMode": "area", "justifyMode": "auto", "orientation": "auto", + "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": ["lastNotNull"], + "calcs": [ + "lastNotNull" + ], "fields": "", "values": false }, + "showPercentChange": false, "text": { "valueSize": 24 }, - "textMode": "value" + "textMode": "value", + "wideLayout": true }, - "pluginVersion": "9.2.20", + "pluginVersion": "11.1.8", "targets": [ { "datasource": "Metrics", @@ -1112,17 +1167,22 @@ "graphMode": "area", "justifyMode": "auto", "orientation": "auto", + "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": ["lastNotNull"], + "calcs": [ + "lastNotNull" + ], "fields": "", "values": false }, + "showPercentChange": false, "text": { "valueSize": 24 }, - "textMode": "value" + "textMode": "value", + "wideLayout": true }, - "pluginVersion": "9.2.20", + "pluginVersion": "11.1.8", "targets": [ { "datasource": "Metrics", @@ -1210,17 +1270,22 @@ "graphMode": "area", "justifyMode": "auto", "orientation": "auto", + "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": ["lastNotNull"], + "calcs": [ + "lastNotNull" + ], "fields": "", "values": false }, + "showPercentChange": false, "text": { "valueSize": 24 }, - "textMode": "value" + "textMode": "value", + "wideLayout": true }, - "pluginVersion": "9.2.20", + "pluginVersion": "11.1.8", "targets": [ { "datasource": "Metrics", @@ -1311,17 +1376,22 @@ "graphMode": "area", "justifyMode": "auto", "orientation": "auto", + "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": ["lastNotNull"], + "calcs": [ + "lastNotNull" + ], "fields": "", "values": false }, + "showPercentChange": false, "text": { "valueSize": 24 }, - "textMode": "value" + "textMode": "value", + "wideLayout": true }, - "pluginVersion": "9.2.20", + "pluginVersion": "11.1.8", "targets": [ { "calculatedInterval": "10m", @@ -1353,7 +1423,6 @@ "y": 11 }, "id": 1042, - "links": [], "options": { "title": "Failed Checks" }, @@ -1376,7 +1445,6 @@ }, "height": "120px", "id": 1048, - "links": [], "targets": [ { "datasource": "Metrics", @@ -1433,8 +1501,7 @@ "mode": "absolute", "steps": [ { - "color": "dark-green", - "value": null + "color": "dark-green" }, { "color": "red", @@ -1453,7 +1520,6 @@ "y": 17 }, "id": 1028, - "links": [], "maxDataPoints": 100, "options": { "colorMode": "background", @@ -1461,7 +1527,9 @@ "justifyMode": "auto", "orientation": "auto", "reduceOptions": { - "calcs": ["lastNotNull"], + "calcs": [ + "lastNotNull" + ], "fields": "", "values": false }, @@ -1512,8 +1580,7 @@ "mode": "absolute", "steps": [ { - "color": "dark-green", - "value": null + "color": "dark-green" }, { "color": "red", @@ -1532,7 +1599,6 @@ "y": 17 }, "id": 1026, - "links": [], "maxDataPoints": 100, "options": { "colorMode": "background", @@ -1540,7 +1606,9 @@ "justifyMode": "auto", "orientation": "auto", "reduceOptions": { - "calcs": ["lastNotNull"], + "calcs": [ + "lastNotNull" + ], "fields": "", "values": false }, @@ -1591,8 +1659,7 @@ "mode": "absolute", "steps": [ { - "color": "dark-green", - "value": null + "color": "dark-green" }, { "color": "red", @@ -1611,7 +1678,6 @@ "y": 25 }, "id": 1032, - "links": [], "maxDataPoints": 100, "options": { "colorMode": "background", @@ -1619,7 +1685,9 @@ "justifyMode": "auto", "orientation": "auto", "reduceOptions": { - "calcs": ["lastNotNull"], + "calcs": [ + "lastNotNull" + ], "fields": "", "values": false }, @@ -1668,8 +1736,7 @@ "mode": "absolute", "steps": [ { - "color": "dark-green", - "value": null + "color": "dark-green" }, { "color": "red", @@ -1688,7 +1755,6 @@ "y": 25 }, "id": 1030, - "links": [], "maxDataPoints": 100, "options": { "colorMode": "background", @@ -1696,7 +1762,9 @@ "justifyMode": "auto", "orientation": "auto", "reduceOptions": { - "calcs": ["lastNotNull"], + "calcs": [ + "lastNotNull" + ], "fields": "", "values": false }, @@ -1748,8 +1816,7 @@ "mode": "absolute", "steps": [ { - "color": "dark-green", - "value": null + "color": "dark-green" }, { "color": "red", @@ -1768,7 +1835,6 @@ "y": 33 }, "id": 1056, - "links": [], "maxDataPoints": 100, "options": { "colorMode": "background", @@ -1776,7 +1842,9 @@ "justifyMode": "auto", "orientation": "auto", "reduceOptions": { - "calcs": ["lastNotNull"], + "calcs": [ + "lastNotNull" + ], "fields": "", "values": false }, @@ -1827,8 +1895,7 @@ "mode": "absolute", "steps": [ { - "color": "dark-green", - "value": null + "color": "dark-green" }, { "color": "red", @@ -1847,7 +1914,6 @@ "y": 33 }, "id": 1055, - "links": [], "maxDataPoints": 100, "options": { "colorMode": "background", @@ -1855,7 +1921,9 @@ "justifyMode": "auto", "orientation": "auto", "reduceOptions": { - "calcs": ["lastNotNull"], + "calcs": [ + "lastNotNull" + ], "fields": "", "values": false }, @@ -1907,8 +1975,7 @@ "mode": "absolute", "steps": [ { - "color": "dark-green", - "value": null + "color": "dark-green" }, { "color": "red", @@ -1927,7 +1994,6 @@ "y": 41 }, "id": 1058, - "links": [], "maxDataPoints": 100, "options": { "colorMode": "background", @@ -1935,7 +2001,9 @@ "justifyMode": "auto", "orientation": "auto", "reduceOptions": { - "calcs": ["lastNotNull"], + "calcs": [ + "lastNotNull" + ], "fields": "", "values": false }, @@ -1986,8 +2054,7 @@ "mode": "absolute", "steps": [ { - "color": "dark-green", - "value": null + "color": "dark-green" }, { "color": "red", @@ -2006,7 +2073,6 @@ "y": 41 }, "id": 1057, - "links": [], "maxDataPoints": 100, "options": { "colorMode": "background", @@ -2014,7 +2080,9 @@ "justifyMode": "center", "orientation": "auto", "reduceOptions": { - "calcs": ["lastNotNull"], + "calcs": [ + "lastNotNull" + ], "fields": "", "values": false }, @@ -2124,7 +2192,11 @@ "links": [], "options": { "legend": { - "calcs": ["lastNotNull", "max", "min"], + "calcs": [ + "lastNotNull", + "max", + "min" + ], "displayMode": "table", "placement": "bottom", "showLegend": true @@ -2223,7 +2295,10 @@ "links": [], "options": { "legend": { - "calcs": ["lastNotNull", "max"], + "calcs": [ + "lastNotNull", + "max" + ], "displayMode": "table", "placement": "bottom", "showLegend": true, @@ -2325,7 +2400,11 @@ "links": [], "options": { "legend": { - "calcs": ["lastNotNull", "max", "min"], + "calcs": [ + "lastNotNull", + "max", + "min" + ], "displayMode": "table", "placement": "bottom", "showLegend": true @@ -2422,7 +2501,11 @@ "links": [], "options": { "legend": { - "calcs": ["mean", "max", "min"], + "calcs": [ + "mean", + "max", + "min" + ], "displayMode": "table", "placement": "bottom", "showLegend": true @@ -2528,7 +2611,11 @@ "links": [], "options": { "legend": { - "calcs": ["mean", "max", "min"], + "calcs": [ + "mean", + "max", + "min" + ], "displayMode": "table", "placement": "bottom", "showLegend": true @@ -2638,7 +2725,11 @@ "links": [], "options": { "legend": { - "calcs": ["mean", "max", "min"], + "calcs": [ + "mean", + "max", + "min" + ], "displayMode": "table", "placement": "bottom", "showLegend": true @@ -2754,7 +2845,11 @@ ], "options": { "legend": { - "calcs": ["mean", "max", "min"], + "calcs": [ + "mean", + "max", + "min" + ], "displayMode": "table", "placement": "bottom", "showLegend": true @@ -2860,7 +2955,11 @@ ], "options": { "legend": { - "calcs": ["mean", "max", "min"], + "calcs": [ + "mean", + "max", + "min" + ], "displayMode": "table", "placement": "bottom", "showLegend": true @@ -2965,7 +3064,11 @@ ], "options": { "legend": { - "calcs": ["mean", "max", "min"], + "calcs": [ + "mean", + "max", + "min" + ], "displayMode": "table", "placement": "bottom", "showLegend": true @@ -3071,7 +3174,11 @@ ], "options": { "legend": { - "calcs": ["mean", "max", "min"], + "calcs": [ + "mean", + "max", + "min" + ], "displayMode": "table", "placement": "bottom", "showLegend": true @@ -3177,7 +3284,11 @@ ], "options": { "legend": { - "calcs": ["mean", "max", "min"], + "calcs": [ + "mean", + "max", + "min" + ], "displayMode": "table", "placement": "bottom", "showLegend": true @@ -3283,7 +3394,11 @@ ], "options": { "legend": { - "calcs": ["mean", "max", "min"], + "calcs": [ + "mean", + "max", + "min" + ], "displayMode": "table", "placement": "bottom", "showLegend": true @@ -3382,7 +3497,11 @@ "links": [], "options": { "legend": { - "calcs": ["lastNotNull", "max", "min"], + "calcs": [ + "lastNotNull", + "max", + "min" + ], "displayMode": "table", "placement": "bottom", "showLegend": true @@ -3491,7 +3610,11 @@ "links": [], "options": { "legend": { - "calcs": ["lastNotNull", "max", "min"], + "calcs": [ + "lastNotNull", + "max", + "min" + ], "displayMode": "table", "placement": "bottom", "showLegend": true, @@ -3627,7 +3750,11 @@ "links": [], "options": { "legend": { - "calcs": ["mean", "max", "min"], + "calcs": [ + "mean", + "max", + "min" + ], "displayMode": "table", "placement": "bottom", "showLegend": true @@ -3692,7 +3819,9 @@ "defaults": { "custom": { "align": "auto", - "displayMode": "auto", + "cellOptions": { + "type": "auto" + }, "inspect": false, "minWidth": 110 }, @@ -3702,8 +3831,7 @@ "mode": "percentage", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -3829,8 +3957,10 @@ "value": "s" }, { - "id": "custom.displayMode", - "value": "color-text" + "id": "custom.cellOptions", + "value": { + "type": "color-text" + } }, { "id": "thresholds", @@ -3838,8 +3968,7 @@ "mode": "absolute", "steps": [ { - "color": "red", - "value": null + "color": "red" }, { "color": "yellow", @@ -3909,8 +4038,10 @@ ] }, { - "id": "custom.displayMode", - "value": "color-text" + "id": "custom.cellOptions", + "value": { + "type": "color-text" + } } ] }, @@ -3973,8 +4104,12 @@ "id": 1052, "options": { "footer": { - "fields": ["Value #A"], - "reducer": ["count"], + "fields": [ + "Value #A" + ], + "reducer": [ + "count" + ], "show": true }, "showHeader": true @@ -4178,9 +4313,10 @@ } ], "refresh": "1m", - "schemaVersion": 37, - "style": "dark", - "tags": ["Percona"], + "schemaVersion": 39, + "tags": [ + "Percona" + ], "templating": { "list": [ { @@ -4252,10 +4388,13 @@ "allValue": ".*", "current": { "selected": true, - "text": ["All"], - "value": ["$__all"] + "text": [ + "All" + ], + "value": [ + "$__all" + ] }, - "datasource": "Metrics", "definition": "label_values({__name__=~\"pg_up|mysql_up|mongodb_up|proxysql_mysql_status_active_transactions\"}, environment)", "hide": 0, "includeAll": true, @@ -4280,10 +4419,13 @@ "allFormat": "glob", "current": { "selected": true, - "text": ["All"], - "value": ["$__all"] + "text": [ + "All" + ], + "value": [ + "$__all" + ] }, - "datasource": "Metrics", "definition": "label_values(up{environment=~\"$environment\"}, node_name)", "hide": 0, "includeAll": true, @@ -4308,10 +4450,13 @@ "allValue": ".*", "current": { "selected": true, - "text": ["All"], - "value": ["$__all"] + "text": [ + "All" + ], + "value": [ + "$__all" + ] }, - "datasource": "Metrics", "definition": "label_values(node_load1{node_type=~\"generic|remote_rds|container|remote\"}, region)", "hide": 2, "includeAll": true, @@ -4332,10 +4477,13 @@ { "current": { "selected": true, - "text": ["All"], - "value": ["$__all"] + "text": [ + "All" + ], + "value": [ + "$__all" + ] }, - "datasource": "Metrics", "definition": "label_values(up{region=~\"$region\"}, node_type)", "hide": 2, "includeAll": true, @@ -4356,10 +4504,13 @@ { "current": { "selected": true, - "text": ["All"], - "value": ["$__all"] + "text": [ + "All" + ], + "value": [ + "$__all" + ] }, - "datasource": "Metrics", "definition": "label_values({__name__=~\"pg_up|mysql_up|mongodb_up|up\",node_name=~\"$node_name\"}, service_name)", "hide": 2, "includeAll": true, @@ -4384,7 +4535,6 @@ "text": "", "value": "" }, - "datasource": "Metrics", "definition": "label_values(mysql_up{node_name=~\"$node_name\"}, node_name)", "hide": 2, "includeAll": false, @@ -4412,7 +4562,6 @@ "text": "", "value": "" }, - "datasource": "Metrics", "definition": "label_values(pg_up{node_name=~\"$node_name\"}, node_name)", "hide": 2, "includeAll": false, @@ -4436,11 +4585,11 @@ { "allFormat": "glob", "current": { + "isNone": true, "selected": false, - "text": "", + "text": "None", "value": "" }, - "datasource": "Metrics", "definition": "label_values(mongodb_up{node_name=~\"$node_name\"}, node_name)", "hide": 2, "includeAll": false, @@ -4468,7 +4617,6 @@ "text": "", "value": "" }, - "datasource": "Metrics", "definition": "label_values(proxysql_mysql_status_active_transactions{node_name=~\"$node_name\"}, node_name)", "hide": 2, "includeAll": false, @@ -4492,11 +4640,11 @@ { "allFormat": "glob", "current": { + "isNone": true, "selected": false, - "text": "", + "text": "None", "value": "" }, - "datasource": "Metrics", "definition": "label_values(haproxy_process_start_time_seconds{node_name=~\"$node_name\"}, node_name)", "hide": 2, "includeAll": false, @@ -4524,7 +4672,6 @@ "text": "", "value": "" }, - "datasource": "Metrics", "definition": "label_values(up{node_name=~\"$node_name\"}, node_name)", "hide": 2, "includeAll": false, @@ -4570,7 +4717,17 @@ "1d" ], "status": "Stable", - "time_options": ["5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d"], + "time_options": [ + "5m", + "15m", + "1h", + "6h", + "12h", + "24h", + "2d", + "7d", + "30d" + ], "type": "timepicker" }, "timezone": "", diff --git a/dashboards/Insight/Prometheus_Exporter_Status.json b/dashboards/Insight/Prometheus_Exporter_Status.json index 10a84b0b32..73bda56ac0 100644 --- a/dashboards/Insight/Prometheus_Exporter_Status.json +++ b/dashboards/Insight/Prometheus_Exporter_Status.json @@ -121,7 +121,7 @@ "panels": [], "targets": [ { - "datasource": "Metrics", + "datasource": "Metrics", "refId": "A" } ], @@ -175,13 +175,13 @@ "y": 1 }, "id": 1001, - "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" @@ -189,12 +189,14 @@ "fields": "", "values": false }, + "showPercentChange": false, "text": { "valueSize": 20 }, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "9.1.2", + "pluginVersion": "11.1.8", "targets": [ { "datasource": "Metrics", @@ -244,13 +246,13 @@ }, "id": 9, "interval": "$interval", - "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" @@ -258,12 +260,14 @@ "fields": "", "values": false }, + "showPercentChange": false, "text": { "valueSize": 20 }, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "9.1.2", + "pluginVersion": "11.1.8", "targets": [ { "calculatedInterval": "10m", @@ -321,13 +325,13 @@ }, "id": 1022, "interval": "$interval", - "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" @@ -335,12 +339,14 @@ "fields": "", "values": false }, + "showPercentChange": false, "text": { "valueSize": 20 }, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "9.1.2", + "pluginVersion": "11.1.8", "targets": [ { "calculatedInterval": "10m", @@ -398,13 +404,13 @@ }, "id": 35, "interval": "$interval", - "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" @@ -412,12 +418,14 @@ "fields": "", "values": false }, + "showPercentChange": false, "text": { "valueSize": 20 }, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "9.1.2", + "pluginVersion": "11.1.8", "targets": [ { "calculatedInterval": "10m", @@ -438,67 +446,106 @@ "type": "stat" }, { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, "datasource": "Metrics", - "decimals": 2, - "editable": true, - "error": false, "fieldConfig": { "defaults": { - "links": [] + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "decimals": 2, + "links": [], + "mappings": [], + "max": 1, + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "none" }, - "overrides": [] + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "Load 1m" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#E0752D", + "mode": "fixed" + } + } + ] + } + ] }, - "fill": 0, - "fillGradient": 0, - "grid": {}, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 4 }, - "hiddenSeries": false, "id": 18, - "legend": { - "alignAsTable": true, - "avg": true, - "current": false, - "hideEmpty": false, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sort": "avg", - "sortDesc": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "links": [], - "nullPointMode": "null", "options": { - "alertThreshold": true + "legend": { + "calcs": [ + "mean", + "max", + "min" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } }, - "paceLength": 10, - "percentage": false, "pluginVersion": "9.1.2", - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ - { - "alias": "Load 1m", - "color": "#E0752D" - } - ], - "spaceLength": 10, - "stack": false, - "steppedLine": false, "targets": [ { "calculatedInterval": "10s", @@ -516,105 +563,113 @@ "target": "" } ], - "thresholds": [], - "timeRegions": [], "title": "Collector Scrape Successful", - "tooltip": { - "msResolution": false, - "shared": true, - "sort": 5, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 2, - "format": "none", - "label": "", - "logBase": 1, - "max": "1", - "min": 0, - "show": true - }, - { - "format": "none", - "logBase": 1, - "min": 0, - "show": false - } - ], - "yaxis": { - "align": false - } + "type": "timeseries" }, { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, "datasource": "Metrics", - "decimals": 2, - "editable": true, - "error": false, "fieldConfig": { "defaults": { - "links": [] + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "log": 2, + "type": "log" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "decimals": 2, + "links": [], + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "s" }, - "overrides": [] + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "Total Load" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#C4162A", + "mode": "fixed" + } + }, + { + "id": "custom.lineWidth", + "value": 2 + } + ] + } + ] }, - "fill": 0, - "fillGradient": 0, - "grid": {}, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 4 }, - "hiddenSeries": false, "id": 37, - "legend": { - "alignAsTable": true, - "avg": true, - "current": false, - "hideEmpty": false, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sort": "avg", - "sortDesc": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "links": [], - "nullPointMode": "null", "options": { - "alertThreshold": true + "legend": { + "calcs": [ + "mean", + "max", + "min" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } }, - "paceLength": 10, - "percentage": false, "pluginVersion": "9.1.2", - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ - { - "alias": "Total Load", - "color": "#C4162A", - "linewidth": 2 - } - ], - "spaceLength": 10, - "stack": false, - "steppedLine": false, "targets": [ { "calculatedInterval": "10s", @@ -641,39 +696,8 @@ "refId": "B" } ], - "thresholds": [], - "timeRegions": [], "title": "Collector Execution Time (Log Scale)", - "tooltip": { - "msResolution": false, - "shared": true, - "sort": 5, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 2, - "format": "s", - "label": "", - "logBase": 2, - "show": true - }, - { - "format": "none", - "logBase": 1, - "min": 0, - "show": false - } - ], - "yaxis": { - "align": false - } + "type": "timeseries" }, { "collapsed": false, @@ -742,13 +766,13 @@ "y": 13 }, "id": 62, - "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" @@ -756,12 +780,14 @@ "fields": "", "values": false }, + "showPercentChange": false, "text": { "valueSize": 20 }, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "9.1.2", + "pluginVersion": "11.1.8", "targets": [ { "datasource": "Metrics", @@ -814,13 +840,13 @@ "y": 13 }, "id": 61, - "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" @@ -828,12 +854,14 @@ "fields": "", "values": false }, + "showPercentChange": false, "text": { "valueSize": 20 }, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "9.1.2", + "pluginVersion": "11.1.8", "targets": [ { "datasource": "Metrics", @@ -885,13 +913,13 @@ "y": 13 }, "id": 60, - "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" @@ -899,12 +927,14 @@ "fields": "", "values": false }, + "showPercentChange": false, "text": { "valueSize": 20 }, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "9.1.2", + "pluginVersion": "11.1.8", "targets": [ { "datasource": "Metrics", @@ -956,13 +986,13 @@ "y": 13 }, "id": 59, - "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" @@ -970,12 +1000,14 @@ "fields": "", "values": false }, + "showPercentChange": false, "text": { "valueSize": 20 }, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "9.1.2", + "pluginVersion": "11.1.8", "targets": [ { "datasource": "Metrics", @@ -991,66 +1023,104 @@ "type": "stat" }, { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, "datasource": "Metrics", - "editable": true, - "error": false, "fieldConfig": { "defaults": { - "links": [] + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "links": [], + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "s" }, - "overrides": [] + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "Load 1m" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#E0752D", + "mode": "fixed" + } + } + ] + } + ] }, - "fill": 0, - "fillGradient": 0, - "grid": {}, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 16 }, - "hiddenSeries": false, "id": 6, - "legend": { - "alignAsTable": true, - "avg": true, - "current": false, - "hideEmpty": false, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sort": "avg", - "sortDesc": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "links": [], - "nullPointMode": "null", "options": { - "alertThreshold": true + "legend": { + "calcs": [ + "mean", + "max", + "min" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } }, - "paceLength": 10, - "percentage": false, "pluginVersion": "9.1.2", - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ - { - "alias": "Load 1m", - "color": "#E0752D" - } - ], - "spaceLength": 10, - "stack": false, - "steppedLine": false, "targets": [ { "calculatedInterval": "10s", @@ -1068,378 +1138,530 @@ "target": "" } ], - "thresholds": [], - "timeRegions": [], "title": "Collector Execution Time", - "tooltip": { - "msResolution": false, - "shared": true, - "sort": 5, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "show": true, - "values": [] - }, - "yaxes": [ - { - "format": "s", - "label": "", - "logBase": 1, - "min": 0, - "show": true - }, - { - "format": "none", - "logBase": 1, - "min": 0, - "show": false - } - ], - "yaxis": { - "align": false - } + "type": "timeseries" }, { - "aliasColors": { - "High Resolution": "#58140c", - "Low Resolution": "#e24d42", - "Medium Resolution": "#bf1b00" - }, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "Metrics", - "decimals": 2, - "editable": true, - "error": false, "fieldConfig": { "defaults": { - "links": [] + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "decimals": 2, + "links": [], + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" }, - "overrides": [] + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "High Resolution" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#58140c", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Low Resolution" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#e24d42", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Medium Resolution" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#bf1b00", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Load 1m" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#E0752D", + "mode": "fixed" + } + } + ] + } + ] }, - "fill": 0, - "fillGradient": 0, - "grid": {}, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 16 }, - "hiddenSeries": false, "id": 38, - "legend": { - "alignAsTable": true, - "avg": true, - "current": false, - "hideEmpty": false, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sort": "avg", - "sortDesc": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "links": [], - "nullPointMode": "null", "options": { - "alertThreshold": true + "legend": { + "calcs": [ + "mean", + "max", + "min" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } }, - "paceLength": 10, - "percentage": false, "pluginVersion": "9.1.2", - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ - { - "alias": "Load 1m", - "color": "#E0752D" - } - ], - "spaceLength": 10, - "stack": false, - "steppedLine": false, "targets": [ { "calculatedInterval": "10s", "datasource": "Metrics", "datasourceErrors": {}, + "editorMode": "code", "errors": {}, - "expr": "avg by (node_name,service_name) (max_over_time(mysql_exporter_last_scrape_error{node_name=\"$node_name\",service_name=~\"$service_name\",job=~\"mysqld_exporter_agent_id_.*_hr.*\"}[$interval]) or \nmax_over_time(mysql_exporter_last_scrape_error{node_name=\"$node_name\",service_name=~\"$service_name\",job=~\"mysqld_exporter_agent_id_.*_hr.*\"}[5m]))", + "expr": "avg by (node_name,service_name) (max_over_time(mysql_exporter_last_scrape_error{node_name=\"$node_name\",service_name=~\"$service_name\",job=~\"mysqld_exporter_.*_hr.*\"}[$interval]) or \nmax_over_time(mysql_exporter_last_scrape_error{node_name=\"$node_name\",service_name=~\"$service_name\",job=~\"mysqld_exporter_.*_hr.*\"}[5m]))", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "High Resolution - {{service_name}}", "metric": "", + "range": true, "refId": "A", "step": 300, "target": "" }, { "datasource": "Metrics", - "expr": "avg by (node_name,service_name) (max_over_time(mysql_exporter_last_scrape_error{node_name=\"$node_name\",service_name=~\"$service_name\",job=~\"mysqld_exporter_agent_id_.*_mr.*\"}[$interval]) or \nmax_over_time(mysql_exporter_last_scrape_error{node_name=\"$node_name\",service_name=~\"$service_name\",job=~\"mysqld_exporter_agent_id_.*_mr.*\"}[5m]))", + "editorMode": "code", + "expr": "avg by (node_name,service_name) (max_over_time(mysql_exporter_last_scrape_error{node_name=\"$node_name\",service_name=~\"$service_name\",job=~\"mysqld_exporter_.*_mr.*\"}[$interval]) or \nmax_over_time(mysql_exporter_last_scrape_error{node_name=\"$node_name\",service_name=~\"$service_name\",job=~\"mysqld_exporter_.*_mr.*\"}[5m]))", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Medium Resolution {{service_name}}", + "range": true, "refId": "B" }, { "datasource": "Metrics", - "expr": "avg by (node_name,service_name) (max_over_time(mysql_exporter_last_scrape_error{node_name=\"$node_name\",service_name=~\"$service_name\",job=~\"mysqld_exporter_agent_id_.*_lr.*\"}[$interval]) or \nmax_over_time(mysql_exporter_last_scrape_error{node_name=\"$node_name\",service_name=~\"$service_name\",job=~\"mysqld_exporter_agent_id_.*_lr.*\"}[5m]))", + "editorMode": "code", + "expr": "avg by (node_name,service_name) (max_over_time(mysql_exporter_last_scrape_error{node_name=\"$node_name\",service_name=~\"$service_name\",job=~\"mysqld_exporter_.*_lr.*\"}[$interval]) or \nmax_over_time(mysql_exporter_last_scrape_error{node_name=\"$node_name\",service_name=~\"$service_name\",job=~\"mysqld_exporter_.*_lr.*\"}[5m]))", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Low Resolution - {{service_name}}", + "range": true, "refId": "C" } ], - "thresholds": [], - "timeRegions": [], "title": "MySQL Exporter Errors", - "tooltip": { - "msResolution": false, - "shared": true, - "sort": 5, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 2, - "format": "short", - "label": "", - "logBase": 1, - "min": 0, - "show": true - }, - { - "format": "none", - "logBase": 1, - "min": 0, - "show": false - } - ], - "yaxis": { - "align": false - } + "type": "timeseries" }, { - "aliasColors": { - "High Resolution": "#64b0c8", - "Low Resolution": "#705da0", - "Medium Resolution": "#1f78c1" - }, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "Metrics", - "decimals": 2, - "editable": true, - "error": false, "fieldConfig": { "defaults": { - "links": [] + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "decimals": 2, + "links": [], + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "ops" }, - "overrides": [] + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "High Resolution" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#64b0c8", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Low Resolution" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#705da0", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Medium Resolution" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#1f78c1", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Load 1m" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#E0752D", + "mode": "fixed" + } + } + ] + } + ] }, - "fill": 0, - "fillGradient": 0, - "grid": {}, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 24 }, - "hiddenSeries": false, "id": 39, - "legend": { - "alignAsTable": true, - "avg": true, - "current": false, - "hideEmpty": false, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sort": "avg", - "sortDesc": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "links": [], - "nullPointMode": "null", "options": { - "alertThreshold": true + "legend": { + "calcs": [ + "mean", + "max", + "min" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } }, - "paceLength": 10, - "percentage": false, "pluginVersion": "9.1.2", - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ - { - "alias": "Load 1m", - "color": "#E0752D" - } - ], - "spaceLength": 10, - "stack": false, - "steppedLine": false, "targets": [ { "calculatedInterval": "10s", "datasource": "Metrics", "datasourceErrors": {}, + "editorMode": "code", "errors": {}, - "expr": "avg by (node_name,service_name) (rate(mysql_exporter_scrapes_total{node_name=\"$node_name\",service_name=~\"$service_name\",job=~\"mysqld_exporter_agent_id_.*_hr.*\"}[$interval]) or \nirate(mysql_exporter_scrapes_total{node_name=\"$node_name\",service_name=~\"$service_name\",job=~\"mysqld_exporter_agent_id_.*_hr.*\"}[5m]))", + "expr": "avg by (node_name,service_name) (rate(mysql_exporter_scrapes_total{node_name=\"$node_name\",service_name=~\"$service_name\",job=~\"mysqld_exporter_.*_hr.*\"}[$interval]) or \nirate(mysql_exporter_scrapes_total{node_name=\"$node_name\",service_name=~\"$service_name\",job=~\"mysqld_exporter_.*_hr.*\"}[5m]))", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "High Resolution - {{service_name}}", "metric": "", + "range": true, "refId": "A", "step": 300, "target": "" }, { "datasource": "Metrics", - "expr": "avg by (node_name,service_name) (rate(mysql_exporter_scrapes_total{node_name=\"$node_name\",service_name=~\"$service_name\",job=~\"mysqld_exporter_agent_id_.*_mr.*\"}[$interval]) or \nirate(mysql_exporter_scrapes_total{node_name=\"$node_name\",service_name=~\"$service_name\",job=~\"mysqld_exporter_agent_id_.*_mr.*\"}[5m]))", + "editorMode": "code", + "expr": "avg by (node_name,service_name) (rate(mysql_exporter_scrapes_total{node_name=\"$node_name\",service_name=~\"$service_name\",job=~\"mysqld_exporter_.*_mr.*\"}[$interval]) or \nirate(mysql_exporter_scrapes_total{node_name=\"$node_name\",service_name=~\"$service_name\",job=~\"mysqld_exporter_.*_mr.*\"}[5m]))", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Medium Resolution - {{service_name}}", + "range": true, "refId": "B" }, { "datasource": "Metrics", - "expr": "avg by (node_name,service_name) (rate(mysql_exporter_scrapes_total{node_name=\"$node_name\",service_name=~\"$service_name\",job=~\"mysqld_exporter_agent_id_.*_lr.*\"}[$interval]) or \nirate(mysql_exporter_scrapes_total{node_name=\"$node_name\",service_name=~\"$service_name\",job=~\"mysqld_exporter_agent_id_.*_lr.*\"}[5m]))", + "editorMode": "code", + "expr": "avg by (node_name,service_name) (rate(mysql_exporter_scrapes_total{node_name=\"$node_name\",service_name=~\"$service_name\",job=~\"mysqld_exporter_.*_lr.*\"}[$interval]) or \nirate(mysql_exporter_scrapes_total{node_name=\"$node_name\",service_name=~\"$service_name\",job=~\"mysqld_exporter_.*_lr.*\"}[5m]))", "format": "time_series", "interval": "$interval", "intervalFactor": 1, "legendFormat": "Low Resolution - {{service_name}}", + "range": true, "refId": "C" } ], - "thresholds": [], - "timeRegions": [], "title": "Rate of Scrapes", - "tooltip": { - "msResolution": false, - "shared": true, - "sort": 5, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 2, - "format": "ops", - "label": "", - "logBase": 1, - "min": 0, - "show": true - }, - { - "format": "none", - "logBase": 1, - "min": 0, - "show": false - } - ], - "yaxis": { - "align": false - } + "type": "timeseries" }, { - "aliasColors": { - "High Resolution": "#64b0c8", - "Low Resolution": "#705da0", - "Medium Resolution": "#1f78c1" - }, - "bars": false, - "dashLength": 10, - "dashes": false, "datasource": "Metrics", - "decimals": 2, - "editable": true, - "error": false, "fieldConfig": { "defaults": { - "links": [] + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "decimals": 2, + "links": [], + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" }, - "overrides": [] + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "High Resolution" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#64b0c8", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Low Resolution" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#705da0", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Medium Resolution" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#1f78c1", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Load 1m" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#E0752D", + "mode": "fixed" + } + } + ] + } + ] }, - "fill": 0, - "fillGradient": 0, - "grid": {}, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 24 }, - "hiddenSeries": false, "id": 40, - "legend": { - "alignAsTable": true, - "avg": true, - "current": false, - "hideEmpty": false, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sort": "avg", - "sortDesc": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "links": [], - "nullPointMode": "null", "options": { - "alertThreshold": true + "legend": { + "calcs": [ + "mean", + "max", + "min" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } }, - "paceLength": 10, - "percentage": false, "pluginVersion": "9.1.2", - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ - { - "alias": "Load 1m", - "color": "#E0752D" - } - ], - "spaceLength": 10, - "stack": false, - "steppedLine": false, "targets": [ { "calculatedInterval": "10s", @@ -1459,40 +1681,8 @@ "target": "" } ], - "thresholds": [], - "timeRegions": [], "title": "MySQL up", - "tooltip": { - "msResolution": false, - "shared": true, - "sort": 5, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 2, - "format": "short", - "label": "", - "logBase": 1, - "min": 0, - "show": true - }, - { - "format": "none", - "logBase": 1, - "min": 0, - "show": false - } - ], - "yaxis": { - "align": false - } + "type": "timeseries" }, { "collapsed": false, @@ -1560,13 +1750,13 @@ "y": 33 }, "id": 42, - "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" @@ -1574,12 +1764,14 @@ "fields": "", "values": false }, + "showPercentChange": false, "text": { "valueSize": 20 }, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "9.1.2", + "pluginVersion": "11.1.8", "targets": [ { "calculatedInterval": "10m", @@ -1637,13 +1829,13 @@ }, "id": 43, "interval": "$interval", - "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" @@ -1651,12 +1843,14 @@ "fields": "", "values": false }, + "showPercentChange": false, "text": { "valueSize": 20 }, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "9.1.2", + "pluginVersion": "11.1.8", "targets": [ { "calculatedInterval": "10m", @@ -1714,13 +1908,13 @@ }, "id": 44, "interval": "$interval", - "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" @@ -1728,12 +1922,14 @@ "fields": "", "values": false }, + "showPercentChange": false, "text": { "valueSize": 20 }, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "9.1.2", + "pluginVersion": "11.1.8", "targets": [ { "calculatedInterval": "10m", @@ -1791,13 +1987,13 @@ }, "id": 45, "interval": "$interval", - "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" @@ -1805,12 +2001,14 @@ "fields": "", "values": false }, + "showPercentChange": false, "text": { "valueSize": 20 }, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "9.1.2", + "pluginVersion": "11.1.8", "targets": [ { "calculatedInterval": "10m", @@ -1831,67 +2029,106 @@ "type": "stat" }, { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, "datasource": "Metrics", - "decimals": 2, - "editable": true, - "error": false, "fieldConfig": { "defaults": { - "links": [] + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "decimals": 2, + "links": [], + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "s" }, - "overrides": [] + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "Load 1m" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#E0752D", + "mode": "fixed" + } + } + ] + } + ] }, - "fill": 0, - "fillGradient": 0, - "grid": {}, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 36 }, - "hiddenSeries": false, "id": 46, "interval": "", - "legend": { - "alignAsTable": true, - "avg": true, - "current": false, - "hideEmpty": false, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sort": "avg", - "sortDesc": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "links": [], - "nullPointMode": "null", "options": { - "alertThreshold": true + "legend": { + "calcs": [ + "mean", + "max", + "min" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } }, - "percentage": false, "pluginVersion": "9.1.2", - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ - { - "alias": "Load 1m", - "color": "#E0752D" - } - ], - "spaceLength": 10, - "stack": false, - "steppedLine": false, "targets": [ { "calculatedInterval": "10s", @@ -1909,107 +2146,169 @@ "target": "" } ], - "thresholds": [], - "timeRegions": [], "title": "MongoDB Scrape Performance", - "tooltip": { - "msResolution": false, - "shared": true, - "sort": 5, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 2, - "format": "s", - "label": "", - "logBase": 1, - "min": 0, - "show": true - }, - { - "format": "none", - "logBase": 1, - "min": 0, - "show": false - } - ], - "yaxis": { - "align": false - } + "type": "timeseries" }, { - "aliasColors": { - "High Resolution": "#58140c", - "Low Resolution": "#e24d42", - "Medium Resolution": "#bf1b00", - "MongoDB Exporter Errors": "#bf1b00" - }, - "bars": false, - "dashLength": 10, - "dashes": false, "datasource": "Metrics", - "decimals": 2, - "editable": true, - "error": false, "fieldConfig": { "defaults": { - "links": [] + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "decimals": 2, + "links": [], + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" }, - "overrides": [] + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "High Resolution" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#58140c", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Low Resolution" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#e24d42", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Medium Resolution" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#bf1b00", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "MongoDB Exporter Errors" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#bf1b00", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Load 1m" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#E0752D", + "mode": "fixed" + } + } + ] + } + ] }, - "fill": 0, - "fillGradient": 0, - "grid": {}, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 36 }, - "hiddenSeries": false, "id": 47, - "legend": { - "alignAsTable": true, - "avg": true, - "current": false, - "hideEmpty": false, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sort": "avg", - "sortDesc": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "links": [], - "nullPointMode": "null", "options": { - "alertThreshold": true + "legend": { + "calcs": [ + "mean", + "max", + "min" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } }, - "percentage": false, "pluginVersion": "9.1.2", - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ - { - "alias": "Load 1m", - "color": "#E0752D" - } - ], - "spaceLength": 10, - "stack": false, - "steppedLine": false, "targets": [ { "calculatedInterval": "10s", @@ -2027,106 +2326,154 @@ "target": "" } ], - "thresholds": [], - "timeRegions": [], "title": "MongoDB Exporter Errors", - "tooltip": { - "msResolution": false, - "shared": true, - "sort": 5, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 2, - "format": "short", - "label": "", - "logBase": 1, - "min": 0, - "show": true - }, - { - "format": "none", - "logBase": 1, - "min": 0, - "show": false - } - ], - "yaxis": { - "align": false - } + "type": "timeseries" }, { - "aliasColors": { - "High Resolution": "#64b0c8", - "Low Resolution": "#705da0", - "Medium Resolution": "#1f78c1" - }, - "bars": false, - "dashLength": 10, - "dashes": false, "datasource": "Metrics", - "decimals": 2, - "editable": true, - "error": false, "fieldConfig": { "defaults": { - "links": [] + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "decimals": 2, + "links": [], + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "ops" }, - "overrides": [] + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "High Resolution" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#64b0c8", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Low Resolution" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#705da0", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Medium Resolution" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#1f78c1", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Load 1m" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#E0752D", + "mode": "fixed" + } + } + ] + } + ] }, - "fill": 0, - "fillGradient": 0, - "grid": {}, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 44 }, - "hiddenSeries": false, "id": 48, - "legend": { - "alignAsTable": true, - "avg": true, - "current": false, - "hideEmpty": false, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sort": "avg", - "sortDesc": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "links": [], - "nullPointMode": "null", "options": { - "alertThreshold": true + "legend": { + "calcs": [ + "mean", + "max", + "min" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } }, - "percentage": false, "pluginVersion": "9.1.2", - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ - { - "alias": "Load 1m", - "color": "#E0752D" - } - ], - "spaceLength": 10, - "stack": false, - "steppedLine": false, "targets": [ { "calculatedInterval": "10s", @@ -2144,92 +2491,93 @@ "target": "" } ], - "thresholds": [], - "timeRegions": [], "title": "Rate of Scrapes", - "tooltip": { - "msResolution": false, - "shared": true, - "sort": 5, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 2, - "format": "ops", - "label": "", - "logBase": 1, - "min": 0, - "show": true - }, - { - "format": "none", - "logBase": 1, - "min": 0, - "show": false - } - ], - "yaxis": { - "align": false - } + "type": "timeseries" }, { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, "datasource": "Metrics", - "decimals": 2, "fieldConfig": { "defaults": { - "links": [] - }, + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "decimals": 2, + "links": [], + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, "overrides": [] }, - "fill": 0, - "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 44 }, - "hiddenSeries": false, "id": 63, - "legend": { - "alignAsTable": true, - "avg": true, - "current": false, - "max": true, - "min": true, - "show": true, - "sort": "avg", - "sortDesc": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "links": [], - "nullPointMode": "null", "options": { - "alertThreshold": true + "legend": { + "calcs": [ + "mean", + "max", + "min" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } }, - "percentage": false, "pluginVersion": "9.1.2", - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, "targets": [ { "datasource": "Metrics", @@ -2241,38 +2589,8 @@ "refId": "A" } ], - "thresholds": [], - "timeRegions": [], "title": "MongoDB up", - "tooltip": { - "shared": true, - "sort": 5, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 2, - "format": "short", - "label": "", - "logBase": 1, - "min": "0", - "show": true - }, - { - "format": "short", - "logBase": 1, - "show": false - } - ], - "yaxis": { - "align": false - } + "type": "timeseries" }, { "collapsed": false, @@ -2332,13 +2650,13 @@ }, "id": 1003, "interval": "$interval", - "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" @@ -2346,12 +2664,14 @@ "fields": "", "values": false }, + "showPercentChange": false, "text": { "valueSize": 20 }, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "9.1.2", + "pluginVersion": "11.1.8", "targets": [ { "calculatedInterval": "10m", @@ -2409,13 +2729,13 @@ }, "id": 49, "interval": "$interval", - "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" @@ -2423,12 +2743,14 @@ "fields": "", "values": false }, + "showPercentChange": false, "text": { "valueSize": 20 }, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "9.1.2", + "pluginVersion": "11.1.8", "targets": [ { "calculatedInterval": "10m", @@ -2486,13 +2808,13 @@ }, "id": 50, "interval": "$interval", - "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" @@ -2500,12 +2822,14 @@ "fields": "", "values": false }, + "showPercentChange": false, "text": { "valueSize": 20 }, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "9.1.2", + "pluginVersion": "11.1.8", "targets": [ { "calculatedInterval": "10m", @@ -2563,13 +2887,13 @@ }, "id": 51, "interval": "$interval", - "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" @@ -2577,12 +2901,14 @@ "fields": "", "values": false }, + "showPercentChange": false, "text": { "valueSize": 20 }, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "9.1.2", + "pluginVersion": "11.1.8", "targets": [ { "calculatedInterval": "10m", @@ -2603,66 +2929,105 @@ "type": "stat" }, { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, "datasource": "Metrics", - "decimals": 2, - "editable": true, - "error": false, "fieldConfig": { "defaults": { - "links": [] + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "decimals": 2, + "links": [], + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "s" }, - "overrides": [] + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "Load 1m" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#E0752D", + "mode": "fixed" + } + } + ] + } + ] }, - "fill": 0, - "fillGradient": 0, - "grid": {}, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 56 }, - "hiddenSeries": false, "id": 52, - "legend": { - "alignAsTable": true, - "avg": true, - "current": false, - "hideEmpty": false, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sort": "avg", - "sortDesc": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "links": [], - "nullPointMode": "null", "options": { - "alertThreshold": true + "legend": { + "calcs": [ + "mean", + "max", + "min" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } }, - "percentage": false, "pluginVersion": "9.1.2", - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ - { - "alias": "Load 1m", - "color": "#E0752D" - } - ], - "spaceLength": 10, - "stack": false, - "steppedLine": false, "targets": [ { "calculatedInterval": "10s", @@ -2680,109 +3045,185 @@ "target": "" } ], - "thresholds": [], - "timeRegions": [], "title": "ProxySQL Scrape Performance", - "tooltip": { - "msResolution": false, - "shared": true, - "sort": 5, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 2, - "format": "s", - "label": "", - "logBase": 1, - "min": 0, - "show": true - }, - { - "format": "none", - "logBase": 1, - "min": 0, - "show": false - } - ], - "yaxis": { - "align": false - } + "type": "timeseries" }, { - "aliasColors": { - "High Resolution": "#58140c", - "Low Resolution": "#e24d42", - "Medium Resolution": "#bf1b00", - "MongoDB Exporter Errors": "#bf1b00", - "ProxySQL Exporter Errors": "#bf1b00" - }, - "bars": false, - "dashLength": 10, - "dashes": false, "datasource": "Metrics", - "decimals": 2, - "editable": true, - "error": false, "fieldConfig": { "defaults": { - "links": [] + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "decimals": 2, + "links": [], + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" }, - "overrides": [] + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "High Resolution" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#58140c", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Low Resolution" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#e24d42", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Medium Resolution" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#bf1b00", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "MongoDB Exporter Errors" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#bf1b00", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "ProxySQL Exporter Errors" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#bf1b00", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Load 1m" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#E0752D", + "mode": "fixed" + } + } + ] + } + ] }, - "fill": 0, - "fillGradient": 0, - "grid": {}, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 56 }, - "hiddenSeries": false, "id": 53, "interval": "", - "legend": { - "alignAsTable": true, - "avg": true, - "current": false, - "hideEmpty": false, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sort": "avg", - "sortDesc": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "links": [], - "nullPointMode": "null", "options": { - "alertThreshold": true + "legend": { + "calcs": [ + "mean", + "max", + "min" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } }, - "percentage": false, "pluginVersion": "9.1.2", - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ - { - "alias": "Load 1m", - "color": "#E0752D" - } - ], - "spaceLength": 10, - "stack": false, - "steppedLine": false, "targets": [ { "calculatedInterval": "10s", @@ -2800,108 +3241,170 @@ "target": "" } ], - "thresholds": [], - "timeRegions": [], "title": "ProxySQL Exporter Errors", - "tooltip": { - "msResolution": false, - "shared": true, - "sort": 5, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 2, - "format": "short", - "label": "", - "logBase": 1, - "min": 0, - "show": true - }, - { - "format": "none", - "logBase": 1, - "min": 0, - "show": false - } - ], - "yaxis": { - "align": false - } + "type": "timeseries" }, { - "aliasColors": { - "High Resolution": "#64b0c8", - "Low Resolution": "#705da0", - "Medium Resolution": "#1f78c1", - "Scrapes Rate": "#1f78c1" - }, - "bars": false, - "dashLength": 10, - "dashes": false, "datasource": "Metrics", - "decimals": 2, - "editable": true, - "error": false, "fieldConfig": { "defaults": { - "links": [] + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "decimals": 2, + "links": [], + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "ops" }, - "overrides": [] + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "High Resolution" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#64b0c8", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Low Resolution" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#705da0", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Medium Resolution" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#1f78c1", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Scrapes Rate" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#1f78c1", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Load 1m" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#E0752D", + "mode": "fixed" + } + } + ] + } + ] }, - "fill": 0, - "fillGradient": 0, - "grid": {}, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 64 }, - "hiddenSeries": false, "id": 54, "interval": "", - "legend": { - "alignAsTable": true, - "avg": true, - "current": false, - "hideEmpty": false, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sort": "avg", - "sortDesc": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "links": [], - "nullPointMode": "null", "options": { - "alertThreshold": true + "legend": { + "calcs": [ + "mean", + "max", + "min" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } }, - "percentage": false, "pluginVersion": "9.1.2", - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ - { - "alias": "Load 1m", - "color": "#E0752D" - } - ], - "spaceLength": 10, - "stack": false, - "steppedLine": false, "targets": [ { "calculatedInterval": "10s", @@ -2919,107 +3422,155 @@ "target": "" } ], - "thresholds": [], - "timeRegions": [], "title": "Rate of Scrapes", - "tooltip": { - "msResolution": false, - "shared": true, - "sort": 5, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 2, - "format": "ops", - "label": "", - "logBase": 1, - "min": 0, - "show": true - }, - { - "format": "none", - "logBase": 1, - "min": 0, - "show": false - } - ], - "yaxis": { - "align": false - } + "type": "timeseries" }, { - "aliasColors": { - "High Resolution": "#64b0c8", - "Low Resolution": "#705da0", - "Medium Resolution": "#1f78c1" - }, - "bars": false, - "dashLength": 10, - "dashes": false, "datasource": "Metrics", - "decimals": 2, - "editable": true, - "error": false, "fieldConfig": { "defaults": { - "links": [] + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "decimals": 2, + "links": [], + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" }, - "overrides": [] + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "High Resolution" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#64b0c8", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Low Resolution" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#705da0", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Medium Resolution" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#1f78c1", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Load 1m" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#E0752D", + "mode": "fixed" + } + } + ] + } + ] }, - "fill": 0, - "fillGradient": 0, - "grid": {}, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 64 }, - "hiddenSeries": false, "id": 55, "interval": "", - "legend": { - "alignAsTable": true, - "avg": true, - "current": false, - "hideEmpty": false, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sort": "avg", - "sortDesc": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 1, - "links": [], - "nullPointMode": "null", "options": { - "alertThreshold": true + "legend": { + "calcs": [ + "mean", + "max", + "min" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } }, - "percentage": false, "pluginVersion": "9.1.2", - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ - { - "alias": "Load 1m", - "color": "#E0752D" - } - ], - "spaceLength": 10, - "stack": false, - "steppedLine": false, "targets": [ { "calculatedInterval": "10s", @@ -3037,40 +3588,8 @@ "target": "" } ], - "thresholds": [], - "timeRegions": [], "title": "ProxySQL up", - "tooltip": { - "msResolution": false, - "shared": true, - "sort": 5, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 2, - "format": "short", - "label": "", - "logBase": 1, - "min": 0, - "show": true - }, - { - "format": "none", - "logBase": 1, - "min": 0, - "show": false - } - ], - "yaxis": { - "align": false - } + "type": "timeseries" }, { "collapsed": false, @@ -3114,7 +3633,8 @@ "mode": "absolute", "steps": [ { - "color": "#299c46" + "color": "#299c46", + "value": null }, { "color": "rgba(237, 129, 40, 0.89)", @@ -3137,13 +3657,13 @@ "y": 73 }, "id": 1009, - "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" @@ -3151,12 +3671,14 @@ "fields": "", "values": false }, + "showPercentChange": false, "text": { "valueSize": 20 }, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "9.1.2", + "pluginVersion": "11.1.8", "targets": [ { "datasource": "Metrics", @@ -3181,7 +3703,8 @@ "mode": "absolute", "steps": [ { - "color": "rgba(50, 172, 45, 0.97)" + "color": "rgba(50, 172, 45, 0.97)", + "value": null }, { "color": "rgba(237, 129, 40, 0.89)", @@ -3205,13 +3728,13 @@ }, "id": 71, "interval": "$interval", - "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" @@ -3219,12 +3742,14 @@ "fields": "", "values": false }, + "showPercentChange": false, "text": { "valueSize": 20 }, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "9.1.2", + "pluginVersion": "11.1.8", "targets": [ { "calculatedInterval": "10m", @@ -3258,7 +3783,8 @@ "mode": "absolute", "steps": [ { - "color": "rgba(50, 172, 45, 0.97)" + "color": "rgba(50, 172, 45, 0.97)", + "value": null }, { "color": "rgba(237, 129, 40, 0.89)", @@ -3282,13 +3808,13 @@ }, "id": 72, "interval": "$interval", - "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" @@ -3296,12 +3822,14 @@ "fields": "", "values": false }, + "showPercentChange": false, "text": { "valueSize": 20 }, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "9.1.2", + "pluginVersion": "11.1.8", "targets": [ { "calculatedInterval": "10m", @@ -3334,7 +3862,8 @@ "mode": "absolute", "steps": [ { - "color": "rgba(245, 54, 54, 0.9)" + "color": "rgba(245, 54, 54, 0.9)", + "value": null }, { "color": "rgba(237, 129, 40, 0.89)", @@ -3358,13 +3887,13 @@ }, "id": 73, "interval": "$interval", - "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" @@ -3372,12 +3901,14 @@ "fields": "", "values": false }, + "showPercentChange": false, "text": { "valueSize": 20 }, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "9.1.2", + "pluginVersion": "11.1.8", "targets": [ { "calculatedInterval": "10m", @@ -3398,68 +3929,106 @@ "type": "stat" }, { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, "datasource": "Metrics", - "decimals": 2, - "editable": true, - "error": false, "fieldConfig": { "defaults": { - "links": [] + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 20, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 2, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "decimals": 2, + "links": [], + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "ops" }, - "overrides": [] + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "Load 1m" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#E0752D", + "mode": "fixed" + } + } + ] + } + ] }, - "fill": 2, - "fillGradient": 0, - "grid": {}, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 76 }, - "hiddenSeries": false, "id": 74, "interval": "", - "legend": { - "alignAsTable": true, - "avg": true, - "current": false, - "hideEmpty": false, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sort": "avg", - "sortDesc": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 2, - "links": [], - "nullPointMode": "null", "options": { - "alertThreshold": true + "legend": { + "calcs": [ + "mean", + "max", + "min" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } }, - "paceLength": 10, - "percentage": false, "pluginVersion": "9.1.2", - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ - { - "alias": "Load 1m", - "color": "#E0752D" - } - ], - "spaceLength": 10, - "stack": false, - "steppedLine": false, "targets": [ { "calculatedInterval": "10s", @@ -3486,102 +4055,108 @@ "refId": "B" } ], - "thresholds": [], - "timeRegions": [], "title": "Rate of Scrapes", - "tooltip": { - "msResolution": false, - "shared": true, - "sort": 5, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 2, - "format": "ops", - "label": "", - "logBase": 1, - "min": 0, - "show": true - }, - { - "format": "none", - "logBase": 1, - "min": 0, - "show": false - } - ], - "yaxis": { - "align": false - } + "type": "timeseries" }, { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, "datasource": "Metrics", - "editable": true, - "error": false, "fieldConfig": { "defaults": { - "links": [] + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "links": [], + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "s" }, - "overrides": [] - }, - "fill": 0, - "fillGradient": 0, - "grid": {}, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 76 - }, - "hiddenSeries": false, - "id": 1028, - "legend": { - "alignAsTable": true, - "avg": true, - "current": false, - "hideEmpty": false, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sort": "avg", - "sortDesc": true, - "total": false, - "values": true + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "Load 1m" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#E0752D", + "mode": "fixed" + } + } + ] + } + ] }, - "lines": true, - "linewidth": 1, - "links": [], - "nullPointMode": "null", + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 76 + }, + "id": 1028, "options": { - "alertThreshold": true + "legend": { + "calcs": [ + "mean", + "max", + "min" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } }, - "paceLength": 10, - "percentage": false, "pluginVersion": "9.1.2", - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ - { - "alias": "Load 1m", - "color": "#E0752D" - } - ], - "spaceLength": 10, - "stack": false, - "steppedLine": false, "targets": [ { "calculatedInterval": "10s", @@ -3601,39 +4176,8 @@ "target": "" } ], - "thresholds": [], - "timeRegions": [], "title": "Collector Execution Time", - "tooltip": { - "msResolution": false, - "shared": true, - "sort": 5, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "show": true, - "values": [] - }, - "yaxes": [ - { - "format": "s", - "label": "", - "logBase": 1, - "min": 0, - "show": true - }, - { - "format": "none", - "logBase": 1, - "min": 0, - "show": false - } - ], - "yaxis": { - "align": false - } + "type": "timeseries" }, { "collapsed": false, @@ -3677,7 +4221,8 @@ "mode": "absolute", "steps": [ { - "color": "#299c46" + "color": "#299c46", + "value": null }, { "color": "rgba(237, 129, 40, 0.89)", @@ -3700,13 +4245,13 @@ "y": 85 }, "id": 1012, - "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" @@ -3714,12 +4259,14 @@ "fields": "", "values": false }, + "showPercentChange": false, "text": { "valueSize": 20 }, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "9.1.2", + "pluginVersion": "11.1.8", "targets": [ { "datasource": "Metrics", @@ -3744,7 +4291,8 @@ "mode": "absolute", "steps": [ { - "color": "rgba(50, 172, 45, 0.97)" + "color": "rgba(50, 172, 45, 0.97)", + "value": null }, { "color": "rgba(237, 129, 40, 0.89)", @@ -3768,13 +4316,13 @@ }, "id": 1013, "interval": "$interval", - "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" @@ -3782,12 +4330,14 @@ "fields": "", "values": false }, + "showPercentChange": false, "text": { "valueSize": 20 }, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "9.1.2", + "pluginVersion": "11.1.8", "targets": [ { "calculatedInterval": "10m", @@ -3821,7 +4371,8 @@ "mode": "absolute", "steps": [ { - "color": "rgba(50, 172, 45, 0.97)" + "color": "rgba(50, 172, 45, 0.97)", + "value": null }, { "color": "rgba(237, 129, 40, 0.89)", @@ -3845,13 +4396,13 @@ }, "id": 1014, "interval": "$interval", - "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" @@ -3859,12 +4410,14 @@ "fields": "", "values": false }, + "showPercentChange": false, "text": { "valueSize": 20 }, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "9.1.2", + "pluginVersion": "11.1.8", "targets": [ { "calculatedInterval": "10m", @@ -3897,7 +4450,8 @@ "mode": "absolute", "steps": [ { - "color": "rgba(245, 54, 54, 0.9)" + "color": "rgba(245, 54, 54, 0.9)", + "value": null }, { "color": "rgba(237, 129, 40, 0.89)", @@ -3921,13 +4475,13 @@ }, "id": 1015, "interval": "$interval", - "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" @@ -3935,12 +4489,14 @@ "fields": "", "values": false }, + "showPercentChange": false, "text": { "valueSize": 20 }, - "textMode": "auto" + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "9.1.2", + "pluginVersion": "11.1.8", "targets": [ { "calculatedInterval": "10m", @@ -3961,68 +4517,106 @@ "type": "stat" }, { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, "datasource": "Metrics", - "decimals": 2, - "editable": true, - "error": false, "fieldConfig": { "defaults": { - "links": [] + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 20, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 2, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "decimals": 2, + "links": [], + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "ops" }, - "overrides": [] + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "Load 1m" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#E0752D", + "mode": "fixed" + } + } + ] + } + ] }, - "fill": 2, - "fillGradient": 0, - "grid": {}, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 88 }, - "hiddenSeries": false, "id": 1016, "interval": "", - "legend": { - "alignAsTable": true, - "avg": true, - "current": false, - "hideEmpty": false, - "max": true, - "min": true, - "rightSide": false, - "show": true, - "sort": "avg", - "sortDesc": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 2, - "links": [], - "nullPointMode": "null", "options": { - "alertThreshold": true + "legend": { + "calcs": [ + "mean", + "max", + "min" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } }, - "paceLength": 10, - "percentage": false, "pluginVersion": "9.1.2", - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [ - { - "alias": "Load 1m", - "color": "#E0752D" - } - ], - "spaceLength": 10, - "stack": false, - "steppedLine": false, "targets": [ { "calculatedInterval": "10s", @@ -4041,93 +4635,93 @@ "target": "" } ], - "thresholds": [], - "timeRegions": [], "title": "Rate of Scrapes", - "tooltip": { - "msResolution": false, - "shared": true, - "sort": 5, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 2, - "format": "ops", - "label": "", - "logBase": 1, - "min": 0, - "show": true - }, - { - "format": "none", - "logBase": 1, - "min": 0, - "show": false - } - ], - "yaxis": { - "align": false - } + "type": "timeseries" }, { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, "datasource": "Metrics", - "decimals": 2, "fieldConfig": { "defaults": { - "links": [] + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 20, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 2, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "decimals": 2, + "links": [], + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "s" }, "overrides": [] }, - "fill": 2, - "fillGradient": 0, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 88 }, - "hiddenSeries": false, "id": 1017, - "legend": { - "alignAsTable": true, - "avg": true, - "current": false, - "max": true, - "min": true, - "show": true, - "sort": "avg", - "sortDesc": true, - "total": false, - "values": true - }, - "lines": true, - "linewidth": 2, - "links": [], - "nullPointMode": "null", "options": { - "alertThreshold": true + "legend": { + "calcs": [ + "mean", + "max", + "min" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } }, - "paceLength": 10, - "percentage": false, "pluginVersion": "9.1.2", - "pointradius": 5, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, "targets": [ { "datasource": "Metrics", @@ -4140,37 +4734,8 @@ "refId": "A" } ], - "thresholds": [], - "timeRegions": [], "title": "Scrape Durations", - "tooltip": { - "shared": true, - "sort": 5, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "mode": "time", - "show": true, - "values": [] - }, - "yaxes": [ - { - "decimals": 2, - "format": "s", - "logBase": 1, - "min": "0", - "show": true - }, - { - "format": "short", - "logBase": 1, - "show": false - } - ], - "yaxis": { - "align": false - } + "type": "timeseries" }, { "collapsed": false, @@ -4238,7 +4803,6 @@ "y": 97 }, "id": 1020, - "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", @@ -4307,7 +4871,6 @@ }, "id": 1021, "interval": "$interval", - "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", @@ -4385,7 +4948,6 @@ }, "id": 1027, "interval": "$interval", - "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", @@ -4463,7 +5025,6 @@ }, "id": 1023, "interval": "$interval", - "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", @@ -4504,6 +5065,7 @@ }, { "aliasColors": {}, + "autoMigrateFrom": "graph", "bars": false, "dashLength": 10, "dashes": false, @@ -4545,7 +5107,6 @@ }, "lines": true, "linewidth": 2, - "links": [], "nullPointMode": "null", "options": { "alertThreshold": true @@ -4597,7 +5158,7 @@ "sort": 5, "value_type": "individual" }, - "type": "graph", + "type": "timeseries", "xaxis": { "mode": "time", "show": true, @@ -4649,7 +5210,6 @@ "legend": { "show": true }, - "links": [], "pluginVersion": "7.1.3", "reverseYBuckets": false, "targets": [ @@ -4699,8 +5259,7 @@ } ], "refresh": "1m", - "schemaVersion": 37, - "style": "dark", + "schemaVersion": 39, "tags": [ "Insight", "Percona"