diff --git a/dashboards/vm/vmagent.json b/dashboards/vm/vmagent.json index 47f956de6a..46e582a651 100644 --- a/dashboards/vm/vmagent.json +++ b/dashboards/vm/vmagent.json @@ -7,7 +7,7 @@ "type": "grafana", "id": "grafana", "name": "Grafana", - "version": "10.4.2" + "version": "11.5.0" }, { "type": "datasource", @@ -80,6 +80,7 @@ }, "enable": true, "expr": "sum(changes(vm_app_start_timestamp{job=~\"$job\", instance=~\"$instance\"}[$__interval])) by(job, instance)", + "hide": false, "iconColor": "dark-yellow", "name": "restarts", "textFormat": "{{job}}:{{instance}} restarted" @@ -116,9 +117,20 @@ "title": "New releases", "type": "link", "url": "https://github.com/VictoriaMetrics/VictoriaMetrics/releases" + }, + { + "asDropdown": false, + "icon": "external link", + "includeVars": false, + "keepTime": false, + "tags": [], + "targetBlank": true, + "title": "Troubleshooting", + "tooltip": "", + "type": "link", + "url": "https://docs.victoriametrics.com/vmagent/#troubleshooting" } ], - "liveNow": false, "panels": [ { "collapsed": false, @@ -157,22 +169,17 @@ }, "gridPos": { "h": 3, - "w": 4, + "w": 6, "x": 0, "y": 1 }, "id": 103, - "links": [ - { - "title": "Troubleshooting", - "url": "https://docs.victoriametrics.com/vmagent/#troubleshooting" - } - ], "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "last" @@ -185,7 +192,7 @@ "textMode": "auto", "wideLayout": true }, - "pluginVersion": "10.4.2", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -203,76 +210,6 @@ "title": "Samples scraped/s", "type": "stat" }, - { - "datasource": { - "type": "victoriametrics-metrics-datasource", - "uid": "$ds" - }, - "description": "Shows the rate of ingested [samples](https://docs.victoriametrics.com/keyconcepts/#raw-samples)", - "fieldConfig": { - "defaults": { - "mappings": [], - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 3, - "w": 4, - "x": 4, - "y": 1 - }, - "id": 102, - "links": [ - { - "title": "Troubleshooting", - "url": "https://docs.victoriametrics.com/vmagent/#troubleshooting" - } - ], - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "last" - ], - "fields": "", - "values": false - }, - "showPercentChange": false, - "text": {}, - "textMode": "auto", - "wideLayout": true - }, - "pluginVersion": "10.4.2", - "targets": [ - { - "datasource": { - "type": "victoriametrics-metrics-datasource", - "uid": "$ds" - }, - "editorMode": "code", - "expr": "sum(rate(vmagent_rows_inserted_total{job=~\"$job\", instance=~\"$instance\"}[$__rate_interval]))", - "interval": "", - "legendFormat": "__auto", - "range": true, - "refId": "A" - } - ], - "title": "Samples ingested/s", - "type": "stat" - }, { "datasource": { "type": "victoriametrics-metrics-datasource", @@ -298,8 +235,8 @@ }, "gridPos": { "h": 3, - "w": 4, - "x": 8, + "w": 6, + "x": 6, "y": 1 }, "id": 134, @@ -308,6 +245,7 @@ "graphMode": "none", "justifyMode": "auto", "orientation": "auto", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "last" @@ -320,7 +258,7 @@ "textMode": "auto", "wideLayout": true }, - "pluginVersion": "10.4.2", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -338,6 +276,218 @@ "title": "Targets scraped/s", "type": "stat" }, + { + "datasource": { + "type": "victoriametrics-metrics-datasource", + "uid": "$ds" + }, + "description": "Shows number of generated error messages in logs over last 30m. Non-zero value may be a sign of connectivity or missconfiguration errors.", + "fieldConfig": { + "defaults": { + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 1 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 12, + "y": 1 + }, + "id": 16, + "links": [ + { + "targetBlank": true, + "title": "Troubleshooting", + "url": "https://docs.victoriametrics.com/vmagent/#troubleshooting" + } + ], + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "percentChangeColorMode": "standard", + "reduceOptions": { + "calcs": [ + "last" + ], + "fields": "", + "values": false + }, + "showPercentChange": false, + "text": {}, + "textMode": "auto", + "wideLayout": true + }, + "pluginVersion": "11.5.0", + "targets": [ + { + "datasource": { + "type": "victoriametrics-metrics-datasource", + "uid": "$ds" + }, + "expr": "sum(increase(vm_log_messages_total{job=~\"$job\", instance=~\"$instance\", level!=\"info\"}[30m]))", + "interval": "", + "legendFormat": "", + "refId": "A" + } + ], + "title": "Log errors (30m)", + "type": "stat" + }, + { + "datasource": { + "type": "victoriametrics-metrics-datasource", + "uid": "$ds" + }, + "description": "Total number of available CPUs for selected vmagents. ", + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 18, + "y": 1 + }, + "id": 152, + "maxDataPoints": 100, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "horizontal", + "percentChangeColorMode": "standard", + "reduceOptions": { + "calcs": [ + "lastNotNull" + ], + "fields": "", + "values": false + }, + "showPercentChange": false, + "text": {}, + "textMode": "auto", + "wideLayout": true + }, + "pluginVersion": "11.5.0", + "targets": [ + { + "datasource": { + "type": "victoriametrics-metrics-datasource", + "uid": "$ds" + }, + "editorMode": "code", + "exemplar": true, + "expr": "sum(vm_available_cpu_cores{job=~\"$job\", instance=~\"$instance\"})", + "format": "time_series", + "instant": true, + "interval": "", + "intervalFactor": 1, + "legendFormat": "", + "refId": "A" + } + ], + "title": "Available CPU", + "type": "stat" + }, + { + "datasource": { + "type": "victoriametrics-metrics-datasource", + "uid": "$ds" + }, + "description": "Shows the rate of ingested [samples](https://docs.victoriametrics.com/keyconcepts/#raw-samples)", + "fieldConfig": { + "defaults": { + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 0, + "y": 4 + }, + "id": 102, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "percentChangeColorMode": "standard", + "reduceOptions": { + "calcs": [ + "last" + ], + "fields": "", + "values": false + }, + "showPercentChange": false, + "text": {}, + "textMode": "auto", + "wideLayout": true + }, + "pluginVersion": "11.5.0", + "targets": [ + { + "datasource": { + "type": "victoriametrics-metrics-datasource", + "uid": "$ds" + }, + "editorMode": "code", + "expr": "sum(rate(vmagent_rows_inserted_total{job=~\"$job\", instance=~\"$instance\"}[$__rate_interval]))", + "interval": "", + "legendFormat": "__auto", + "range": true, + "refId": "A" + } + ], + "title": "Samples ingested/s", + "type": "stat" + }, { "datasource": { "type": "victoriametrics-metrics-datasource", @@ -387,22 +537,17 @@ }, "gridPos": { "h": 3, - "w": 4, - "x": 12, - "y": 1 + "w": 6, + "x": 6, + "y": 4 }, "id": 72, - "links": [ - { - "title": "Troubleshooting", - "url": "https://docs.victoriametrics.com/vmagent/#troubleshooting" - } - ], "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "last" @@ -415,7 +560,7 @@ "textMode": "auto", "wideLayout": true }, - "pluginVersion": "10.4.2", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -446,80 +591,6 @@ "title": "Scrape targets", "type": "stat" }, - { - "datasource": { - "type": "victoriametrics-metrics-datasource", - "uid": "$ds" - }, - "description": "Shows number of generated error messages in logs over last 30m. Non-zero value may be a sign of connectivity or missconfiguration errors.", - "fieldConfig": { - "defaults": { - "mappings": [], - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 1 - } - ] - }, - "unit": "short" - }, - "overrides": [] - }, - "gridPos": { - "h": 3, - "w": 4, - "x": 16, - "y": 1 - }, - "id": 16, - "links": [ - { - "targetBlank": true, - "title": "Troubleshooting", - "url": "https://docs.victoriametrics.com/vmagent/#troubleshooting" - } - ], - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "last" - ], - "fields": "", - "values": false - }, - "showPercentChange": false, - "text": {}, - "textMode": "auto", - "wideLayout": true - }, - "pluginVersion": "10.4.2", - "targets": [ - { - "datasource": { - "type": "victoriametrics-metrics-datasource", - "uid": "$ds" - }, - "expr": "sum(increase(vm_log_messages_total{job=~\"$job\", instance=~\"$instance\", level!=\"info\"}[30m]))", - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "Log errors (30m)", - "type": "stat" - }, { "datasource": { "type": "victoriametrics-metrics-datasource", @@ -549,9 +620,9 @@ }, "gridPos": { "h": 3, - "w": 4, - "x": 20, - "y": 1 + "w": 6, + "x": 12, + "y": 4 }, "id": 56, "options": { @@ -559,6 +630,7 @@ "graphMode": "area", "justifyMode": "auto", "orientation": "auto", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "last" @@ -571,7 +643,7 @@ "textMode": "auto", "wideLayout": true }, - "pluginVersion": "10.4.2", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -587,6 +659,78 @@ "title": "Persistent queue size", "type": "stat" }, + { + "datasource": { + "type": "victoriametrics-metrics-datasource", + "uid": "$ds" + }, + "description": "Total size of available memory for selected vmagents.", + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "bytes" + }, + "overrides": [] + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 18, + "y": 4 + }, + "id": 153, + "maxDataPoints": 100, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "horizontal", + "percentChangeColorMode": "standard", + "reduceOptions": { + "calcs": [ + "lastNotNull" + ], + "fields": "", + "values": false + }, + "showPercentChange": false, + "text": {}, + "textMode": "auto", + "wideLayout": true + }, + "pluginVersion": "11.5.0", + "targets": [ + { + "datasource": { + "type": "victoriametrics-metrics-datasource", + "uid": "$ds" + }, + "editorMode": "code", + "exemplar": true, + "expr": "sum(vm_available_memory_bytes{job=~\"$job\", instance=~\"$instance\"})", + "format": "time_series", + "instant": true, + "interval": "", + "intervalFactor": 1, + "legendFormat": "", + "refId": "A" + } + ], + "title": "Available memory", + "type": "stat" + }, { "datasource": { "type": "victoriametrics-metrics-datasource", @@ -651,7 +795,7 @@ "h": 5, "w": 8, "x": 0, - "y": 4 + "y": 7 }, "id": 101, "options": { @@ -666,7 +810,7 @@ }, "showHeader": true }, - "pluginVersion": "10.4.2", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -701,6 +845,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -751,7 +896,7 @@ "h": 5, "w": 16, "x": 8, - "y": 4 + "y": 7 }, "id": 13, "options": { @@ -766,11 +911,12 @@ "sortDesc": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -791,27 +937,14 @@ }, { "collapsed": false, - "datasource": { - "type": "victoriametrics-metrics-datasource", - "uid": "$ds" - }, "gridPos": { "h": 1, "w": 24, "x": 0, - "y": 9 + "y": 12 }, "id": 24, "panels": [], - "targets": [ - { - "datasource": { - "type": "victoriametrics-metrics-datasource", - "uid": "$ds" - }, - "refId": "A" - } - ], "title": "Overview", "type": "row" }, @@ -833,6 +966,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -899,7 +1033,7 @@ "h": 8, "w": 12, "x": 0, - "y": 10 + "y": 13 }, "id": 5, "options": { @@ -916,11 +1050,12 @@ "sortDesc": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "none" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -969,6 +1104,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -1024,7 +1160,7 @@ "h": 8, "w": 12, "x": 12, - "y": 10 + "y": 13 }, "id": 17, "links": [ @@ -1047,11 +1183,12 @@ "sortDesc": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "none" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -1088,6 +1225,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "bars", "fillOpacity": 100, "gradientMode": "none", @@ -1120,7 +1258,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", @@ -1136,7 +1275,7 @@ "h": 8, "w": 12, "x": 0, - "y": 18 + "y": 21 }, "id": 107, "options": { @@ -1153,11 +1292,12 @@ "sortDesc": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.1.0", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -1197,6 +1337,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -1229,7 +1370,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", @@ -1245,7 +1387,7 @@ "h": 8, "w": 12, "x": 12, - "y": 18 + "y": 21 }, "id": 49, "links": [ @@ -1267,11 +1409,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "none" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -1307,6 +1450,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -1339,7 +1483,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", @@ -1355,7 +1500,7 @@ "h": 8, "w": 12, "x": 0, - "y": 26 + "y": 29 }, "id": 15, "options": { @@ -1370,11 +1515,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -1410,6 +1556,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -1442,7 +1589,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", @@ -1458,7 +1606,7 @@ "h": 8, "w": 12, "x": 12, - "y": 26 + "y": 29 }, "id": 69, "links": [ @@ -1480,11 +1628,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -1552,15 +1701,11 @@ }, { "collapsed": true, - "datasource": { - "type": "victoriametrics-metrics-datasource", - "uid": "$ds" - }, "gridPos": { "h": 1, "w": 24, "x": 0, - "y": 34 + "y": 37 }, "id": 45, "panels": [ @@ -2127,7 +2272,7 @@ "h": 8, "w": 12, "x": 0, - "y": 19 + "y": 325 }, "id": 83, "options": { @@ -2232,7 +2377,7 @@ "h": 8, "w": 12, "x": 12, - "y": 19 + "y": 325 }, "id": 39, "options": { @@ -2338,7 +2483,7 @@ "h": 8, "w": 12, "x": 0, - "y": 27 + "y": 333 }, "id": 135, "options": { @@ -2444,7 +2589,7 @@ "h": 8, "w": 12, "x": 12, - "y": 27 + "y": 333 }, "id": 149, "options": { @@ -2549,7 +2694,7 @@ "h": 8, "w": 12, "x": 12, - "y": 35 + "y": 341 }, "id": 41, "options": { @@ -2588,29 +2733,16 @@ "type": "timeseries" } ], - "targets": [ - { - "datasource": { - "type": "victoriametrics-metrics-datasource", - "uid": "$ds" - }, - "refId": "A" - } - ], "title": "Resource usage", "type": "row" }, { "collapsed": true, - "datasource": { - "type": "datasource", - "uid": "grafana" - }, "gridPos": { "h": 1, "w": 24, "x": 0, - "y": 35 + "y": 38 }, "id": 94, "panels": [ @@ -2632,6 +2764,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -2678,7 +2811,7 @@ "h": 8, "w": 12, "x": 0, - "y": 4 + "y": 39 }, "id": 92, "options": { @@ -2695,11 +2828,12 @@ "sortDesc": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -2736,6 +2870,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -2782,7 +2917,7 @@ "h": 8, "w": 12, "x": 12, - "y": 4 + "y": 39 }, "id": 95, "options": { @@ -2799,11 +2934,12 @@ "sortDesc": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -2841,6 +2977,7 @@ "axisPlacement": "auto", "axisSoftMax": 2, "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -2889,7 +3026,7 @@ "h": 8, "w": 12, "x": 0, - "y": 12 + "y": 47 }, "id": 98, "options": { @@ -2906,11 +3043,12 @@ "sortDesc": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -2948,6 +3086,7 @@ "axisPlacement": "auto", "axisSoftMax": 2, "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -2996,7 +3135,7 @@ "h": 8, "w": 12, "x": 12, - "y": 12 + "y": 47 }, "id": 99, "options": { @@ -3013,11 +3152,12 @@ "sortDesc": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "none" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -3054,6 +3194,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -3102,7 +3243,7 @@ "h": 8, "w": 12, "x": 0, - "y": 20 + "y": 55 }, "id": 79, "options": { @@ -3119,11 +3260,12 @@ "sortDesc": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "none" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -3160,6 +3302,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -3208,7 +3351,7 @@ "h": 8, "w": 12, "x": 12, - "y": 20 + "y": 55 }, "id": 18, "links": [ @@ -3232,11 +3375,12 @@ "sortDesc": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "none" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -3272,6 +3416,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -3320,7 +3465,7 @@ "h": 8, "w": 12, "x": 0, - "y": 28 + "y": 63 }, "id": 127, "options": { @@ -3335,11 +3480,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -3376,6 +3522,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -3424,7 +3571,7 @@ "h": 8, "w": 12, "x": 12, - "y": 28 + "y": 63 }, "id": 50, "options": { @@ -3439,11 +3586,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -3524,7 +3672,7 @@ "h": 7, "w": 12, "x": 0, - "y": 36 + "y": 71 }, "id": 129, "options": { @@ -3545,7 +3693,7 @@ } ] }, - "pluginVersion": "10.4.2", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -3608,6 +3756,7 @@ "axisPlacement": "auto", "axisSoftMin": 0, "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -3656,7 +3805,7 @@ "h": 7, "w": 12, "x": 12, - "y": 36 + "y": 71 }, "id": 150, "options": { @@ -3671,11 +3820,12 @@ "sortDesc": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.1.0", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -3705,11 +3855,13 @@ "mode": "palette-classic" }, "custom": { + "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -3718,6 +3870,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, @@ -3755,9 +3908,9 @@ "h": 8, "w": 12, "x": 0, - "y": 70 + "y": 78 }, - "id": 135, + "id": 151, "options": { "legend": { "calcs": [ @@ -3772,11 +3925,12 @@ "sortDesc": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "none" } }, - "pluginVersion": "9.1.0", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -3796,29 +3950,16 @@ "type": "timeseries" } ], - "targets": [ - { - "datasource": { - "type": "datasource", - "uid": "grafana" - }, - "refId": "A" - } - ], "title": "Troubleshooting", "type": "row" }, { "collapsed": true, - "datasource": { - "type": "victoriametrics-metrics-datasource", - "uid": "$ds" - }, "gridPos": { "h": 1, "w": 24, "x": 0, - "y": 36 + "y": 39 }, "id": 28, "panels": [ @@ -3839,6 +3980,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -3887,7 +4029,7 @@ "h": 7, "w": 12, "x": 0, - "y": 53 + "y": 284 }, "id": 48, "options": { @@ -3904,11 +4046,12 @@ "sortDesc": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -3945,6 +4088,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", @@ -3993,7 +4137,7 @@ "h": 7, "w": 12, "x": 12, - "y": 53 + "y": 284 }, "id": 76, "options": { @@ -4008,11 +4152,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -4049,6 +4194,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -4097,7 +4243,7 @@ "h": 7, "w": 12, "x": 0, - "y": 60 + "y": 291 }, "id": 132, "options": { @@ -4114,11 +4260,12 @@ "sortDesc": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -4155,6 +4302,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", @@ -4203,7 +4351,7 @@ "h": 7, "w": 12, "x": 12, - "y": 60 + "y": 291 }, "id": 133, "options": { @@ -4218,11 +4366,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -4260,6 +4409,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -4308,7 +4458,7 @@ "h": 8, "w": 12, "x": 0, - "y": 67 + "y": 298 }, "id": 20, "options": { @@ -4323,11 +4473,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -4364,6 +4515,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -4412,7 +4564,7 @@ "h": 8, "w": 12, "x": 12, - "y": 67 + "y": 298 }, "id": 126, "options": { @@ -4427,11 +4579,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -4467,6 +4620,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -4515,7 +4669,7 @@ "h": 8, "w": 12, "x": 0, - "y": 75 + "y": 306 }, "id": 46, "options": { @@ -4530,11 +4684,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -4570,6 +4725,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -4618,7 +4774,7 @@ "h": 8, "w": 12, "x": 12, - "y": 75 + "y": 306 }, "id": 148, "options": { @@ -4633,11 +4789,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -4673,6 +4830,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", @@ -4721,7 +4879,7 @@ "h": 8, "w": 12, "x": 12, - "y": 83 + "y": 314 }, "id": 31, "options": { @@ -4736,11 +4894,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -4808,29 +4967,16 @@ "type": "timeseries" } ], - "targets": [ - { - "datasource": { - "type": "victoriametrics-metrics-datasource", - "uid": "$ds" - }, - "refId": "A" - } - ], "title": "Scraping", "type": "row" }, { "collapsed": true, - "datasource": { - "type": "victoriametrics-metrics-datasource", - "uid": "$ds" - }, "gridPos": { "h": 1, "w": 24, "x": 0, - "y": 37 + "y": 40 }, "id": 71, "panels": [ @@ -5121,7 +5267,7 @@ "h": 8, "w": 12, "x": 0, - "y": 14 + "y": 282 }, "id": 130, "options": { @@ -5238,7 +5384,7 @@ "h": 8, "w": 12, "x": 12, - "y": 14 + "y": 282 }, "id": 77, "options": { @@ -5286,15 +5432,6 @@ "type": "timeseries" } ], - "targets": [ - { - "datasource": { - "type": "victoriametrics-metrics-datasource", - "uid": "$ds" - }, - "refId": "A" - } - ], "title": "Ingestion", "type": "row" }, @@ -5304,7 +5441,7 @@ "h": 1, "w": 24, "x": 0, - "y": 38 + "y": 41 }, "id": 136, "panels": [ @@ -5372,7 +5509,7 @@ "h": 8, "w": 12, "x": 0, - "y": 23 + "y": 329 }, "id": 146, "options": { @@ -5474,7 +5611,7 @@ "h": 8, "w": 12, "x": 12, - "y": 23 + "y": 329 }, "id": 143, "options": { @@ -5570,7 +5707,7 @@ "h": 8, "w": 12, "x": 0, - "y": 31 + "y": 337 }, "id": 147, "options": { @@ -5673,7 +5810,7 @@ "h": 8, "w": 12, "x": 12, - "y": 31 + "y": 337 }, "id": 139, "options": { @@ -5784,7 +5921,7 @@ "h": 8, "w": 12, "x": 0, - "y": 39 + "y": 345 }, "id": 142, "options": { @@ -5881,7 +6018,7 @@ "h": 8, "w": 12, "x": 12, - "y": 39 + "y": 345 }, "id": 137, "options": { @@ -5994,7 +6131,7 @@ "h": 8, "w": 12, "x": 12, - "y": 47 + "y": 385 }, "id": 141, "options": { @@ -6046,15 +6183,11 @@ }, { "collapsed": true, - "datasource": { - "type": "victoriametrics-metrics-datasource", - "uid": "$ds" - }, "gridPos": { "h": 1, "w": 24, "x": 0, - "y": 39 + "y": 42 }, "id": 58, "panels": [ @@ -6076,6 +6209,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -6125,7 +6259,7 @@ "h": 8, "w": 12, "x": 0, - "y": 24 + "y": 287 }, "id": 60, "options": { @@ -6140,11 +6274,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -6181,6 +6316,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -6229,7 +6365,7 @@ "h": 8, "w": 12, "x": 12, - "y": 24 + "y": 287 }, "id": 66, "options": { @@ -6244,11 +6380,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -6285,6 +6422,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -6333,7 +6471,7 @@ "h": 8, "w": 12, "x": 0, - "y": 32 + "y": 295 }, "id": 61, "options": { @@ -6348,11 +6486,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "none" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -6389,6 +6528,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -6437,7 +6577,7 @@ "h": 8, "w": 12, "x": 12, - "y": 32 + "y": 295 }, "id": 65, "options": { @@ -6452,11 +6592,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -6493,6 +6634,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -6540,7 +6682,7 @@ "h": 8, "w": 12, "x": 0, - "y": 40 + "y": 303 }, "id": 88, "options": { @@ -6551,11 +6693,12 @@ "showLegend": false }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "none" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -6592,6 +6735,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -6600,6 +6744,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, @@ -6639,7 +6784,7 @@ "h": 8, "w": 12, "x": 12, - "y": 40 + "y": 303 }, "id": 84, "options": { @@ -6654,11 +6799,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -6695,6 +6841,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -6742,7 +6889,7 @@ "h": 8, "w": 12, "x": 0, - "y": 48 + "y": 311 }, "id": 90, "options": { @@ -6753,11 +6900,12 @@ "showLegend": false }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "none" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -6777,15 +6925,6 @@ "type": "timeseries" } ], - "targets": [ - { - "datasource": { - "type": "victoriametrics-metrics-datasource", - "uid": "$ds" - }, - "refId": "A" - } - ], "title": "Remote write", "type": "row" }, @@ -6795,20 +6934,20 @@ "h": 1, "w": 24, "x": 0, - "y": 40 + "y": 43 }, "id": 113, "panels": [ { - "datasource": { - "type": "victoriametrics-metrics-datasource", - "uid": "$ds" + "fieldConfig": { + "defaults": {}, + "overrides": [] }, "gridPos": { "h": 2, "w": 24, "x": 0, - "y": 33 + "y": 339 }, "id": 115, "options": { @@ -6821,6 +6960,7 @@ "mode": "markdown" }, "pluginVersion": "10.4.2", + "title": "", "transparent": true, "type": "text" }, @@ -6886,7 +7026,7 @@ "h": 8, "w": 12, "x": 0, - "y": 35 + "y": 341 }, "id": 119, "options": { @@ -6990,7 +7130,7 @@ "h": 8, "w": 12, "x": 12, - "y": 35 + "y": 341 }, "id": 117, "options": { @@ -7096,7 +7236,7 @@ "h": 8, "w": 12, "x": 0, - "y": 43 + "y": 381 }, "id": 125, "links": [ @@ -7218,7 +7358,7 @@ "h": 8, "w": 12, "x": 12, - "y": 43 + "y": 381 }, "id": 123, "options": { @@ -7348,7 +7488,7 @@ "h": 8, "w": 12, "x": 0, - "y": 51 + "y": 389 }, "id": 121, "options": { @@ -7411,7 +7551,7 @@ } ], "refresh": "", - "schemaVersion": 39, + "schemaVersion": 40, "tags": [ "vmagent", "victoriametrics" @@ -7419,32 +7559,22 @@ "templating": { "list": [ { - "current": { - "selected": false, - "text": "VictoriaMetrics - cluster", - "value": "PAF93674D0B4E9963" - }, - "hide": 0, + "current": {}, "includeAll": false, - "multi": false, "name": "ds", "options": [], "query": "victoriametrics-metrics-datasource", - "queryValue": "", "refresh": 1, "regex": "", - "skipUrlSync": false, "type": "datasource" }, { - "allValue": "", "current": {}, "datasource": { "type": "victoriametrics-metrics-datasource", "uid": "$ds" }, "definition": "label_values(vm_app_version{version=~\"^vmagent.*\"}, job)", - "hide": 0, "includeAll": true, "multi": true, "name": "job", @@ -7455,12 +7585,7 @@ }, "refresh": 1, "regex": "", - "skipUrlSync": false, - "sort": 0, - "tagValuesQuery": "", - "tagsQuery": "", - "type": "query", - "useTags": false + "type": "query" }, { "allValue": ".*", @@ -7470,7 +7595,6 @@ "uid": "$ds" }, "definition": "label_values(vm_app_version{job=~\"$job\"}, instance)", - "hide": 0, "includeAll": true, "multi": true, "name": "instance", @@ -7481,12 +7605,7 @@ }, "refresh": 1, "regex": "", - "skipUrlSync": false, - "sort": 0, - "tagValuesQuery": "", - "tagsQuery": "", - "type": "query", - "useTags": false + "type": "query" }, { "allValue": ".*", @@ -7497,7 +7616,6 @@ }, "definition": "label_values(vmagent_remotewrite_requests_total{job=~\"$job\", instance=~\"$instance\"}, url)", "description": "The remote write URLs", - "hide": 0, "includeAll": true, "multi": true, "name": "url", @@ -7508,19 +7626,16 @@ }, "refresh": 1, "regex": "", - "skipUrlSync": false, - "sort": 0, "type": "query" }, { + "baseFilters": [], "datasource": { "type": "victoriametrics-metrics-datasource", "uid": "$ds" }, "filters": [], - "hide": 0, "name": "adhoc", - "skipUrlSync": false, "type": "adhoc" } ] @@ -7547,4 +7662,4 @@ "uid": "G7Z9GzMGz_vm", "version": 1, "weekStart": "" -} +} \ No newline at end of file diff --git a/dashboards/vmagent.json b/dashboards/vmagent.json index fb7a87cc23..1eb38bcbab 100644 --- a/dashboards/vmagent.json +++ b/dashboards/vmagent.json @@ -6,7 +6,7 @@ "type": "grafana", "id": "grafana", "name": "Grafana", - "version": "10.4.2" + "version": "11.5.0" }, { "type": "datasource", @@ -79,6 +79,7 @@ }, "enable": true, "expr": "sum(changes(vm_app_start_timestamp{job=~\"$job\", instance=~\"$instance\"}[$__interval])) by(job, instance)", + "hide": false, "iconColor": "dark-yellow", "name": "restarts", "textFormat": "{{job}}:{{instance}} restarted" @@ -115,9 +116,20 @@ "title": "New releases", "type": "link", "url": "https://github.com/VictoriaMetrics/VictoriaMetrics/releases" + }, + { + "asDropdown": false, + "icon": "external link", + "includeVars": false, + "keepTime": false, + "tags": [], + "targetBlank": true, + "title": "Troubleshooting", + "tooltip": "", + "type": "link", + "url": "https://docs.victoriametrics.com/vmagent/#troubleshooting" } ], - "liveNow": false, "panels": [ { "collapsed": false, @@ -156,22 +168,17 @@ }, "gridPos": { "h": 3, - "w": 4, + "w": 6, "x": 0, "y": 1 }, "id": 103, - "links": [ - { - "title": "Troubleshooting", - "url": "https://docs.victoriametrics.com/vmagent/#troubleshooting" - } - ], "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "last" @@ -184,7 +191,7 @@ "textMode": "auto", "wideLayout": true }, - "pluginVersion": "10.4.2", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -202,76 +209,6 @@ "title": "Samples scraped/s", "type": "stat" }, - { - "datasource": { - "type": "prometheus", - "uid": "$ds" - }, - "description": "Shows the rate of ingested [samples](https://docs.victoriametrics.com/keyconcepts/#raw-samples)", - "fieldConfig": { - "defaults": { - "mappings": [], - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 3, - "w": 4, - "x": 4, - "y": 1 - }, - "id": 102, - "links": [ - { - "title": "Troubleshooting", - "url": "https://docs.victoriametrics.com/vmagent/#troubleshooting" - } - ], - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "last" - ], - "fields": "", - "values": false - }, - "showPercentChange": false, - "text": {}, - "textMode": "auto", - "wideLayout": true - }, - "pluginVersion": "10.4.2", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "$ds" - }, - "editorMode": "code", - "expr": "sum(rate(vmagent_rows_inserted_total{job=~\"$job\", instance=~\"$instance\"}[$__rate_interval]))", - "interval": "", - "legendFormat": "__auto", - "range": true, - "refId": "A" - } - ], - "title": "Samples ingested/s", - "type": "stat" - }, { "datasource": { "type": "prometheus", @@ -297,8 +234,8 @@ }, "gridPos": { "h": 3, - "w": 4, - "x": 8, + "w": 6, + "x": 6, "y": 1 }, "id": 134, @@ -307,6 +244,7 @@ "graphMode": "none", "justifyMode": "auto", "orientation": "auto", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "last" @@ -319,7 +257,7 @@ "textMode": "auto", "wideLayout": true }, - "pluginVersion": "10.4.2", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -337,6 +275,218 @@ "title": "Targets scraped/s", "type": "stat" }, + { + "datasource": { + "type": "prometheus", + "uid": "$ds" + }, + "description": "Shows number of generated error messages in logs over last 30m. Non-zero value may be a sign of connectivity or missconfiguration errors.", + "fieldConfig": { + "defaults": { + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 1 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 12, + "y": 1 + }, + "id": 16, + "links": [ + { + "targetBlank": true, + "title": "Troubleshooting", + "url": "https://docs.victoriametrics.com/vmagent/#troubleshooting" + } + ], + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "percentChangeColorMode": "standard", + "reduceOptions": { + "calcs": [ + "last" + ], + "fields": "", + "values": false + }, + "showPercentChange": false, + "text": {}, + "textMode": "auto", + "wideLayout": true + }, + "pluginVersion": "11.5.0", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "$ds" + }, + "expr": "sum(increase(vm_log_messages_total{job=~\"$job\", instance=~\"$instance\", level!=\"info\"}[30m]))", + "interval": "", + "legendFormat": "", + "refId": "A" + } + ], + "title": "Log errors (30m)", + "type": "stat" + }, + { + "datasource": { + "type": "prometheus", + "uid": "$ds" + }, + "description": "Total number of available CPUs for selected vmagents. ", + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 18, + "y": 1 + }, + "id": 152, + "maxDataPoints": 100, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "horizontal", + "percentChangeColorMode": "standard", + "reduceOptions": { + "calcs": [ + "lastNotNull" + ], + "fields": "", + "values": false + }, + "showPercentChange": false, + "text": {}, + "textMode": "auto", + "wideLayout": true + }, + "pluginVersion": "11.5.0", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "$ds" + }, + "editorMode": "code", + "exemplar": true, + "expr": "sum(vm_available_cpu_cores{job=~\"$job\", instance=~\"$instance\"})", + "format": "time_series", + "instant": true, + "interval": "", + "intervalFactor": 1, + "legendFormat": "", + "refId": "A" + } + ], + "title": "Available CPU", + "type": "stat" + }, + { + "datasource": { + "type": "prometheus", + "uid": "$ds" + }, + "description": "Shows the rate of ingested [samples](https://docs.victoriametrics.com/keyconcepts/#raw-samples)", + "fieldConfig": { + "defaults": { + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 0, + "y": 4 + }, + "id": 102, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "percentChangeColorMode": "standard", + "reduceOptions": { + "calcs": [ + "last" + ], + "fields": "", + "values": false + }, + "showPercentChange": false, + "text": {}, + "textMode": "auto", + "wideLayout": true + }, + "pluginVersion": "11.5.0", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "$ds" + }, + "editorMode": "code", + "expr": "sum(rate(vmagent_rows_inserted_total{job=~\"$job\", instance=~\"$instance\"}[$__rate_interval]))", + "interval": "", + "legendFormat": "__auto", + "range": true, + "refId": "A" + } + ], + "title": "Samples ingested/s", + "type": "stat" + }, { "datasource": { "type": "prometheus", @@ -386,22 +536,17 @@ }, "gridPos": { "h": 3, - "w": 4, - "x": 12, - "y": 1 + "w": 6, + "x": 6, + "y": 4 }, "id": 72, - "links": [ - { - "title": "Troubleshooting", - "url": "https://docs.victoriametrics.com/vmagent/#troubleshooting" - } - ], "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "last" @@ -414,7 +559,7 @@ "textMode": "auto", "wideLayout": true }, - "pluginVersion": "10.4.2", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -445,80 +590,6 @@ "title": "Scrape targets", "type": "stat" }, - { - "datasource": { - "type": "prometheus", - "uid": "$ds" - }, - "description": "Shows number of generated error messages in logs over last 30m. Non-zero value may be a sign of connectivity or missconfiguration errors.", - "fieldConfig": { - "defaults": { - "mappings": [], - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 1 - } - ] - }, - "unit": "short" - }, - "overrides": [] - }, - "gridPos": { - "h": 3, - "w": 4, - "x": 16, - "y": 1 - }, - "id": 16, - "links": [ - { - "targetBlank": true, - "title": "Troubleshooting", - "url": "https://docs.victoriametrics.com/vmagent/#troubleshooting" - } - ], - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "last" - ], - "fields": "", - "values": false - }, - "showPercentChange": false, - "text": {}, - "textMode": "auto", - "wideLayout": true - }, - "pluginVersion": "10.4.2", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "$ds" - }, - "expr": "sum(increase(vm_log_messages_total{job=~\"$job\", instance=~\"$instance\", level!=\"info\"}[30m]))", - "interval": "", - "legendFormat": "", - "refId": "A" - } - ], - "title": "Log errors (30m)", - "type": "stat" - }, { "datasource": { "type": "prometheus", @@ -548,9 +619,9 @@ }, "gridPos": { "h": 3, - "w": 4, - "x": 20, - "y": 1 + "w": 6, + "x": 12, + "y": 4 }, "id": 56, "options": { @@ -558,6 +629,7 @@ "graphMode": "area", "justifyMode": "auto", "orientation": "auto", + "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "last" @@ -570,7 +642,7 @@ "textMode": "auto", "wideLayout": true }, - "pluginVersion": "10.4.2", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -586,6 +658,78 @@ "title": "Persistent queue size", "type": "stat" }, + { + "datasource": { + "type": "prometheus", + "uid": "$ds" + }, + "description": "Total size of available memory for selected vmagents.", + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "bytes" + }, + "overrides": [] + }, + "gridPos": { + "h": 3, + "w": 6, + "x": 18, + "y": 4 + }, + "id": 153, + "maxDataPoints": 100, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "horizontal", + "percentChangeColorMode": "standard", + "reduceOptions": { + "calcs": [ + "lastNotNull" + ], + "fields": "", + "values": false + }, + "showPercentChange": false, + "text": {}, + "textMode": "auto", + "wideLayout": true + }, + "pluginVersion": "11.5.0", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "$ds" + }, + "editorMode": "code", + "exemplar": true, + "expr": "sum(vm_available_memory_bytes{job=~\"$job\", instance=~\"$instance\"})", + "format": "time_series", + "instant": true, + "interval": "", + "intervalFactor": 1, + "legendFormat": "", + "refId": "A" + } + ], + "title": "Available memory", + "type": "stat" + }, { "datasource": { "type": "prometheus", @@ -650,7 +794,7 @@ "h": 5, "w": 8, "x": 0, - "y": 4 + "y": 7 }, "id": 101, "options": { @@ -665,7 +809,7 @@ }, "showHeader": true }, - "pluginVersion": "10.4.2", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -700,6 +844,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -750,7 +895,7 @@ "h": 5, "w": 16, "x": 8, - "y": 4 + "y": 7 }, "id": 13, "options": { @@ -765,11 +910,12 @@ "sortDesc": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -790,27 +936,14 @@ }, { "collapsed": false, - "datasource": { - "type": "prometheus", - "uid": "$ds" - }, "gridPos": { "h": 1, "w": 24, "x": 0, - "y": 9 + "y": 12 }, "id": 24, "panels": [], - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "$ds" - }, - "refId": "A" - } - ], "title": "Overview", "type": "row" }, @@ -832,6 +965,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -898,7 +1032,7 @@ "h": 8, "w": 12, "x": 0, - "y": 10 + "y": 13 }, "id": 5, "options": { @@ -915,11 +1049,12 @@ "sortDesc": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "none" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -968,6 +1103,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -1023,7 +1159,7 @@ "h": 8, "w": 12, "x": 12, - "y": 10 + "y": 13 }, "id": 17, "links": [ @@ -1046,11 +1182,12 @@ "sortDesc": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "none" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -1087,6 +1224,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "bars", "fillOpacity": 100, "gradientMode": "none", @@ -1119,7 +1257,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", @@ -1135,7 +1274,7 @@ "h": 8, "w": 12, "x": 0, - "y": 18 + "y": 21 }, "id": 107, "options": { @@ -1152,11 +1291,12 @@ "sortDesc": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.1.0", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -1196,6 +1336,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -1228,7 +1369,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", @@ -1244,7 +1386,7 @@ "h": 8, "w": 12, "x": 12, - "y": 18 + "y": 21 }, "id": 49, "links": [ @@ -1266,11 +1408,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "none" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -1306,6 +1449,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -1338,7 +1482,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", @@ -1354,7 +1499,7 @@ "h": 8, "w": 12, "x": 0, - "y": 26 + "y": 29 }, "id": 15, "options": { @@ -1369,11 +1514,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -1409,6 +1555,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -1441,7 +1588,8 @@ "mode": "absolute", "steps": [ { - "color": "green" + "color": "green", + "value": null }, { "color": "red", @@ -1457,7 +1605,7 @@ "h": 8, "w": 12, "x": 12, - "y": 26 + "y": 29 }, "id": 69, "links": [ @@ -1479,11 +1627,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -1551,15 +1700,11 @@ }, { "collapsed": true, - "datasource": { - "type": "prometheus", - "uid": "$ds" - }, "gridPos": { "h": 1, "w": 24, "x": 0, - "y": 34 + "y": 37 }, "id": 45, "panels": [ @@ -2126,7 +2271,7 @@ "h": 8, "w": 12, "x": 0, - "y": 19 + "y": 325 }, "id": 83, "options": { @@ -2231,7 +2376,7 @@ "h": 8, "w": 12, "x": 12, - "y": 19 + "y": 325 }, "id": 39, "options": { @@ -2337,7 +2482,7 @@ "h": 8, "w": 12, "x": 0, - "y": 27 + "y": 333 }, "id": 135, "options": { @@ -2443,7 +2588,7 @@ "h": 8, "w": 12, "x": 12, - "y": 27 + "y": 333 }, "id": 149, "options": { @@ -2548,7 +2693,7 @@ "h": 8, "w": 12, "x": 12, - "y": 35 + "y": 341 }, "id": 41, "options": { @@ -2587,29 +2732,16 @@ "type": "timeseries" } ], - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "$ds" - }, - "refId": "A" - } - ], "title": "Resource usage", "type": "row" }, { "collapsed": true, - "datasource": { - "type": "datasource", - "uid": "grafana" - }, "gridPos": { "h": 1, "w": 24, "x": 0, - "y": 35 + "y": 38 }, "id": 94, "panels": [ @@ -2631,6 +2763,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -2677,7 +2810,7 @@ "h": 8, "w": 12, "x": 0, - "y": 4 + "y": 39 }, "id": 92, "options": { @@ -2694,11 +2827,12 @@ "sortDesc": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -2735,6 +2869,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -2781,7 +2916,7 @@ "h": 8, "w": 12, "x": 12, - "y": 4 + "y": 39 }, "id": 95, "options": { @@ -2798,11 +2933,12 @@ "sortDesc": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -2840,6 +2976,7 @@ "axisPlacement": "auto", "axisSoftMax": 2, "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -2888,7 +3025,7 @@ "h": 8, "w": 12, "x": 0, - "y": 12 + "y": 47 }, "id": 98, "options": { @@ -2905,11 +3042,12 @@ "sortDesc": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -2947,6 +3085,7 @@ "axisPlacement": "auto", "axisSoftMax": 2, "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -2995,7 +3134,7 @@ "h": 8, "w": 12, "x": 12, - "y": 12 + "y": 47 }, "id": 99, "options": { @@ -3012,11 +3151,12 @@ "sortDesc": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "none" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -3053,6 +3193,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -3101,7 +3242,7 @@ "h": 8, "w": 12, "x": 0, - "y": 20 + "y": 55 }, "id": 79, "options": { @@ -3118,11 +3259,12 @@ "sortDesc": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "none" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -3159,6 +3301,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -3207,7 +3350,7 @@ "h": 8, "w": 12, "x": 12, - "y": 20 + "y": 55 }, "id": 18, "links": [ @@ -3231,11 +3374,12 @@ "sortDesc": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "none" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -3271,6 +3415,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -3319,7 +3464,7 @@ "h": 8, "w": 12, "x": 0, - "y": 28 + "y": 63 }, "id": 127, "options": { @@ -3334,11 +3479,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -3375,6 +3521,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -3423,7 +3570,7 @@ "h": 8, "w": 12, "x": 12, - "y": 28 + "y": 63 }, "id": 50, "options": { @@ -3438,11 +3585,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -3523,7 +3671,7 @@ "h": 7, "w": 12, "x": 0, - "y": 36 + "y": 71 }, "id": 129, "options": { @@ -3544,7 +3692,7 @@ } ] }, - "pluginVersion": "10.4.2", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -3607,6 +3755,7 @@ "axisPlacement": "auto", "axisSoftMin": 0, "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -3655,7 +3804,7 @@ "h": 7, "w": 12, "x": 12, - "y": 36 + "y": 71 }, "id": 150, "options": { @@ -3670,11 +3819,12 @@ "sortDesc": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.1.0", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -3704,11 +3854,13 @@ "mode": "palette-classic" }, "custom": { + "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -3717,6 +3869,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, @@ -3754,9 +3907,9 @@ "h": 8, "w": 12, "x": 0, - "y": 70 + "y": 78 }, - "id": 135, + "id": 151, "options": { "legend": { "calcs": [ @@ -3771,11 +3924,12 @@ "sortDesc": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "none" } }, - "pluginVersion": "9.1.0", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -3795,29 +3949,16 @@ "type": "timeseries" } ], - "targets": [ - { - "datasource": { - "type": "datasource", - "uid": "grafana" - }, - "refId": "A" - } - ], "title": "Troubleshooting", "type": "row" }, { "collapsed": true, - "datasource": { - "type": "prometheus", - "uid": "$ds" - }, "gridPos": { "h": 1, "w": 24, "x": 0, - "y": 36 + "y": 39 }, "id": 28, "panels": [ @@ -3838,6 +3979,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -3886,7 +4028,7 @@ "h": 7, "w": 12, "x": 0, - "y": 53 + "y": 284 }, "id": 48, "options": { @@ -3903,11 +4045,12 @@ "sortDesc": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -3944,6 +4087,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", @@ -3992,7 +4136,7 @@ "h": 7, "w": 12, "x": 12, - "y": 53 + "y": 284 }, "id": 76, "options": { @@ -4007,11 +4151,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -4048,6 +4193,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -4096,7 +4242,7 @@ "h": 7, "w": 12, "x": 0, - "y": 60 + "y": 291 }, "id": 132, "options": { @@ -4113,11 +4259,12 @@ "sortDesc": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -4154,6 +4301,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", @@ -4202,7 +4350,7 @@ "h": 7, "w": 12, "x": 12, - "y": 60 + "y": 291 }, "id": 133, "options": { @@ -4217,11 +4365,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -4259,6 +4408,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -4307,7 +4457,7 @@ "h": 8, "w": 12, "x": 0, - "y": 67 + "y": 298 }, "id": 20, "options": { @@ -4322,11 +4472,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -4363,6 +4514,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -4411,7 +4563,7 @@ "h": 8, "w": 12, "x": 12, - "y": 67 + "y": 298 }, "id": 126, "options": { @@ -4426,11 +4578,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -4466,6 +4619,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -4514,7 +4668,7 @@ "h": 8, "w": 12, "x": 0, - "y": 75 + "y": 306 }, "id": 46, "options": { @@ -4529,11 +4683,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -4569,6 +4724,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -4617,7 +4773,7 @@ "h": 8, "w": 12, "x": 12, - "y": 75 + "y": 306 }, "id": 148, "options": { @@ -4632,11 +4788,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -4672,6 +4829,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", @@ -4720,7 +4878,7 @@ "h": 8, "w": 12, "x": 12, - "y": 83 + "y": 314 }, "id": 31, "options": { @@ -4735,11 +4893,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -4807,29 +4966,16 @@ "type": "timeseries" } ], - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "$ds" - }, - "refId": "A" - } - ], "title": "Scraping", "type": "row" }, { "collapsed": true, - "datasource": { - "type": "prometheus", - "uid": "$ds" - }, "gridPos": { "h": 1, "w": 24, "x": 0, - "y": 37 + "y": 40 }, "id": 71, "panels": [ @@ -5120,7 +5266,7 @@ "h": 8, "w": 12, "x": 0, - "y": 14 + "y": 282 }, "id": 130, "options": { @@ -5237,7 +5383,7 @@ "h": 8, "w": 12, "x": 12, - "y": 14 + "y": 282 }, "id": 77, "options": { @@ -5285,15 +5431,6 @@ "type": "timeseries" } ], - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "$ds" - }, - "refId": "A" - } - ], "title": "Ingestion", "type": "row" }, @@ -5303,7 +5440,7 @@ "h": 1, "w": 24, "x": 0, - "y": 38 + "y": 41 }, "id": 136, "panels": [ @@ -5371,7 +5508,7 @@ "h": 8, "w": 12, "x": 0, - "y": 23 + "y": 329 }, "id": 146, "options": { @@ -5473,7 +5610,7 @@ "h": 8, "w": 12, "x": 12, - "y": 23 + "y": 329 }, "id": 143, "options": { @@ -5569,7 +5706,7 @@ "h": 8, "w": 12, "x": 0, - "y": 31 + "y": 337 }, "id": 147, "options": { @@ -5672,7 +5809,7 @@ "h": 8, "w": 12, "x": 12, - "y": 31 + "y": 337 }, "id": 139, "options": { @@ -5783,7 +5920,7 @@ "h": 8, "w": 12, "x": 0, - "y": 39 + "y": 345 }, "id": 142, "options": { @@ -5880,7 +6017,7 @@ "h": 8, "w": 12, "x": 12, - "y": 39 + "y": 345 }, "id": 137, "options": { @@ -5993,7 +6130,7 @@ "h": 8, "w": 12, "x": 12, - "y": 47 + "y": 385 }, "id": 141, "options": { @@ -6045,15 +6182,11 @@ }, { "collapsed": true, - "datasource": { - "type": "prometheus", - "uid": "$ds" - }, "gridPos": { "h": 1, "w": 24, "x": 0, - "y": 39 + "y": 42 }, "id": 58, "panels": [ @@ -6075,6 +6208,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -6124,7 +6258,7 @@ "h": 8, "w": 12, "x": 0, - "y": 24 + "y": 287 }, "id": 60, "options": { @@ -6139,11 +6273,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -6180,6 +6315,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -6228,7 +6364,7 @@ "h": 8, "w": 12, "x": 12, - "y": 24 + "y": 287 }, "id": 66, "options": { @@ -6243,11 +6379,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -6284,6 +6421,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -6332,7 +6470,7 @@ "h": 8, "w": 12, "x": 0, - "y": 32 + "y": 295 }, "id": 61, "options": { @@ -6347,11 +6485,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "none" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -6388,6 +6527,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -6436,7 +6576,7 @@ "h": 8, "w": 12, "x": 12, - "y": 32 + "y": 295 }, "id": 65, "options": { @@ -6451,11 +6591,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -6492,6 +6633,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -6539,7 +6681,7 @@ "h": 8, "w": 12, "x": 0, - "y": 40 + "y": 303 }, "id": 88, "options": { @@ -6550,11 +6692,12 @@ "showLegend": false }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "none" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -6591,6 +6734,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -6599,6 +6743,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, @@ -6638,7 +6783,7 @@ "h": 8, "w": 12, "x": 12, - "y": 40 + "y": 303 }, "id": 84, "options": { @@ -6653,11 +6798,12 @@ "showLegend": true }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "desc" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -6694,6 +6840,7 @@ "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, + "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", @@ -6741,7 +6888,7 @@ "h": 8, "w": 12, "x": 0, - "y": 48 + "y": 311 }, "id": 90, "options": { @@ -6752,11 +6899,12 @@ "showLegend": false }, "tooltip": { + "hideZeros": false, "mode": "multi", "sort": "none" } }, - "pluginVersion": "9.2.6", + "pluginVersion": "11.5.0", "targets": [ { "datasource": { @@ -6776,15 +6924,6 @@ "type": "timeseries" } ], - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "$ds" - }, - "refId": "A" - } - ], "title": "Remote write", "type": "row" }, @@ -6794,20 +6933,20 @@ "h": 1, "w": 24, "x": 0, - "y": 40 + "y": 43 }, "id": 113, "panels": [ { - "datasource": { - "type": "prometheus", - "uid": "$ds" + "fieldConfig": { + "defaults": {}, + "overrides": [] }, "gridPos": { "h": 2, "w": 24, "x": 0, - "y": 33 + "y": 339 }, "id": 115, "options": { @@ -6820,6 +6959,7 @@ "mode": "markdown" }, "pluginVersion": "10.4.2", + "title": "", "transparent": true, "type": "text" }, @@ -6885,7 +7025,7 @@ "h": 8, "w": 12, "x": 0, - "y": 35 + "y": 341 }, "id": 119, "options": { @@ -6989,7 +7129,7 @@ "h": 8, "w": 12, "x": 12, - "y": 35 + "y": 341 }, "id": 117, "options": { @@ -7095,7 +7235,7 @@ "h": 8, "w": 12, "x": 0, - "y": 43 + "y": 381 }, "id": 125, "links": [ @@ -7217,7 +7357,7 @@ "h": 8, "w": 12, "x": 12, - "y": 43 + "y": 381 }, "id": 123, "options": { @@ -7347,7 +7487,7 @@ "h": 8, "w": 12, "x": 0, - "y": 51 + "y": 389 }, "id": 121, "options": { @@ -7410,7 +7550,7 @@ } ], "refresh": "", - "schemaVersion": 39, + "schemaVersion": 40, "tags": [ "vmagent", "victoriametrics" @@ -7418,32 +7558,22 @@ "templating": { "list": [ { - "current": { - "selected": false, - "text": "VictoriaMetrics - cluster", - "value": "PAF93674D0B4E9963" - }, - "hide": 0, + "current": {}, "includeAll": false, - "multi": false, "name": "ds", "options": [], "query": "prometheus", - "queryValue": "", "refresh": 1, "regex": "", - "skipUrlSync": false, "type": "datasource" }, { - "allValue": "", "current": {}, "datasource": { "type": "prometheus", "uid": "$ds" }, "definition": "label_values(vm_app_version{version=~\"^vmagent.*\"}, job)", - "hide": 0, "includeAll": true, "multi": true, "name": "job", @@ -7454,12 +7584,7 @@ }, "refresh": 1, "regex": "", - "skipUrlSync": false, - "sort": 0, - "tagValuesQuery": "", - "tagsQuery": "", - "type": "query", - "useTags": false + "type": "query" }, { "allValue": ".*", @@ -7469,7 +7594,6 @@ "uid": "$ds" }, "definition": "label_values(vm_app_version{job=~\"$job\"}, instance)", - "hide": 0, "includeAll": true, "multi": true, "name": "instance", @@ -7480,12 +7604,7 @@ }, "refresh": 1, "regex": "", - "skipUrlSync": false, - "sort": 0, - "tagValuesQuery": "", - "tagsQuery": "", - "type": "query", - "useTags": false + "type": "query" }, { "allValue": ".*", @@ -7496,7 +7615,6 @@ }, "definition": "label_values(vmagent_remotewrite_requests_total{job=~\"$job\", instance=~\"$instance\"}, url)", "description": "The remote write URLs", - "hide": 0, "includeAll": true, "multi": true, "name": "url", @@ -7507,19 +7625,16 @@ }, "refresh": 1, "regex": "", - "skipUrlSync": false, - "sort": 0, "type": "query" }, { + "baseFilters": [], "datasource": { "type": "prometheus", "uid": "$ds" }, "filters": [], - "hide": 0, "name": "adhoc", - "skipUrlSync": false, "type": "adhoc" } ] @@ -7546,4 +7661,4 @@ "uid": "G7Z9GzMGz", "version": 1, "weekStart": "" -} +} \ No newline at end of file