From 83c69683a6e8652536c65f8936499e61b262d93b Mon Sep 17 00:00:00 2001 From: George Stykalin Date: Wed, 29 May 2024 23:50:29 +0300 Subject: [PATCH] add files for custom grafana image with provisioned dashboards --- grafana/Dockerfile | 5 + .../ArgoCD Overview-1717014612347.json | 1661 +++++++++++ grafana/dashboards/ArgoCD-1711965832278.json | 2630 ----------------- ...56309.json => Blackbox-1717014652642.json} | 93 +- ...n => Component Metrics-1717014684245.json} | 147 +- ...2521494.json => Harbor-1717014712590.json} | 167 +- ...son => Hashicorp Vault-1717014746367.json} | 877 +++--- ...n => Kubernetes events-1717014776048.json} | 180 +- ...> Kubernetes resources-1717014841498.json} | 149 +- ...json => Node resources-1717014869780.json} | 863 +++--- ...69316.json => Pod logs-1717014903721.json} | 97 +- .../provisioning/dashboards/dashboards.yml | 13 + grafana/version.txt | 0 13 files changed, 2835 insertions(+), 4047 deletions(-) create mode 100644 grafana/Dockerfile create mode 100644 grafana/dashboards/ArgoCD Overview-1717014612347.json delete mode 100644 grafana/dashboards/ArgoCD-1711965832278.json rename grafana/dashboards/{Blackbox-1711964356309.json => Blackbox-1717014652642.json} (93%) rename grafana/dashboards/{Component Metrics-1709714379697.json => Component Metrics-1717014684245.json} (94%) rename grafana/dashboards/{Harbor-1712132521494.json => Harbor-1717014712590.json} (91%) rename grafana/dashboards/{Hashicorp Vault-1711964531151.json => Hashicorp Vault-1717014746367.json} (80%) rename grafana/dashboards/{Kubernetes events-1709714734146.json => Kubernetes events-1717014776048.json} (90%) rename grafana/dashboards/{Kubernetes resources-1711964555601.json => Kubernetes resources-1717014841498.json} (93%) rename grafana/dashboards/{Node resources-1709714810380.json => Node resources-1717014869780.json} (97%) rename grafana/dashboards/{Pod logs-1711225869316.json => Pod logs-1717014903721.json} (88%) create mode 100644 grafana/provisioning/dashboards/dashboards.yml create mode 100644 grafana/version.txt diff --git a/grafana/Dockerfile b/grafana/Dockerfile new file mode 100644 index 0000000..cacb20e --- /dev/null +++ b/grafana/Dockerfile @@ -0,0 +1,5 @@ +FROM --platform=amd64 grafana/grafana:10.4.1 + +COPY ./provisioning /etc/grafana/provisioning + +COPY ./dashboards /etc/grafana/dashboards diff --git a/grafana/dashboards/ArgoCD Overview-1717014612347.json b/grafana/dashboards/ArgoCD Overview-1717014612347.json new file mode 100644 index 0000000..17010f1 --- /dev/null +++ b/grafana/dashboards/ArgoCD Overview-1717014612347.json @@ -0,0 +1,1661 @@ +{ + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": { + "type": "grafana", + "uid": "-- Grafana --" + }, + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "type": "dashboard" + } + ] + }, + "description": "A dashboard that monitors ArgoCD with a focus on the operational. It is created using the [argo-cd-mixin](https://github.com/adinhodovic/argo-cd-mixin).", + "editable": true, + "fiscalYearStartMonth": 0, + "gnetId": 19993, + "graphTooltip": 0, + "id": 26, + "links": [ + { + "tags": [ + "ci/cd", + "argo-cd" + ], + "targetBlank": true, + "title": "ArgoCD Dashboards", + "type": "dashboards" + } + ], + "panels": [ + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 0 + }, + "id": 1, + "title": "Summary", + "type": "row" + }, + { + "datasource": { + "type": "datasource", + "uid": "-- Mixed --" + }, + "fieldConfig": { + "defaults": { + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 4, + "w": 4, + "x": 0, + "y": 1 + }, + "id": 2, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": [ + "lastNotNull" + ], + "fields": "", + "values": false + }, + "showPercentChange": false, + "textMode": "auto", + "wideLayout": true + }, + "pluginVersion": "10.4.1", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "$datasource" + }, + "expr": "sum(\n argocd_cluster_info{\n namespace=~'$namespace',\n job=~'$job'\n }\n)\n", + "refId": "A" + } + ], + "title": "Clusters", + "type": "stat" + }, + { + "datasource": { + "type": "datasource", + "uid": "-- Mixed --" + }, + "fieldConfig": { + "defaults": { + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 4, + "w": 4, + "x": 4, + "y": 1 + }, + "id": 3, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": [ + "lastNotNull" + ], + "fields": "", + "values": false + }, + "showPercentChange": false, + "textMode": "auto", + "wideLayout": true + }, + "pluginVersion": "10.4.1", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "$datasource" + }, + "expr": "count(\n count(\n argocd_app_info{\n namespace=~'$namespace',\n job=~'$job'\n }\n )\n by (repo)\n)\n", + "refId": "A" + } + ], + "title": "Repositories", + "type": "stat" + }, + { + "datasource": { + "type": "datasource", + "uid": "-- Mixed --" + }, + "fieldConfig": { + "defaults": { + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 4, + "w": 4, + "x": 8, + "y": 1 + }, + "id": 4, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": [ + "lastNotNull" + ], + "fields": "", + "values": false + }, + "showPercentChange": false, + "textMode": "auto", + "wideLayout": true + }, + "pluginVersion": "10.4.1", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "$datasource" + }, + "expr": "sum(\n argocd_app_info{\n namespace=~'$namespace',\njob=~'$job',\ndest_server=~'$cluster',\nproject=~'$project',\n\n }\n)\n", + "refId": "A" + } + ], + "title": "Applications", + "type": "stat" + }, + { + "datasource": { + "type": "datasource", + "uid": "-- Mixed --" + }, + "fieldConfig": { + "defaults": { + "custom": { + "align": "auto", + "cellOptions": { + "type": "auto" + }, + "inspect": false + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "name" + }, + "properties": [ + { + "id": "links", + "value": [ + { + "targetBlank": true, + "title": "Go To Application", + "type": "dashboard", + "url": "/d/argo-cd-application-overview-kask/argocd-notifications-overview?&var-project=${__data.fields.Project}&var-application=${__value.raw}" + } + ] + } + ] + } + ] + }, + "gridPos": { + "h": 10, + "w": 12, + "x": 12, + "y": 1 + }, + "id": 7, + "options": { + "cellHeight": "sm", + "footer": { + "countRows": false, + "enablePagination": true, + "fields": "", + "reducer": [ + "sum" + ], + "show": false + }, + "showHeader": true, + "sortBy": [ + { + "displayName": "Application" + } + ] + }, + "pluginVersion": "10.4.1", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "$datasource" + }, + "expr": "sum(\n argocd_app_info{\n namespace=~'$namespace',\njob=~'$job',\ndest_server=~'$cluster',\nproject=~'$project',\n\n }\n) by (job, dest_server, project, name, health_status, sync_status)\n", + "format": "table", + "instant": true, + "refId": "A" + } + ], + "title": "Applications", + "transformations": [ + { + "id": "organize", + "options": { + "excludeByName": { + "Time": true, + "Value": true, + "dest_server": true, + "job": true + }, + "indexByName": { + "health_status": 2, + "name": 0, + "project": 1, + "sync_status": 3 + }, + "renameByName": { + "dest_server": "Cluster", + "health_status": "Health Status", + "job": "Job", + "name": "Application", + "project": "Project", + "sync_status": "Sync Status" + } + } + } + ], + "type": "table" + }, + { + "datasource": { + "type": "datasource", + "uid": "-- Mixed --" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + } + }, + "mappings": [], + "unit": "short" + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "Healthy" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "green", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Degraded" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "red", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Progressing" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "yellow", + "mode": "fixed" + } + } + ] + } + ] + }, + "gridPos": { + "h": 6, + "w": 6, + "x": 0, + "y": 5 + }, + "id": 5, + "options": { + "legend": { + "displayMode": "table", + "placement": "right", + "showLegend": true, + "values": [ + "value" + ] + }, + "pieType": "pie", + "reduceOptions": { + "calcs": [ + "lastNotNull" + ], + "fields": "", + "values": false + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } + }, + "pluginVersion": "v10.2.0", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "$datasource" + }, + "expr": "sum(\n argocd_app_info{\n namespace=~'$namespace',\njob=~'$job',\ndest_server=~'$cluster',\nproject=~'$project',\n\n }\n) by (health_status)\n", + "instant": true, + "legendFormat": "{{ health_status }}", + "refId": "A" + } + ], + "title": "Health Status", + "type": "piechart" + }, + { + "datasource": { + "type": "datasource", + "uid": "-- Mixed --" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + } + }, + "mappings": [], + "unit": "short" + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "Synced" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "green", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "OutOfSync" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "red", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Unknown" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "yellow", + "mode": "fixed" + } + } + ] + } + ] + }, + "gridPos": { + "h": 6, + "w": 6, + "x": 6, + "y": 5 + }, + "id": 6, + "options": { + "legend": { + "displayMode": "table", + "placement": "right", + "showLegend": true, + "values": [ + "value" + ] + }, + "pieType": "pie", + "reduceOptions": { + "calcs": [ + "lastNotNull" + ], + "fields": "", + "values": false + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } + }, + "pluginVersion": "v10.2.0", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "$datasource" + }, + "expr": "sum(\n argocd_app_info{\n namespace=~'$namespace',\njob=~'$job',\ndest_server=~'$cluster',\nproject=~'$project',\n\n }\n) by (sync_status)\n", + "instant": true, + "legendFormat": "{{ sync_status }}", + "refId": "A" + } + ], + "title": "Sync Status", + "type": "piechart" + }, + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 11 + }, + "id": 8, + "title": "Sync Stats", + "type": "row" + }, + { + "datasource": { + "type": "datasource", + "uid": "-- Mixed --" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 6, + "w": 12, + "x": 0, + "y": 12 + }, + "id": 9, + "options": { + "legend": { + "calcs": [ + "last" + ], + "displayMode": "table", + "placement": "right", + "showLegend": true, + "sortBy": "Last", + "sortDesc": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "pluginVersion": "v10.2.0", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "$datasource" + }, + "expr": "sum(\n round(\n increase(\n argocd_app_sync_total{\n namespace=~'$namespace',\njob=~'$job',\ndest_server=~'$cluster',\nproject=~'$project',\n\n }[$__rate_interval]\n )\n )\n) by (job, dest_server, project, name)\n", + "legendFormat": "{{ dest_server }}/{{ project }}/{{ name }}", + "refId": "A" + } + ], + "title": "Sync Activity", + "type": "timeseries" + }, + { + "datasource": { + "type": "datasource", + "uid": "-- Mixed --" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 6, + "w": 12, + "x": 12, + "y": 12 + }, + "id": 10, + "options": { + "legend": { + "calcs": [ + "last" + ], + "displayMode": "table", + "placement": "right", + "showLegend": true, + "sortBy": "Last", + "sortDesc": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "pluginVersion": "v10.2.0", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "$datasource" + }, + "expr": "sum(\n round(\n increase(\n argocd_app_sync_total{\n namespace=~'$namespace',\njob=~'$job',\ndest_server=~'$cluster',\nproject=~'$project',\n\n phase=~\"Error|Failed\"\n }[$__rate_interval]\n )\n )\n) by (job, dest_server, project, application, phase)\n", + "legendFormat": "{{ dest_server }}/{{ project }}/{{ application }} - {{ phase }}", + "refId": "A" + } + ], + "title": "Sync Failures", + "type": "timeseries" + }, + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 18 + }, + "id": 11, + "title": "Controller Stats", + "type": "row" + }, + { + "datasource": { + "type": "datasource", + "uid": "-- Mixed --" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 6, + "w": 12, + "x": 0, + "y": 19 + }, + "id": 12, + "options": { + "legend": { + "calcs": [ + "last" + ], + "displayMode": "table", + "placement": "right", + "showLegend": true, + "sortBy": "Last", + "sortDesc": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "pluginVersion": "v10.2.0", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "$datasource" + }, + "expr": "sum(\n round(\n increase(\n argocd_app_reconcile_count{\n namespace=~'$namespace',\n job=~'$job',\n dest_server=~'$cluster'\n }[$__rate_interval]\n )\n )\n) by (namespace, job, dest_server)\n", + "legendFormat": "{{ namespace }}/{{ dest_server }}", + "refId": "A" + } + ], + "title": "Recociliation Activity", + "type": "timeseries" + }, + { + "datasource": { + "type": "datasource", + "uid": "-- Mixed --" + }, + "fieldConfig": { + "defaults": { + "custom": { + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "scaleDistribution": { + "type": "linear" + } + } + }, + "overrides": [] + }, + "gridPos": { + "h": 6, + "w": 12, + "x": 12, + "y": 19 + }, + "id": 13, + "options": { + "calculate": true, + "calculation": {}, + "cellGap": 2, + "cellValues": {}, + "color": { + "exponent": 0.5, + "fill": "dark-orange", + "mode": "scheme", + "reverse": false, + "scale": "exponential", + "scheme": "Oranges", + "steps": 128 + }, + "exemplars": { + "color": "rgba(255,0,255,0.7)" + }, + "filterValues": { + "le": 1e-9 + }, + "legend": { + "show": false + }, + "rowsFrame": { + "layout": "auto" + }, + "showValue": "never", + "tooltip": { + "mode": "none", + "showColorScale": false, + "yHistogram": false + }, + "yAxis": { + "axisPlacement": "left", + "reverse": false + } + }, + "pluginVersion": "10.4.1", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "$datasource" + }, + "expr": "sum(\n increase(\n argocd_app_reconcile_bucket{\n namespace=~'$namespace',\n job=~'$job',\n dest_server=~'$cluster'\n }[$__rate_interval]\n )\n) by (le)\n", + "format": "heatmap", + "legendFormat": "{{ le }}", + "refId": "A" + } + ], + "title": "Reconciliation Performance", + "type": "heatmap" + }, + { + "datasource": { + "type": "datasource", + "uid": "-- Mixed --" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 6, + "w": 12, + "x": 0, + "y": 25 + }, + "id": 14, + "options": { + "legend": { + "calcs": [ + "last" + ], + "displayMode": "table", + "placement": "right", + "showLegend": true, + "sortBy": "Last", + "sortDesc": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "pluginVersion": "v10.2.0", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "$datasource" + }, + "expr": "sum(\n round(\n increase(\n argocd_app_k8s_request_total{\n namespace=~'$namespace',\n job=~'$job',\n project=~'$project'\n }[$__rate_interval]\n )\n )\n) by (job, server, project, verb, resource_kind)\n", + "legendFormat": "{{ server }}/{{ project }} - {{ verb }}/{{ resource_kind }}", + "refId": "A" + } + ], + "title": "K8s API Activity", + "type": "timeseries" + }, + { + "datasource": { + "type": "datasource", + "uid": "-- Mixed --" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 6, + "w": 12, + "x": 12, + "y": 25 + }, + "id": 15, + "options": { + "legend": { + "calcs": [ + "last" + ], + "displayMode": "table", + "placement": "right", + "showLegend": true, + "sortBy": "Last", + "sortDesc": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "pluginVersion": "v10.2.0", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "$datasource" + }, + "expr": "sum(\n argocd_kubectl_exec_pending{\n namespace=~'$namespace',\n job=~'$job'\n }\n) by (job, command)\n", + "legendFormat": "{{ dest_server }} - {{ command }}", + "refId": "A" + } + ], + "title": "Pending Kubectl Runs", + "type": "timeseries" + }, + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 31 + }, + "id": 16, + "title": "Cluster Stats", + "type": "row" + }, + { + "datasource": { + "type": "datasource", + "uid": "-- Mixed --" + }, + "fieldConfig": { + "defaults": { + "custom": { + "fillOpacity": 10 + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 6, + "w": 8, + "x": 0, + "y": 32 + }, + "id": 17, + "options": { + "legend": { + "calcs": [ + "last" + ], + "displayMode": "table", + "placement": "right", + "showLegend": true, + "sortBy": "Last", + "sortDesc": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "pluginVersion": "v10.2.0", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "$datasource" + }, + "expr": "sum(\n argocd_cluster_api_resource_objects{\n namespace=~'$namespace',\n job=~'$job',\n server=~'$cluster'\n }\n) by (namespace, job, server)\n", + "legendFormat": "{{ server }}", + "refId": "A" + } + ], + "title": "Resource Objects", + "type": "timeseries" + }, + { + "datasource": { + "type": "datasource", + "uid": "-- Mixed --" + }, + "fieldConfig": { + "defaults": { + "custom": { + "fillOpacity": 10 + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 6, + "w": 8, + "x": 8, + "y": 32 + }, + "id": 18, + "options": { + "legend": { + "calcs": [ + "last" + ], + "displayMode": "table", + "placement": "right", + "showLegend": true, + "sortBy": "Last", + "sortDesc": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "pluginVersion": "v10.2.0", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "$datasource" + }, + "expr": "sum(\n argocd_cluster_api_resources{\n namespace=~'$namespace',\n job=~'$job',\n server=~'$cluster'\n }\n) by (namespace, job, server)\n", + "legendFormat": "{{ server }}", + "refId": "A" + } + ], + "title": "API Resources", + "type": "timeseries" + }, + { + "datasource": { + "type": "datasource", + "uid": "-- Mixed --" + }, + "fieldConfig": { + "defaults": { + "custom": { + "fillOpacity": 10 + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 6, + "w": 8, + "x": 16, + "y": 32 + }, + "id": 19, + "options": { + "legend": { + "calcs": [ + "last" + ], + "displayMode": "table", + "placement": "right", + "showLegend": true, + "sortBy": "Last", + "sortDesc": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "pluginVersion": "v10.2.0", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "$datasource" + }, + "expr": "sum(\n increase(\n argocd_cluster_events_total{\n namespace=~'$namespace',\n job=~'$job',\n server=~'$cluster'\n }[$__rate_interval]\n )\n) by (namespace, job, server)\n", + "legendFormat": "{{ server }}", + "refId": "A" + } + ], + "title": "Cluster Events", + "type": "timeseries" + }, + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 38 + }, + "id": 20, + "title": "Repo Server Stats", + "type": "row" + }, + { + "datasource": { + "type": "datasource", + "uid": "-- Mixed --" + }, + "fieldConfig": { + "defaults": { + "custom": { + "fillOpacity": 10 + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 6, + "w": 12, + "x": 0, + "y": 39 + }, + "id": 21, + "options": { + "legend": { + "calcs": [ + "last" + ], + "displayMode": "table", + "placement": "right", + "showLegend": true, + "sortBy": "Last", + "sortDesc": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "pluginVersion": "v10.2.0", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "$datasource" + }, + "expr": "sum(\n increase(\n argocd_git_request_total{\n namespace=~'$namespace',\n job=~'$job',\n request_type=\"ls-remote\"\n }[$__rate_interval]\n )\n) by (namespace, job, repo)\n", + "legendFormat": "{{ namespace }} - {{ repo }}", + "refId": "A" + } + ], + "title": "Git Requests (ls-remote)", + "type": "timeseries" + }, + { + "datasource": { + "type": "datasource", + "uid": "-- Mixed --" + }, + "fieldConfig": { + "defaults": { + "custom": { + "fillOpacity": 10 + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 6, + "w": 12, + "x": 12, + "y": 39 + }, + "id": 22, + "options": { + "legend": { + "calcs": [ + "last" + ], + "displayMode": "table", + "placement": "right", + "showLegend": true, + "sortBy": "Last", + "sortDesc": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "pluginVersion": "v10.2.0", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "$datasource" + }, + "expr": "sum(\n increase(\n argocd_git_request_total{\n namespace=~'$namespace',\n job=~'$job',\n request_type=\"fetch\"\n }[$__rate_interval]\n )\n) by (namespace, job, repo)\n", + "legendFormat": "{{ namespace }} - {{ repo }}", + "refId": "A" + } + ], + "title": "Git Requests (checkout)", + "type": "timeseries" + }, + { + "datasource": { + "type": "datasource", + "uid": "-- Mixed --" + }, + "fieldConfig": { + "defaults": { + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 6, + "w": 12, + "x": 0, + "y": 45 + }, + "id": 23, + "pluginVersion": "v10.2.0", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "$datasource" + }, + "expr": "sum(\n increase(\n argocd_git_request_duration_seconds_bucket{\n namespace=~'$namespace',\n job=~'$job',\n request_type=\"fetch\"\n }[$__rate_interval]\n )\n) by (le)\n", + "format": "heatmap", + "legendFormat": "{{ le }}", + "refId": "A" + } + ], + "title": "Git Fetch Performance", + "type": "heatmap" + }, + { + "datasource": { + "type": "datasource", + "uid": "-- Mixed --" + }, + "fieldConfig": { + "defaults": { + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 6, + "w": 12, + "x": 12, + "y": 45 + }, + "id": 24, + "pluginVersion": "v10.2.0", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "$datasource" + }, + "expr": "sum(\n increase(\n argocd_git_request_duration_seconds_bucket{\n namespace=~'$namespace',\n job=~'$job',\n request_type=\"ls-remote\"\n }[$__rate_interval]\n )\n) by (le)\n", + "format": "heatmap", + "legendFormat": "{{ le }}", + "refId": "A" + } + ], + "title": "Git Ls-remote Performance", + "type": "heatmap" + } + ], + "schemaVersion": 39, + "tags": [ + "ci/cd", + "argo-cd" + ], + "templating": { + "list": [ + { + "current": { + "selected": false, + "text": "Kube-prometheus", + "value": "P8D3620484E958841" + }, + "hide": 0, + "includeAll": false, + "label": "Data source", + "multi": false, + "name": "datasource", + "options": [], + "query": "prometheus", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "type": "datasource" + }, + { + "current": { + "selected": false, + "text": "All", + "value": "$__all" + }, + "datasource": { + "type": "prometheus", + "uid": "P8D3620484E958841" + }, + "definition": "", + "hide": 0, + "includeAll": true, + "label": "Namespace", + "multi": true, + "name": "namespace", + "options": [], + "query": "label_values(argocd_app_info{}, namespace)", + "refresh": 2, + "regex": "", + "skipUrlSync": false, + "sort": 1, + "type": "query" + }, + { + "allValue": ".*", + "current": { + "selected": false, + "text": "All", + "value": "$__all" + }, + "datasource": { + "type": "prometheus", + "uid": "P8D3620484E958841" + }, + "definition": "", + "hide": 0, + "includeAll": true, + "label": "Job", + "multi": true, + "name": "job", + "options": [], + "query": "label_values(job)", + "refresh": 2, + "regex": "argo.*", + "skipUrlSync": false, + "sort": 1, + "type": "query" + }, + { + "current": { + "selected": false, + "text": "All", + "value": "$__all" + }, + "datasource": { + "type": "prometheus", + "uid": "P8D3620484E958841" + }, + "definition": "", + "hide": 0, + "includeAll": true, + "label": "Cluster", + "multi": true, + "name": "cluster", + "options": [], + "query": "label_values(argocd_app_info{namespace=~\"$namespace\", job=~\"$job\"}, dest_server)", + "refresh": 2, + "regex": "", + "skipUrlSync": false, + "sort": 1, + "type": "query" + }, + { + "current": { + "selected": false, + "text": "All", + "value": "$__all" + }, + "datasource": { + "type": "prometheus", + "uid": "P8D3620484E958841" + }, + "definition": "", + "hide": 0, + "includeAll": true, + "label": "Project", + "multi": true, + "name": "project", + "options": [], + "query": "label_values(argocd_app_info{namespace=~\"$namespace\", job=~\"$job\", dest_server=~\"$cluster\"}, project)", + "refresh": 2, + "regex": "", + "skipUrlSync": false, + "sort": 1, + "type": "query" + } + ] + }, + "time": { + "from": "now-6h", + "to": "now" + }, + "timepicker": {}, + "timezone": "browser", + "title": "ArgoCD Overview", + "uid": "argo-cd-operational-overview-kask", + "version": 1, + "weekStart": "" +} \ No newline at end of file diff --git a/grafana/dashboards/ArgoCD-1711965832278.json b/grafana/dashboards/ArgoCD-1711965832278.json deleted file mode 100644 index 30ecbd5..0000000 --- a/grafana/dashboards/ArgoCD-1711965832278.json +++ /dev/null @@ -1,2630 +0,0 @@ -{ - "__inputs": [], - "__elements": {}, - "__requires": [ - { - "type": "panel", - "id": "gauge", - "name": "Gauge", - "version": "" - }, - { - "type": "grafana", - "id": "grafana", - "name": "Grafana", - "version": "10.4.1" - }, - { - "type": "panel", - "id": "heatmap", - "name": "Heatmap", - "version": "" - }, - { - "type": "datasource", - "id": "prometheus", - "name": "Prometheus", - "version": "1.0.0" - }, - { - "type": "panel", - "id": "stat", - "name": "Stat", - "version": "" - }, - { - "type": "panel", - "id": "text", - "name": "Text", - "version": "" - }, - { - "type": "panel", - "id": "timeseries", - "name": "Time series", - "version": "" - } - ], - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": { - "type": "datasource", - "uid": "grafana" - }, - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "type": "dashboard" - } - ] - }, - "description": "", - "editable": true, - "fiscalYearStartMonth": 0, - "graphTooltip": 0, - "id": null, - "links": [], - "liveNow": false, - "panels": [ - { - "collapsed": false, - "datasource": { - "uid": "$datasource" - }, - "gridPos": { - "h": 1, - "w": 24, - "x": 0, - "y": 0 - }, - "id": 68, - "panels": [], - "targets": [ - { - "datasource": { - "uid": "$datasource" - }, - "refId": "A" - } - ], - "title": "Overview", - "type": "row" - }, - { - "datasource": { - "uid": "$datasource" - }, - "gridPos": { - "h": 4, - "w": 2, - "x": 0, - "y": 1 - }, - "id": 26, - "options": { - "code": { - "language": "plaintext", - "showLineNumbers": false, - "showMiniMap": false - }, - "content": "![argoimage](https://avatars1.githubusercontent.com/u/30269780?s=110&v=4)", - "mode": "markdown" - }, - "pluginVersion": "10.4.1", - "targets": [ - { - "datasource": { - "uid": "$datasource" - }, - "refId": "A" - } - ], - "transparent": true, - "type": "text" - }, - { - "datasource": { - "uid": "$datasource" - }, - "fieldConfig": { - "defaults": { - "color": { - "fixedColor": "rgb(31, 120, 193)", - "mode": "fixed" - }, - "mappings": [ - { - "options": { - "match": "null", - "result": { - "text": "0" - } - }, - "type": "special" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 4, - "w": 3, - "x": 2, - "y": 1 - }, - "id": 94, - "maxDataPoints": 100, - "options": { - "colorMode": "none", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "horizontal", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "showPercentChange": false, - "textMode": "auto", - "wideLayout": true - }, - "pluginVersion": "10.4.1", - "targets": [ - { - "datasource": { - "uid": "$datasource" - }, - "expr": "count(count by (server) (argocd_cluster_info{namespace=~\"$namespace\"}))", - "format": "time_series", - "instant": false, - "intervalFactor": 1, - "refId": "A" - } - ], - "title": "Clusters", - "type": "stat" - }, - { - "datasource": { - "uid": "$datasource" - }, - "fieldConfig": { - "defaults": { - "color": { - "fixedColor": "rgb(31, 120, 193)", - "mode": "fixed" - }, - "mappings": [ - { - "options": { - "match": "null", - "result": { - "text": "N/A" - } - }, - "type": "special" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 4, - "w": 3, - "x": 5, - "y": 1 - }, - "id": 75, - "maxDataPoints": 100, - "options": { - "colorMode": "none", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "horizontal", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "showPercentChange": false, - "textMode": "auto", - "wideLayout": true - }, - "pluginVersion": "10.4.1", - "repeatDirection": "h", - "targets": [ - { - "datasource": { - "uid": "$datasource" - }, - "expr": "sum(argocd_app_info{namespace=~\"$namespace\",dest_server=~\"$cluster\",health_status=~\"$health_status\",sync_status=~\"$sync_status\"})", - "format": "time_series", - "instant": false, - "intervalFactor": 1, - "refId": "A" - } - ], - "title": "Applications", - "type": "stat" - }, - { - "datasource": { - "uid": "$datasource" - }, - "fieldConfig": { - "defaults": { - "color": { - "fixedColor": "rgb(31, 120, 193)", - "mode": "fixed" - }, - "mappings": [ - { - "options": { - "match": "null", - "result": { - "text": "0" - } - }, - "type": "special" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 4, - "w": 3, - "x": 8, - "y": 1 - }, - "id": 107, - "maxDataPoints": 100, - "options": { - "colorMode": "none", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "horizontal", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "showPercentChange": false, - "textMode": "auto", - "wideLayout": true - }, - "pluginVersion": "10.4.1", - "targets": [ - { - "datasource": { - "uid": "$datasource" - }, - "expr": "count(count by (repo) (argocd_app_info{namespace=~\"$namespace\"}))", - "format": "time_series", - "instant": false, - "intervalFactor": 1, - "refId": "A" - } - ], - "title": "Repositories", - "type": "stat" - }, - { - "datasource": { - "uid": "$datasource" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [ - { - "id": 0, - "op": "=", - "text": "0", - "type": 1, - "value": "null" - } - ], - "max": 100, - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "none" - }, - "overrides": [] - }, - "gridPos": { - "h": 4, - "w": 3, - "x": 11, - "y": 1 - }, - "id": 100, - "options": { - "minVizHeight": 75, - "minVizWidth": 75, - "orientation": "horizontal", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "showThresholdLabels": false, - "showThresholdMarkers": true, - "sizing": "auto" - }, - "pluginVersion": "10.4.1", - "repeatDirection": "h", - "targets": [ - { - "datasource": { - "uid": "$datasource" - }, - "expr": "sum(argocd_app_info{namespace=~\"$namespace\",dest_server=~\"$cluster\",operation!=\"\"})", - "format": "time_series", - "instant": true, - "intervalFactor": 1, - "legendFormat": "", - "refId": "A" - } - ], - "title": "Operations", - "type": "gauge" - }, - { - "datasource": { - "uid": "$datasource" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "never", - "spanNulls": true, - "stacking": { - "group": "A", - "mode": "normal" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "decimals": 0, - "links": [], - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "short" - }, - "overrides": [ - { - "matcher": { - "id": "byValue", - "options": { - "op": "gte", - "reducer": "allIsZero", - "value": 0 - } - }, - "properties": [ - { - "id": "custom.hideFrom", - "value": { - "legend": true, - "tooltip": true, - "viz": false - } - } - ] - }, - { - "matcher": { - "id": "byValue", - "options": { - "op": "gte", - "reducer": "allIsNull", - "value": 0 - } - }, - "properties": [ - { - "id": "custom.hideFrom", - "value": { - "legend": true, - "tooltip": true, - "viz": false - } - } - ] - } - ] - }, - "gridPos": { - "h": 4, - "w": 10, - "x": 14, - "y": 1 - }, - "id": 28, - "options": { - "legend": { - "calcs": [ - "lastNotNull" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "pluginVersion": "10.4.1", - "targets": [ - { - "datasource": { - "uid": "$datasource" - }, - "expr": "sum(argocd_app_info{namespace=~\"$namespace\",dest_server=~\"$cluster\",health_status=~\"$health_status\",sync_status=~\"$sync_status\"}) by (namespace)", - "format": "time_series", - "instant": false, - "intervalFactor": 1, - "legendFormat": "{{namespace}}", - "refId": "A" - } - ], - "title": "Applications", - "type": "timeseries" - }, - { - "collapsed": false, - "datasource": { - "uid": "$datasource" - }, - "gridPos": { - "h": 1, - "w": 24, - "x": 0, - "y": 5 - }, - "id": 77, - "panels": [], - "targets": [ - { - "datasource": { - "uid": "$datasource" - }, - "refId": "A" - } - ], - "title": "Application Status", - "type": "row" - }, - { - "datasource": { - "uid": "$datasource" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "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" - } - }, - "links": [], - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "short" - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "Degraded" - }, - "properties": [ - { - "id": "color", - "value": { - "fixedColor": "semi-dark-red", - "mode": "fixed" - } - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Healthy" - }, - "properties": [ - { - "id": "color", - "value": { - "fixedColor": "green", - "mode": "fixed" - } - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Missing" - }, - "properties": [ - { - "id": "color", - "value": { - "fixedColor": "semi-dark-purple", - "mode": "fixed" - } - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Progressing" - }, - "properties": [ - { - "id": "color", - "value": { - "fixedColor": "semi-dark-blue", - "mode": "fixed" - } - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Suspended" - }, - "properties": [ - { - "id": "color", - "value": { - "fixedColor": "semi-dark-orange", - "mode": "fixed" - } - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Unknown" - }, - "properties": [ - { - "id": "color", - "value": { - "fixedColor": "rgb(255, 255, 255)", - "mode": "fixed" - } - } - ] - } - ] - }, - "gridPos": { - "h": 6, - "w": 12, - "x": 0, - "y": 6 - }, - "id": 105, - "interval": "", - "options": { - "legend": { - "calcs": [ - "lastNotNull" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true - }, - "tooltip": { - "mode": "multi", - "sort": "desc" - } - }, - "pluginVersion": "10.4.1", - "targets": [ - { - "datasource": { - "uid": "$datasource" - }, - "expr": "sum(argocd_app_info{namespace=~\"$namespace\",dest_server=~\"$cluster\",health_status=~\"$health_status\",sync_status=~\"$sync_status\",health_status!=\"\"}) by (health_status)", - "format": "time_series", - "instant": false, - "intervalFactor": 1, - "legendFormat": "{{health_status}}", - "refId": "A" - } - ], - "title": "Health Status", - "type": "timeseries" - }, - { - "datasource": { - "uid": "$datasource" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "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" - } - }, - "links": [], - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "short" - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "Degraded" - }, - "properties": [ - { - "id": "color", - "value": { - "fixedColor": "semi-dark-red", - "mode": "fixed" - } - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Healthy" - }, - "properties": [ - { - "id": "color", - "value": { - "fixedColor": "green", - "mode": "fixed" - } - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Missing" - }, - "properties": [ - { - "id": "color", - "value": { - "fixedColor": "semi-dark-purple", - "mode": "fixed" - } - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "OutOfSync" - }, - "properties": [ - { - "id": "color", - "value": { - "fixedColor": "semi-dark-yellow", - "mode": "fixed" - } - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Progressing" - }, - "properties": [ - { - "id": "color", - "value": { - "fixedColor": "semi-dark-blue", - "mode": "fixed" - } - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Suspended" - }, - "properties": [ - { - "id": "color", - "value": { - "fixedColor": "semi-dark-orange", - "mode": "fixed" - } - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Synced" - }, - "properties": [ - { - "id": "color", - "value": { - "fixedColor": "semi-dark-green", - "mode": "fixed" - } - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Unknown" - }, - "properties": [ - { - "id": "color", - "value": { - "fixedColor": "rgb(255, 255, 255)", - "mode": "fixed" - } - } - ] - } - ] - }, - "gridPos": { - "h": 6, - "w": 12, - "x": 12, - "y": 6 - }, - "id": 106, - "interval": "", - "options": { - "legend": { - "calcs": [ - "lastNotNull" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true - }, - "tooltip": { - "mode": "multi", - "sort": "desc" - } - }, - "pluginVersion": "10.4.1", - "targets": [ - { - "datasource": { - "uid": "$datasource" - }, - "expr": "sum(argocd_app_info{namespace=~\"$namespace\",dest_server=~\"$cluster\",health_status=~\"$health_status\",sync_status=~\"$sync_status\",health_status!=\"\"}) by (sync_status)", - "format": "time_series", - "instant": false, - "intervalFactor": 1, - "legendFormat": "{{sync_status}}", - "refId": "A" - } - ], - "title": "Sync Status", - "type": "timeseries" - }, - { - "collapsed": false, - "datasource": { - "uid": "$datasource" - }, - "gridPos": { - "h": 1, - "w": 24, - "x": 0, - "y": 12 - }, - "id": 104, - "panels": [], - "targets": [ - { - "datasource": { - "uid": "$datasource" - }, - "refId": "A" - } - ], - "title": "Sync Stats", - "type": "row" - }, - { - "datasource": { - "uid": "$datasource" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "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": "normal" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "decimals": 0, - "links": [], - "mappings": [], - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "short" - }, - "overrides": [ - { - "matcher": { - "id": "byValue", - "options": { - "op": "gte", - "reducer": "allIsZero", - "value": 0 - } - }, - "properties": [ - { - "id": "custom.hideFrom", - "value": { - "legend": true, - "tooltip": true, - "viz": false - } - } - ] - }, - { - "matcher": { - "id": "byValue", - "options": { - "op": "gte", - "reducer": "allIsNull", - "value": 0 - } - }, - "properties": [ - { - "id": "custom.hideFrom", - "value": { - "legend": true, - "tooltip": true, - "viz": false - } - } - ] - } - ] - }, - "gridPos": { - "h": 6, - "w": 24, - "x": 0, - "y": 13 - }, - "id": 56, - "interval": "", - "options": { - "legend": { - "calcs": [ - "lastNotNull", - "sum" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true - }, - "tooltip": { - "mode": "multi", - "sort": "desc" - } - }, - "pluginVersion": "10.4.1", - "targets": [ - { - "datasource": { - "uid": "$datasource" - }, - "expr": "sum(round(increase(argocd_app_sync_total{namespace=~\"$namespace\",dest_server=~\"$cluster\"}[$interval]))) by ($grouping)", - "format": "time_series", - "intervalFactor": 1, - "legendFormat": "{{$grouping}}", - "refId": "A" - } - ], - "title": "Sync Activity", - "type": "timeseries" - }, - { - "datasource": { - "uid": "$datasource" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "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": "normal" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "decimals": 0, - "links": [], - "mappings": [], - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "none" - }, - "overrides": [ - { - "matcher": { - "id": "byValue", - "options": { - "op": "gte", - "reducer": "allIsNull", - "value": 0 - } - }, - "properties": [ - { - "id": "custom.hideFrom", - "value": { - "legend": true, - "tooltip": true, - "viz": false - } - } - ] - } - ] - }, - "gridPos": { - "h": 5, - "w": 24, - "x": 0, - "y": 19 - }, - "id": 73, - "options": { - "legend": { - "calcs": [ - "sum" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true - }, - "tooltip": { - "mode": "multi", - "sort": "desc" - } - }, - "pluginVersion": "10.4.1", - "targets": [ - { - "datasource": { - "uid": "$datasource" - }, - "expr": "sum(round(increase(argocd_app_sync_total{namespace=~\"$namespace\",phase=~\"Error|Failed\",dest_server=~\"$cluster\"}[$interval]))) by ($grouping, phase)", - "format": "time_series", - "intervalFactor": 1, - "legendFormat": "{{phase}}: {{$grouping}}", - "refId": "A" - } - ], - "title": "Sync Failures", - "type": "timeseries" - }, - { - "collapsed": false, - "datasource": { - "uid": "$datasource" - }, - "gridPos": { - "h": 1, - "w": 24, - "x": 0, - "y": 24 - }, - "id": 64, - "panels": [], - "targets": [ - { - "datasource": { - "uid": "$datasource" - }, - "refId": "A" - } - ], - "title": "Controller Stats", - "type": "row" - }, - { - "datasource": { - "uid": "$datasource" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "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": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "short" - }, - "overrides": [] - }, - "gridPos": { - "h": 6, - "w": 24, - "x": 0, - "y": 25 - }, - "id": 58, - "options": { - "legend": { - "calcs": [ - "mean", - "lastNotNull", - "max", - "sum" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "pluginVersion": "10.4.1", - "targets": [ - { - "datasource": { - "uid": "$datasource" - }, - "expr": "sum(increase(argocd_app_reconcile_count{namespace=~\"$namespace\",dest_server=~\"$cluster\"}[$interval])) by ($grouping)", - "format": "time_series", - "intervalFactor": 1, - "legendFormat": "{{$grouping}}", - "refId": "A" - } - ], - "title": "Reconciliation Activity", - "type": "timeseries" - }, - { - "cards": {}, - "color": { - "cardColor": "#b4ff00", - "colorScale": "sqrt", - "colorScheme": "interpolateSpectral", - "exponent": 0.5, - "mode": "spectrum" - }, - "dataFormat": "tsbuckets", - "datasource": { - "uid": "$datasource" - }, - "fieldConfig": { - "defaults": { - "custom": { - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "scaleDistribution": { - "type": "linear" - } - } - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 24, - "x": 0, - "y": 31 - }, - "heatmap": {}, - "hideZeroBuckets": false, - "highlightCards": true, - "id": 60, - "legend": { - "show": true - }, - "options": { - "calculate": false, - "calculation": {}, - "cellGap": 2, - "cellValues": { - "decimals": 0 - }, - "color": { - "exponent": 0.5, - "fill": "#b4ff00", - "mode": "scheme", - "reverse": false, - "scale": "exponential", - "scheme": "Spectral", - "steps": 128 - }, - "exemplars": { - "color": "rgba(255,0,255,0.7)" - }, - "filterValues": { - "le": 1e-9 - }, - "legend": { - "show": true - }, - "rowsFrame": { - "layout": "auto" - }, - "showValue": "never", - "tooltip": { - "mode": "single", - "showColorScale": false, - "yHistogram": true - }, - "yAxis": { - "axisPlacement": "left", - "reverse": false, - "unit": "short" - } - }, - "pluginVersion": "10.4.1", - "reverseYBuckets": false, - "targets": [ - { - "datasource": { - "uid": "$datasource" - }, - "expr": "sum(increase(argocd_app_reconcile_bucket{namespace=~\"$namespace\"}[$interval])) by (le)", - "format": "heatmap", - "instant": false, - "intervalFactor": 10, - "legendFormat": "{{le}}", - "refId": "A" - } - ], - "title": "Reconciliation Performance", - "tooltip": { - "show": true, - "showHistogram": true - }, - "tooltipDecimals": 0, - "type": "heatmap", - "xAxis": { - "show": true - }, - "yAxis": { - "format": "short", - "logBase": 1, - "show": true - }, - "yBucketBound": "auto" - }, - { - "datasource": { - "uid": "$datasource" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "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": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "short" - }, - "overrides": [ - { - "matcher": { - "id": "byValue", - "options": { - "op": "gte", - "reducer": "allIsZero", - "value": 0 - } - }, - "properties": [ - { - "id": "custom.hideFrom", - "value": { - "legend": true, - "tooltip": true, - "viz": false - } - } - ] - }, - { - "matcher": { - "id": "byValue", - "options": { - "op": "gte", - "reducer": "allIsNull", - "value": 0 - } - }, - "properties": [ - { - "id": "custom.hideFrom", - "value": { - "legend": true, - "tooltip": true, - "viz": false - } - } - ] - } - ] - }, - "gridPos": { - "h": 6, - "w": 24, - "x": 0, - "y": 38 - }, - "id": 80, - "options": { - "legend": { - "calcs": [ - "mean", - "lastNotNull" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true - }, - "tooltip": { - "mode": "multi", - "sort": "desc" - } - }, - "pluginVersion": "10.4.1", - "targets": [ - { - "datasource": { - "uid": "$datasource" - }, - "expr": "sum(increase(argocd_app_k8s_request_total{namespace=~\"$namespace\",server=~\"$cluster\"}[$interval])) by (verb, resource_kind)", - "format": "time_series", - "instant": false, - "intervalFactor": 1, - "legendFormat": "{{verb}} {{resource_kind}}", - "refId": "A" - } - ], - "title": "K8s API Activity", - "type": "timeseries" - }, - { - "datasource": { - "uid": "$datasource" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "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": "short" - }, - "overrides": [ - { - "matcher": { - "id": "byValue", - "options": { - "op": "gte", - "reducer": "allIsZero", - "value": 0 - } - }, - "properties": [ - { - "id": "custom.hideFrom", - "value": { - "legend": true, - "tooltip": true, - "viz": false - } - } - ] - } - ] - }, - "gridPos": { - "h": 7, - "w": 12, - "x": 0, - "y": 44 - }, - "id": 96, - "options": { - "legend": { - "calcs": [ - "mean", - "lastNotNull", - "max" - ], - "displayMode": "table", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "multi", - "sort": "desc" - } - }, - "pluginVersion": "10.4.1", - "targets": [ - { - "datasource": { - "uid": "$datasource" - }, - "expr": "sum(workqueue_depth{namespace=~\"$namespace\",name=~\"app_.*\"}) by (name)", - "format": "time_series", - "intervalFactor": 1, - "legendFormat": "{{name}}", - "refId": "A" - } - ], - "title": "Workqueue Depth", - "type": "timeseries" - }, - { - "datasource": { - "uid": "$datasource" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "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": 0, - "links": [], - "mappings": [], - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "short" - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 12, - "x": 12, - "y": 44 - }, - "id": 98, - "options": { - "legend": { - "calcs": [ - "mean", - "lastNotNull", - "max" - ], - "displayMode": "table", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "multi", - "sort": "desc" - } - }, - "pluginVersion": "10.4.1", - "targets": [ - { - "datasource": { - "uid": "$datasource" - }, - "expr": "sum(argocd_kubectl_exec_pending{namespace=~\"$namespace\"}) by (command)", - "format": "time_series", - "intervalFactor": 1, - "legendFormat": "{{command}}", - "refId": "A" - } - ], - "title": "Pending kubectl run", - "type": "timeseries" - }, - { - "collapsed": false, - "datasource": { - "uid": "$datasource" - }, - "gridPos": { - "h": 1, - "w": 24, - "x": 0, - "y": 51 - }, - "id": 70, - "panels": [], - "targets": [ - { - "datasource": { - "uid": "$datasource" - }, - "refId": "A" - } - ], - "title": "Repo Server Stats", - "type": "row" - }, - { - "datasource": { - "uid": "$datasource" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "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": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "short" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 52 - }, - "id": 82, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": false - }, - "tooltip": { - "mode": "multi", - "sort": "desc" - } - }, - "pluginVersion": "10.4.1", - "targets": [ - { - "datasource": { - "uid": "$datasource" - }, - "expr": "sum(increase(argocd_git_request_total{request_type=\"ls-remote\", namespace=~\"$namespace\"}[10m])) by (namespace)", - "format": "time_series", - "intervalFactor": 1, - "legendFormat": "{{namespace}}", - "refId": "A" - } - ], - "title": "Git Requests (ls-remote)", - "type": "timeseries" - }, - { - "datasource": { - "uid": "$datasource" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "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": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "short" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 52 - }, - "id": 84, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": false - }, - "tooltip": { - "mode": "multi", - "sort": "desc" - } - }, - "pluginVersion": "10.4.1", - "targets": [ - { - "datasource": { - "uid": "$datasource" - }, - "expr": "sum(increase(argocd_git_request_total{request_type=\"fetch\", namespace=~\"$namespace\"}[10m])) by (namespace)", - "format": "time_series", - "intervalFactor": 1, - "legendFormat": "{{namespace}}", - "refId": "A" - } - ], - "title": "Git Requests (checkout)", - "type": "timeseries" - }, - { - "cards": {}, - "color": { - "cardColor": "#b4ff00", - "colorScale": "sqrt", - "colorScheme": "interpolateSpectral", - "exponent": 0.5, - "mode": "spectrum" - }, - "dataFormat": "tsbuckets", - "datasource": { - "uid": "$datasource" - }, - "fieldConfig": { - "defaults": { - "custom": { - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "scaleDistribution": { - "type": "linear" - } - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 60 - }, - "heatmap": {}, - "hideZeroBuckets": false, - "highlightCards": true, - "id": 114, - "legend": { - "show": false - }, - "options": { - "calculate": false, - "calculation": {}, - "cellGap": 2, - "cellValues": {}, - "color": { - "exponent": 0.5, - "fill": "#b4ff00", - "mode": "scheme", - "reverse": false, - "scale": "exponential", - "scheme": "Spectral", - "steps": 128 - }, - "exemplars": { - "color": "rgba(255,0,255,0.7)" - }, - "filterValues": { - "le": 1e-9 - }, - "legend": { - "show": false - }, - "rowsFrame": { - "layout": "auto" - }, - "showValue": "never", - "tooltip": { - "mode": "single", - "showColorScale": false, - "yHistogram": false - }, - "yAxis": { - "axisPlacement": "left", - "reverse": false, - "unit": "short" - } - }, - "pluginVersion": "10.4.1", - "reverseYBuckets": false, - "targets": [ - { - "datasource": { - "uid": "$datasource" - }, - "expr": "sum(increase(argocd_git_request_duration_seconds_bucket{request_type=\"fetch\", namespace=~\"$namespace\"}[$interval])) by (le)", - "format": "heatmap", - "intervalFactor": 10, - "legendFormat": "{{le}}", - "refId": "A" - } - ], - "title": "Git Fetch Performance", - "tooltip": { - "show": true, - "showHistogram": false - }, - "type": "heatmap", - "xAxis": { - "show": true - }, - "yAxis": { - "format": "short", - "logBase": 1, - "show": true - }, - "yBucketBound": "auto" - }, - { - "cards": {}, - "color": { - "cardColor": "#b4ff00", - "colorScale": "sqrt", - "colorScheme": "interpolateSpectral", - "exponent": 0.5, - "mode": "spectrum" - }, - "dataFormat": "tsbuckets", - "datasource": { - "uid": "$datasource" - }, - "fieldConfig": { - "defaults": { - "custom": { - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "scaleDistribution": { - "type": "linear" - } - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 60 - }, - "heatmap": {}, - "hideZeroBuckets": false, - "highlightCards": true, - "id": 116, - "legend": { - "show": false - }, - "options": { - "calculate": false, - "calculation": {}, - "cellGap": 2, - "cellValues": {}, - "color": { - "exponent": 0.5, - "fill": "#b4ff00", - "mode": "scheme", - "reverse": false, - "scale": "exponential", - "scheme": "Spectral", - "steps": 128 - }, - "exemplars": { - "color": "rgba(255,0,255,0.7)" - }, - "filterValues": { - "le": 1e-9 - }, - "legend": { - "show": false - }, - "rowsFrame": { - "layout": "auto" - }, - "showValue": "never", - "tooltip": { - "mode": "single", - "showColorScale": false, - "yHistogram": false - }, - "yAxis": { - "axisPlacement": "left", - "reverse": false, - "unit": "short" - } - }, - "pluginVersion": "10.4.1", - "reverseYBuckets": false, - "targets": [ - { - "datasource": { - "uid": "$datasource" - }, - "expr": "sum(increase(argocd_git_request_duration_seconds_bucket{request_type=\"ls-remote\", namespace=~\"$namespace\"}[$interval])) by (le)", - "format": "heatmap", - "intervalFactor": 10, - "legendFormat": "{{le}}", - "refId": "A" - } - ], - "title": "Git Ls-Remote Performance", - "tooltip": { - "show": true, - "showHistogram": false - }, - "type": "heatmap", - "xAxis": { - "show": true - }, - "yAxis": { - "format": "short", - "logBase": 1, - "show": true - }, - "yBucketBound": "auto" - } - ], - "refresh": "", - "schemaVersion": 39, - "tags": [ - "argocd", - "cicd" - ], - "templating": { - "list": [ - { - "current": { - "selected": false, - "text": "Kube-prometheus", - "value": "P8D3620484E958841" - }, - "hide": 0, - "includeAll": false, - "multi": false, - "name": "datasource", - "options": [], - "query": "prometheus", - "refresh": 1, - "regex": "", - "skipUrlSync": false, - "type": "datasource" - }, - { - "allValue": ".*", - "current": {}, - "datasource": { - "uid": "$datasource" - }, - "definition": "label_values(kube_namespace_labels,exported_namespace)", - "hide": 0, - "includeAll": true, - "multi": false, - "name": "namespace", - "options": [], - "query": { - "query": "label_values(kube_namespace_labels,exported_namespace)", - "refId": "PrometheusVariableQueryEditor-VariableQuery" - }, - "refresh": 1, - "regex": "", - "skipUrlSync": false, - "sort": 0, - "tagValuesQuery": "", - "tagsQuery": "", - "type": "query", - "useTags": false - }, - { - "auto": true, - "auto_count": 30, - "auto_min": "1m", - "current": { - "selected": false, - "text": "auto", - "value": "$__auto_interval_interval" - }, - "hide": 0, - "name": "interval", - "options": [ - { - "selected": true, - "text": "auto", - "value": "$__auto_interval_interval" - }, - { - "selected": false, - "text": "1m", - "value": "1m" - }, - { - "selected": false, - "text": "5m", - "value": "5m" - }, - { - "selected": false, - "text": "10m", - "value": "10m" - }, - { - "selected": false, - "text": "30m", - "value": "30m" - }, - { - "selected": false, - "text": "1h", - "value": "1h" - }, - { - "selected": false, - "text": "2h", - "value": "2h" - }, - { - "selected": false, - "text": "4h", - "value": "4h" - }, - { - "selected": false, - "text": "8h", - "value": "8h" - } - ], - "query": "1m,5m,10m,30m,1h,2h,4h,8h", - "queryValue": "", - "refresh": 2, - "skipUrlSync": false, - "type": "interval" - }, - { - "allValue": "", - "current": { - "selected": false, - "text": "namespace", - "value": "namespace" - }, - "hide": 0, - "includeAll": false, - "multi": false, - "name": "grouping", - "options": [ - { - "selected": true, - "text": "namespace", - "value": "namespace" - }, - { - "selected": false, - "text": "name", - "value": "name" - }, - { - "selected": false, - "text": "project", - "value": "project" - } - ], - "query": "namespace,name,project", - "queryValue": "", - "skipUrlSync": false, - "type": "custom" - }, - { - "allValue": ".*", - "current": {}, - "datasource": { - "uid": "$datasource" - }, - "definition": "label_values(argocd_cluster_info, server)", - "hide": 0, - "includeAll": true, - "multi": false, - "name": "cluster", - "options": [], - "query": "label_values(argocd_cluster_info, server)", - "refresh": 1, - "regex": "", - "skipUrlSync": false, - "sort": 1, - "tagValuesQuery": "", - "tagsQuery": "", - "type": "query", - "useTags": false - }, - { - "allValue": ".*", - "current": { - "selected": false, - "text": "All", - "value": "$__all" - }, - "hide": 0, - "includeAll": true, - "multi": false, - "name": "health_status", - "options": [ - { - "selected": true, - "text": "All", - "value": "$__all" - }, - { - "selected": false, - "text": "Healthy", - "value": "Healthy" - }, - { - "selected": false, - "text": "Progressing", - "value": "Progressing" - }, - { - "selected": false, - "text": "Suspended", - "value": "Suspended" - }, - { - "selected": false, - "text": "Missing", - "value": "Missing" - }, - { - "selected": false, - "text": "Degraded", - "value": "Degraded" - }, - { - "selected": false, - "text": "Unknown", - "value": "Unknown" - } - ], - "query": "Healthy,Progressing,Suspended,Missing,Degraded,Unknown", - "queryValue": "", - "skipUrlSync": false, - "type": "custom" - }, - { - "allValue": ".*", - "current": { - "selected": false, - "text": "All", - "value": "$__all" - }, - "hide": 0, - "includeAll": true, - "multi": false, - "name": "sync_status", - "options": [ - { - "selected": true, - "text": "All", - "value": "$__all" - }, - { - "selected": false, - "text": "Synced", - "value": "Synced" - }, - { - "selected": false, - "text": "OutOfSync", - "value": "OutOfSync" - }, - { - "selected": false, - "text": "Unknown", - "value": "Unknown" - } - ], - "query": "Synced,OutOfSync,Unknown", - "queryValue": "", - "skipUrlSync": false, - "type": "custom" - } - ] - }, - "time": { - "from": "now-30m", - "to": "now" - }, - "timepicker": { - "refresh_intervals": [ - "5s", - "10s", - "30s", - "1m", - "5m", - "15m", - "30m", - "1h", - "2h", - "1d" - ], - "time_options": [ - "5m", - "15m", - "1h", - "6h", - "12h", - "24h", - "2d", - "7d", - "30d" - ] - }, - "timezone": "", - "title": "ArgoCD", - "uid": "LCAgc9rWz", - "version": 7, - "weekStart": "" -} \ No newline at end of file diff --git a/grafana/dashboards/Blackbox-1711964356309.json b/grafana/dashboards/Blackbox-1717014652642.json similarity index 93% rename from grafana/dashboards/Blackbox-1711964356309.json rename to grafana/dashboards/Blackbox-1717014652642.json index 6f65ca9..c742335 100644 --- a/grafana/dashboards/Blackbox-1711964356309.json +++ b/grafana/dashboards/Blackbox-1717014652642.json @@ -1,41 +1,4 @@ { - "__inputs": [ - { - "name": "DS_VICTORIA_METRICS", - "label": "Victoria Metrics", - "description": "", - "type": "datasource", - "pluginId": "prometheus", - "pluginName": "Prometheus" - } - ], - "__elements": {}, - "__requires": [ - { - "type": "grafana", - "id": "grafana", - "name": "Grafana", - "version": "10.4.1" - }, - { - "type": "datasource", - "id": "prometheus", - "name": "Prometheus", - "version": "1.0.0" - }, - { - "type": "panel", - "id": "stat", - "name": "Stat", - "version": "" - }, - { - "type": "panel", - "id": "timeseries", - "name": "Time series", - "version": "" - } - ], "annotations": { "list": [ { @@ -63,14 +26,14 @@ "fiscalYearStartMonth": 0, "gnetId": 7587, "graphTooltip": 0, - "id": null, + "id": 27, "links": [], "liveNow": false, "panels": [ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -143,7 +106,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "probe_success{instance=~\"$target\"}", @@ -158,7 +121,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -239,7 +202,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "probe_duration_seconds{instance=~\"$target\"}", "format": "time_series", @@ -282,7 +245,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -362,7 +325,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "probe_success{instance=~\"$target\"}", "format": "time_series", @@ -377,7 +340,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -458,7 +421,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "probe_http_duration_seconds{instance=~\"$target\"}", "format": "time_series", @@ -474,7 +437,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -555,7 +518,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "probe_duration_seconds{instance=~\"$target\"}", "format": "time_series", @@ -571,7 +534,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -651,7 +614,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "probe_http_status_code{instance=~\"$target\"}", "format": "time_series", @@ -666,7 +629,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -729,7 +692,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "probe_http_version{instance=~\"$target\"}", "format": "time_series", @@ -743,7 +706,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -822,7 +785,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "probe_http_ssl{instance=~\"$target\"}", "format": "time_series", @@ -837,7 +800,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -917,7 +880,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "probe_ssl_earliest_cert_expiry{instance=~\"$target\"} - time()", "format": "time_series", @@ -932,7 +895,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -995,7 +958,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "avg(probe_duration_seconds{instance=~\"$target\"})", "format": "time_series", @@ -1010,7 +973,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -1074,7 +1037,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "avg(probe_dns_lookup_time_seconds{instance=~\"$target\"})", "format": "time_series", @@ -1185,10 +1148,14 @@ "type": "interval" }, { - "current": {}, + "current": { + "selected": false, + "text": "All", + "value": "$__all" + }, "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "definition": "label_values(probe_success, instance)", "hide": 0, @@ -1243,6 +1210,6 @@ "timezone": "", "title": "Blackbox", "uid": "xtkCtBkiz", - "version": 3, + "version": 1, "weekStart": "" } \ No newline at end of file diff --git a/grafana/dashboards/Component Metrics-1709714379697.json b/grafana/dashboards/Component Metrics-1717014684245.json similarity index 94% rename from grafana/dashboards/Component Metrics-1709714379697.json rename to grafana/dashboards/Component Metrics-1717014684245.json index 351c1d2..c7ac48f 100644 --- a/grafana/dashboards/Component Metrics-1709714379697.json +++ b/grafana/dashboards/Component Metrics-1717014684245.json @@ -1,41 +1,4 @@ { - "__inputs": [ - { - "name": "DS_KUBE-PROMETHEUS", - "label": "Kube-prometheus", - "description": "", - "type": "datasource", - "pluginId": "prometheus", - "pluginName": "Prometheus" - } - ], - "__elements": {}, - "__requires": [ - { - "type": "grafana", - "id": "grafana", - "name": "Grafana", - "version": "10.0.2" - }, - { - "type": "datasource", - "id": "prometheus", - "name": "Prometheus", - "version": "1.0.0" - }, - { - "type": "panel", - "id": "stat", - "name": "Stat", - "version": "" - }, - { - "type": "panel", - "id": "timeseries", - "name": "Time series", - "version": "" - } - ], "annotations": { "list": [ { @@ -61,7 +24,7 @@ "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, - "id": null, + "id": 28, "links": [], "liveNow": false, "panels": [ @@ -81,7 +44,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -89,6 +52,7 @@ "mode": "palette-classic" }, "custom": { + "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", @@ -102,6 +66,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, @@ -185,7 +150,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "exemplar": false, @@ -203,7 +168,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "description": "", "fieldConfig": { @@ -247,14 +212,16 @@ "fields": "", "values": false }, - "textMode": "auto" + "showPercentChange": false, + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "10.0.2", + "pluginVersion": "10.4.1", "targets": [ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "builder", "exemplar": false, @@ -282,7 +249,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -359,7 +326,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum by(exported_pod) (kube_pod_container_resource_requests{exported_namespace=\"$namespace\", resource=\"cpu\", unit=\"core\"}) and on(exported_pod) kube_pod_labels{exported_namespace=\"$namespace\", label_app_kubernetes_io_component=\"$component\"}", @@ -371,7 +338,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum by(label_app_kubernetes_io_component) (sum by(exported_pod) (kube_pod_container_resource_requests{exported_namespace=\"$namespace\", resource=\"cpu\", unit=\"core\"}) and on(exported_pod) kube_pod_labels{exported_namespace=\"$namespace\", label_app_kubernetes_io_component=\"$component\"})", @@ -388,7 +355,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -465,7 +432,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum by(exported_pod) (kube_pod_container_resource_requests{exported_namespace=\"$namespace\", resource=\"memory\", unit=\"byte\"}) and on(exported_pod) kube_pod_labels{exported_namespace=\"$namespace\", label_app_kubernetes_io_component=\"$component\"}", @@ -477,7 +444,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum by(label_app_kubernetes_io_component) (sum by(exported_pod) (kube_pod_container_resource_requests{exported_namespace=\"$namespace\", resource=\"memory\", unit=\"byte\"}) and on(exported_pod) kube_pod_labels{exported_namespace=\"$namespace\", label_app_kubernetes_io_component=\"$component\"})", @@ -494,7 +461,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -571,7 +538,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum by(exported_pod) (kube_pod_container_resource_limits{exported_namespace=\"$namespace\", resource=\"cpu\", unit=\"core\"}) and on(exported_pod) kube_pod_labels{exported_namespace=\"$namespace\", label_app_kubernetes_io_component=\"$component\"}", @@ -583,7 +550,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum by(label_app_kubernetes_io_component) (sum by(exported_pod) (kube_pod_container_resource_limits{exported_namespace=\"$namespace\", resource=\"cpu\", unit=\"core\"}) and on(exported_pod) kube_pod_labels{exported_namespace=\"$namespace\", label_app_kubernetes_io_component=\"$component\"})", @@ -600,7 +567,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -677,7 +644,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum by(exported_pod) (kube_pod_container_resource_limits{exported_namespace=\"$namespace\", resource=\"memory\", unit=\"byte\"}) and on(exported_pod) kube_pod_labels{exported_namespace=\"$namespace\", label_app_kubernetes_io_component=\"$component\"}", @@ -689,7 +656,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum by(label_app_kubernetes_io_component) (sum by(exported_pod) (kube_pod_container_resource_limits{exported_namespace=\"$namespace\", resource=\"memory\", unit=\"byte\"}) and on(exported_pod) kube_pod_labels{exported_namespace=\"$namespace\", label_app_kubernetes_io_component=\"$component\"})", @@ -723,7 +690,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -731,6 +698,7 @@ "mode": "palette-classic" }, "custom": { + "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", @@ -744,6 +712,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, @@ -817,7 +786,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "exemplar": false, @@ -830,7 +799,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum by(label_app_kubernetes_io_component) (label_replace(sum by(pod) (rate(container_cpu_usage_seconds_total{container!~\"POD|\"}[$__rate_interval])), \"exported_pod\", \"$1\", \"pod\", \"(.*)\") and on(exported_pod) kube_pod_labels{exported_namespace=\"$namespace\", label_app_kubernetes_io_component=\"$component\"})", @@ -841,13 +810,12 @@ } ], "title": "CPU (cores)", - "transformations": [], "type": "timeseries" }, { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -855,6 +823,7 @@ "mode": "palette-classic" }, "custom": { + "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", @@ -868,6 +837,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, @@ -925,7 +895,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "label_replace(sum by(pod) (container_memory_working_set_bytes{namespace=\"$namespace\"}), \"exported_pod\", \"$1\", \"pod\", \"(.*)\") and on(exported_pod) kube_pod_labels{exported_namespace=\"$namespace\", label_app_kubernetes_io_component=\"$component\"}", @@ -936,7 +906,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum by(label_app_kubernetes_io_component) (label_replace(sum by(pod) (container_memory_working_set_bytes{namespace=\"$namespace\"}), \"exported_pod\", \"$1\", \"pod\", \"(.*)\") and on(exported_pod) kube_pod_labels{exported_namespace=\"$namespace\", label_app_kubernetes_io_component=\"$component\"})", @@ -952,7 +922,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "description": "", "fieldConfig": { @@ -961,6 +931,7 @@ "mode": "palette-classic" }, "custom": { + "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", @@ -974,6 +945,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, @@ -1031,7 +1003,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "label_replace(sum by(pod) (rate(container_fs_writes_bytes_total{namespace=\"$namespace\"}[$__rate_interval])), \"exported_pod\", \"$1\", \"pod\", \"(.*)\") and on(exported_pod) kube_pod_labels{exported_namespace=\"$namespace\", label_app_kubernetes_io_component=\"$component\"}", @@ -1042,7 +1014,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum by(label_app_kubernetes_io_component) (label_replace(sum by(pod) (rate(container_fs_writes_bytes_total{namespace=\"$namespace\"}[$__rate_interval])), \"exported_pod\", \"$1\", \"pod\", \"(.*)\") and on(exported_pod) kube_pod_labels{exported_namespace=\"$namespace\", label_app_kubernetes_io_component=\"$component\"})", @@ -1058,7 +1030,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -1066,6 +1038,7 @@ "mode": "palette-classic" }, "custom": { + "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", @@ -1079,6 +1052,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, @@ -1136,7 +1110,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "label_replace(sum by(pod) (rate(container_fs_reads_bytes_total{namespace=\"$namespace\"}[$__rate_interval])), \"exported_pod\", \"$1\", \"pod\", \"(.*)\") and on(exported_pod) kube_pod_labels{exported_namespace=\"$namespace\", label_app_kubernetes_io_component=\"$component\"}", @@ -1147,7 +1121,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum by(label_app_kubernetes_io_component) (label_replace(sum by(pod) (rate(container_fs_reads_bytes_total{namespace=\"$namespace\"}[$__rate_interval])), \"exported_pod\", \"$1\", \"pod\", \"(.*)\") and on(exported_pod) kube_pod_labels{exported_namespace=\"$namespace\", label_app_kubernetes_io_component=\"$component\"})", @@ -1176,7 +1150,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "description": "", "fieldConfig": { @@ -1254,7 +1228,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "label_replace(sum by(pod) (rate(container_network_receive_bytes_total{namespace=\"$namespace\"}[$__rate_interval])), \"exported_pod\", \"$1\", \"pod\", \"(.*)\") and on(exported_pod) kube_pod_labels{exported_namespace=\"$namespace\", label_app_kubernetes_io_component=\"$component\"}", @@ -1266,7 +1240,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum by(label_app_kubernetes_io_component) (label_replace(sum by(pod) (rate(container_network_receive_bytes_total{namespace=\"$namespace\"}[$__rate_interval])), \"exported_pod\", \"$1\", \"pod\", \"(.*)\") and on(exported_pod) kube_pod_labels{exported_namespace=\"$namespace\", label_app_kubernetes_io_component=\"$component\"})", @@ -1283,7 +1257,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "description": "", "fieldConfig": { @@ -1361,7 +1335,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "label_replace(sum by(pod) (rate(container_network_transmit_bytes_total{namespace=\"$namespace\"}[$__rate_interval])), \"exported_pod\", \"$1\", \"pod\", \"(.*)\") and on(exported_pod) kube_pod_labels{exported_namespace=\"$namespace\", label_app_kubernetes_io_component=\"$component\"}", @@ -1373,7 +1347,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum by(label_app_kubernetes_io_component) (label_replace(sum by(pod) (rate(container_network_transmit_bytes_total{namespace=\"$namespace\"}[$__rate_interval])), \"exported_pod\", \"$1\", \"pod\", \"(.*)\") and on(exported_pod) kube_pod_labels{exported_namespace=\"$namespace\", label_app_kubernetes_io_component=\"$component\"})", @@ -1389,8 +1363,7 @@ } ], "refresh": "", - "schemaVersion": 38, - "style": "dark", + "schemaVersion": 39, "tags": [ "kubernetes" ], @@ -1400,7 +1373,7 @@ "current": { "selected": false, "text": "Kube-prometheus", - "value": "Kube-prometheus" + "value": "P8D3620484E958841" }, "hide": 0, "includeAll": false, @@ -1416,10 +1389,14 @@ "type": "datasource" }, { - "current": {}, + "current": { + "selected": false, + "text": "cert-manager", + "value": "cert-manager" + }, "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "definition": "label_values(kube_namespace_labels, exported_namespace)", "hide": 0, @@ -1438,10 +1415,14 @@ "type": "query" }, { - "current": {}, + "current": { + "selected": false, + "text": "controller", + "value": "controller" + }, "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "definition": "label_values(kube_pod_labels{exported_namespace=\"$namespace\"},label_app_kubernetes_io_component)", "hide": 0, @@ -1469,6 +1450,6 @@ "timezone": "", "title": "Component Metrics", "uid": "e5ae1f99-2b2b-44e3-9165-487757ea2d57", - "version": 13, + "version": 1, "weekStart": "" } \ No newline at end of file diff --git a/grafana/dashboards/Harbor-1712132521494.json b/grafana/dashboards/Harbor-1717014712590.json similarity index 91% rename from grafana/dashboards/Harbor-1712132521494.json rename to grafana/dashboards/Harbor-1717014712590.json index 56d97c0..1212145 100644 --- a/grafana/dashboards/Harbor-1712132521494.json +++ b/grafana/dashboards/Harbor-1717014712590.json @@ -1,47 +1,4 @@ { - "__inputs": [ - { - "name": "DS_VICTORIA_METRICS", - "label": "Victoria Metrics", - "description": "", - "type": "datasource", - "pluginId": "prometheus", - "pluginName": "Prometheus" - } - ], - "__elements": {}, - "__requires": [ - { - "type": "grafana", - "id": "grafana", - "name": "Grafana", - "version": "10.4.1" - }, - { - "type": "panel", - "id": "piechart", - "name": "Pie chart", - "version": "" - }, - { - "type": "datasource", - "id": "prometheus", - "name": "Prometheus", - "version": "1.0.0" - }, - { - "type": "panel", - "id": "stat", - "name": "Stat", - "version": "" - }, - { - "type": "panel", - "id": "timeseries", - "name": "Time series", - "version": "" - } - ], "annotations": { "list": [ { @@ -63,7 +20,7 @@ "fiscalYearStartMonth": 0, "gnetId": 19716, "graphTooltip": 0, - "id": null, + "id": 29, "links": [], "liveNow": false, "panels": [ @@ -83,7 +40,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -131,7 +88,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "disableTextWrap": false, "editorMode": "builder", @@ -161,7 +118,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -213,7 +170,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "disableTextWrap": false, "editorMode": "builder", @@ -245,7 +202,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -297,7 +254,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "disableTextWrap": false, "editorMode": "builder", @@ -327,7 +284,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -379,7 +336,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "disableTextWrap": false, "editorMode": "builder", @@ -409,7 +366,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -477,7 +434,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "disableTextWrap": false, "editorMode": "builder", @@ -510,7 +467,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -573,7 +530,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "disableTextWrap": false, "editorMode": "builder", @@ -618,7 +575,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -666,7 +623,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "disableTextWrap": false, "editorMode": "builder", @@ -686,7 +643,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -734,7 +691,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "disableTextWrap": false, "editorMode": "builder", @@ -755,7 +712,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -841,20 +798,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" - }, - "editorMode": "code", - "expr": "sum (harbor_project_total{instance=~\"$instance\",job=\"harbor-exporter\"})", - "hide": false, - "instant": false, - "legendFormat": "__auto", - "range": true, - "refId": "B" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum by (public)(harbor_project_total{instance=~\"$instance\"})", @@ -870,7 +814,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -919,7 +863,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "disableTextWrap": false, "editorMode": "builder", @@ -949,7 +893,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -1002,7 +946,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum by (project_name)(harbor_project_repo_total{instance=~\"$instance\"})", @@ -1018,7 +962,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -1071,7 +1015,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum by (project_name) (harbor_project_quota_usage_byte{instance=~\"$instance\"})", @@ -1087,7 +1031,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -1139,7 +1083,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "disableTextWrap": false, "editorMode": "builder", @@ -1172,7 +1116,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -1184,8 +1128,7 @@ "mode": "absolute", "steps": [ { - "color": "blue", - "value": null + "color": "blue" } ] } @@ -1220,7 +1163,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "disableTextWrap": false, "editorMode": "builder", @@ -1240,7 +1183,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -1252,8 +1195,7 @@ "mode": "absolute", "steps": [ { - "color": "blue", - "value": null + "color": "blue" } ] } @@ -1288,7 +1230,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "disableTextWrap": false, "editorMode": "builder", @@ -1308,7 +1250,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -1352,8 +1294,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -1387,7 +1328,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum by (project_name)(harbor_project_artifact_total{instance=~\"$instance\"})", @@ -1403,7 +1344,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -1456,7 +1397,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "disableTextWrap": false, "editorMode": "builder", @@ -1476,7 +1417,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -1520,8 +1461,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -1555,7 +1495,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "disableTextWrap": false, "editorMode": "builder", @@ -1581,10 +1521,14 @@ "templating": { "list": [ { - "current": {}, + "current": { + "selected": false, + "text": "10.233.73.249:8001", + "value": "10.233.73.249:8001" + }, "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "definition": "label_values(harbor_system_info,instance)", "hide": 0, @@ -1604,12 +1548,16 @@ "type": "query" }, { - "current": {}, + "current": { + "selected": false, + "text": "All", + "value": "$__all" + }, "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, - "definition": "label_values(harbor_project_artifact_total{instance=~\"$instance\"},project_name)", + "definition": "label_values(harbor_project_repo_total{instance=~\"$instance\"},project_name)", "hide": 0, "includeAll": true, "label": "Project", @@ -1617,7 +1565,8 @@ "name": "project", "options": [], "query": { - "query": "label_values(harbor_project_artifact_total{instance=~\"$instance\"},project_name)", + "qryType": 1, + "query": "label_values(harbor_project_repo_total{instance=~\"$instance\"},project_name)", "refId": "PrometheusVariableQueryEditor-VariableQuery" }, "refresh": 1, @@ -1629,13 +1578,13 @@ ] }, "time": { - "from": "now-24h", + "from": "now-5m", "to": "now" }, "timepicker": {}, "timezone": "", "title": "Harbor", "uid": "a65d2835-5027-46c8-951f-3799fb702232", - "version": 3, + "version": 1, "weekStart": "" } \ No newline at end of file diff --git a/grafana/dashboards/Hashicorp Vault-1711964531151.json b/grafana/dashboards/Hashicorp Vault-1717014746367.json similarity index 80% rename from grafana/dashboards/Hashicorp Vault-1711964531151.json rename to grafana/dashboards/Hashicorp Vault-1717014746367.json index b59286d..f9c6187 100644 --- a/grafana/dashboards/Hashicorp Vault-1711964531151.json +++ b/grafana/dashboards/Hashicorp Vault-1717014746367.json @@ -1,60 +1,11 @@ { - "__inputs": [ - { - "name": "DS_VICTORIA_METRICS", - "label": "Victoria Metrics", - "description": "", - "type": "datasource", - "pluginId": "prometheus", - "pluginName": "Prometheus" - } - ], - "__elements": {}, - "__requires": [ - { - "type": "grafana", - "id": "grafana", - "name": "Grafana", - "version": "10.4.1" - }, - { - "type": "panel", - "id": "piechart", - "name": "Pie chart", - "version": "" - }, - { - "type": "datasource", - "id": "prometheus", - "name": "Prometheus", - "version": "1.0.0" - }, - { - "type": "panel", - "id": "stat", - "name": "Stat", - "version": "" - }, - { - "type": "panel", - "id": "table", - "name": "Table", - "version": "" - }, - { - "type": "panel", - "id": "timeseries", - "name": "Time series", - "version": "" - } - ], "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "enable": true, "hide": true, @@ -69,14 +20,13 @@ "fiscalYearStartMonth": 0, "gnetId": 12904, "graphTooltip": 1, - "id": null, + "id": 30, "links": [], - "liveNow": false, "panels": [ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -139,10 +89,10 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", - "expr": "up{job=\"vault_prod\"}", + "expr": "vault_core_active", "format": "time_series", "interval": "", "legendFormat": "{{ instance }}", @@ -156,7 +106,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -228,13 +178,19 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, + "disableTextWrap": false, + "editorMode": "builder", "expr": "avg without(instance) (vault_secret_kv_count)", "format": "table", + "fullMetaSearch": false, + "includeNullMetadata": true, "interval": "", "legendFormat": "{{ mount_point }}", - "refId": "A" + "range": true, + "refId": "A", + "useBackend": false } ], "title": "Secrets", @@ -271,7 +227,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -316,7 +272,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "avg(vault_identity_num_entities)", "interval": "", @@ -330,7 +286,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -386,12 +342,14 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, + "editorMode": "code", "expr": "avg without(instance) (vault_identity_entity_alias_count)", "format": "time_series", "interval": "", "legendFormat": "{{ auth_method }}", + "range": true, "refId": "A" } ], @@ -401,7 +359,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -467,7 +425,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "max(1 + vault_core_unsealed{})", "format": "time_series", @@ -482,7 +440,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -539,7 +497,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "avg(vault_expire_num_leases)", "interval": "", @@ -551,10 +509,10 @@ "type": "stat" }, { - "collapsed": true, + "collapsed": false, "datasource": { "type": "prometheus", - "uid": "PD8609A2215C963D8" + "uid": "P8D3620484E958841" }, "gridPos": { "h": 1, @@ -563,308 +521,13 @@ "y": 8 }, "id": 74, - "panels": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "Operations in 5 minute", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "bars", - "fillOpacity": 100, - "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": "normal" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "decimals": 0, - "links": [], - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "short" - }, - "overrides": [] - }, - "gridPos": { - "h": 9, - "w": 12, - "x": 0, - "y": 9 - }, - "id": 24, - "options": { - "legend": { - "calcs": [ - "max", - "sum" - ], - "displayMode": "table", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "multi", - "sort": "none" - } - }, - "pluginVersion": "10.4.1", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" - }, - "expr": "avg(increase(vault_route_create_${mountpoint}__count[5m]))", - "format": "time_series", - "hide": false, - "interval": "5m", - "legendFormat": "Create", - "refId": "A" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" - }, - "expr": "avg(increase(vault_route_delete_${mountpoint}__count[5m]))", - "hide": false, - "interval": "5m", - "legendFormat": "Delete", - "refId": "B" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" - }, - "expr": "avg(increase(vault_route_read_${mountpoint}__count[5m]))", - "format": "time_series", - "hide": false, - "instant": false, - "interval": "5m", - "intervalFactor": 1, - "legendFormat": "Read", - "refId": "C" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" - }, - "expr": "avg(increase(vault_route_list_${mountpoint}__count[5m]))", - "format": "time_series", - "hide": false, - "interval": "5m", - "legendFormat": "List", - "refId": "D" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" - }, - "expr": "avg(increase(vault_route_rollback_${mountpoint}__count[5m]))", - "hide": true, - "interval": "5m", - "legendFormat": "Rollback", - "refId": "E" - } - ], - "title": "Number of Operations in \"$mountpoint\"", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "Time of one operation", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 10, - "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": 0, - "links": [], - "mappings": [], - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "µs" - }, - "overrides": [] - }, - "gridPos": { - "h": 9, - "w": 12, - "x": 12, - "y": 9 - }, - "id": 35, - "options": { - "legend": { - "calcs": [ - "mean", - "max" - ], - "displayMode": "table", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "multi", - "sort": "none" - } - }, - "pluginVersion": "10.4.1", - "targets": [ - { - "datasource": { - "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" - }, - "expr": "avg(rate(vault_route_create_${mountpoint}__sum[1m]) / rate(vault_route_create_${mountpoint}__count[1m]) * 1000)", - "format": "time_series", - "interval": "", - "intervalFactor": 1, - "legendFormat": "Create", - "refId": "A" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" - }, - "expr": "avg(rate(vault_route_delete_${mountpoint}__sum[1m]) / rate(vault_route_delete_${mountpoint}__count[1m]) * 1000)", - "interval": "", - "legendFormat": "Delete", - "refId": "B" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" - }, - "expr": "avg(rate(vault_route_read_${mountpoint}__sum[1m]) / rate(vault_route_read_${mountpoint}__count[1m]) * 1000)", - "hide": false, - "interval": "", - "legendFormat": "Read", - "refId": "C" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" - }, - "expr": "avg(rate(vault_route_list_${mountpoint}__sum[1m]) / rate(vault_route_list_${mountpoint}__count[1m]) * 1000)", - "hide": false, - "interval": "", - "legendFormat": "List", - "refId": "D" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" - }, - "expr": "avg(rate(vault_route_rollback_${mountpoint}__sum[1m]) / rate(vault_route_rollback_${mountpoint}__count[1m]) * 1000)", - "hide": true, - "interval": "", - "legendFormat": "Rollback", - "refId": "E" - } - ], - "title": "Time of Operations in \"$mountpoint\"", - "type": "timeseries" - } - ], + "panels": [], "repeat": "mountpoint", "targets": [ { "datasource": { "type": "prometheus", - "uid": "PD8609A2215C963D8" + "uid": "P8D3620484E958841" }, "refId": "A" } @@ -872,17 +535,313 @@ "title": "Path Info: $mountpoint", "type": "row" }, + { + "datasource": { + "type": "prometheus", + "uid": "P8D3620484E958841" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "Operations in 5 minute", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "bars", + "fillOpacity": 100, + "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": "normal" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "decimals": 0, + "links": [], + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 12, + "x": 0, + "y": 9 + }, + "id": 24, + "options": { + "legend": { + "calcs": [ + "max", + "sum" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } + }, + "pluginVersion": "10.4.1", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "P8D3620484E958841" + }, + "expr": "avg(increase(vault_route_create_${mountpoint}__count[5m]))", + "format": "time_series", + "hide": false, + "interval": "5m", + "legendFormat": "Create", + "refId": "A" + }, + { + "datasource": { + "type": "prometheus", + "uid": "P8D3620484E958841" + }, + "expr": "avg(increase(vault_route_delete_${mountpoint}__count[5m]))", + "hide": false, + "interval": "5m", + "legendFormat": "Delete", + "refId": "B" + }, + { + "datasource": { + "type": "prometheus", + "uid": "P8D3620484E958841" + }, + "expr": "avg(increase(vault_route_read_${mountpoint}__count[5m]))", + "format": "time_series", + "hide": false, + "instant": false, + "interval": "5m", + "intervalFactor": 1, + "legendFormat": "Read", + "refId": "C" + }, + { + "datasource": { + "type": "prometheus", + "uid": "P8D3620484E958841" + }, + "expr": "avg(increase(vault_route_list_${mountpoint}__count[5m]))", + "format": "time_series", + "hide": false, + "interval": "5m", + "legendFormat": "List", + "refId": "D" + }, + { + "datasource": { + "type": "prometheus", + "uid": "P8D3620484E958841" + }, + "expr": "avg(increase(vault_route_rollback_${mountpoint}__count[5m]))", + "hide": true, + "interval": "5m", + "legendFormat": "Rollback", + "refId": "E" + } + ], + "title": "Number of Operations in \"$mountpoint\"", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "P8D3620484E958841" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "Time of one operation", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 10, + "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": 0, + "links": [], + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "µs" + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 12, + "x": 12, + "y": 9 + }, + "id": 35, + "options": { + "legend": { + "calcs": [ + "mean", + "max" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "multi", + "sort": "none" + } + }, + "pluginVersion": "10.4.1", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "P8D3620484E958841" + }, + "expr": "avg(rate(vault_route_create_${mountpoint}__sum[1m]) / rate(vault_route_create_${mountpoint}__count[1m]) * 1000)", + "format": "time_series", + "interval": "", + "intervalFactor": 1, + "legendFormat": "Create", + "refId": "A" + }, + { + "datasource": { + "type": "prometheus", + "uid": "P8D3620484E958841" + }, + "expr": "avg(rate(vault_route_delete_${mountpoint}__sum[1m]) / rate(vault_route_delete_${mountpoint}__count[1m]) * 1000)", + "interval": "", + "legendFormat": "Delete", + "refId": "B" + }, + { + "datasource": { + "type": "prometheus", + "uid": "P8D3620484E958841" + }, + "expr": "avg(rate(vault_route_read_${mountpoint}__sum[1m]) / rate(vault_route_read_${mountpoint}__count[1m]) * 1000)", + "hide": false, + "interval": "", + "legendFormat": "Read", + "refId": "C" + }, + { + "datasource": { + "type": "prometheus", + "uid": "P8D3620484E958841" + }, + "expr": "avg(rate(vault_route_list_${mountpoint}__sum[1m]) / rate(vault_route_list_${mountpoint}__count[1m]) * 1000)", + "hide": false, + "interval": "", + "legendFormat": "List", + "refId": "D" + }, + { + "datasource": { + "type": "prometheus", + "uid": "P8D3620484E958841" + }, + "expr": "avg(rate(vault_route_rollback_${mountpoint}__sum[1m]) / rate(vault_route_rollback_${mountpoint}__count[1m]) * 1000)", + "hide": true, + "interval": "", + "legendFormat": "Rollback", + "refId": "E" + } + ], + "title": "Time of Operations in \"$mountpoint\"", + "type": "timeseries" + }, { "collapsed": false, "datasource": { "type": "prometheus", - "uid": "PD8609A2215C963D8" + "uid": "P8D3620484E958841" }, "gridPos": { "h": 1, "w": 24, "x": 0, - "y": 12 + "y": 28 }, "id": 45, "panels": [], @@ -890,7 +849,7 @@ { "datasource": { "type": "prometheus", - "uid": "PD8609A2215C963D8" + "uid": "P8D3620484E958841" }, "refId": "A" } @@ -901,7 +860,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "", "fieldConfig": { @@ -912,8 +871,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -928,7 +886,7 @@ "h": 5, "w": 3, "x": 0, - "y": 13 + "y": 29 }, "id": 41, "options": { @@ -952,7 +910,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "avg(vault_runtime_heap_objects{} / vault_runtime_malloc_count{})", "interval": "", @@ -967,7 +925,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -977,8 +935,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "#EAB839", @@ -1001,7 +958,7 @@ "h": 5, "w": 3, "x": 3, - "y": 13 + "y": 29 }, "id": 76, "options": { @@ -1025,7 +982,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "avg(vault_runtime_num_goroutines{})", "interval": "", @@ -1039,7 +996,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -1084,8 +1041,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -1101,7 +1057,7 @@ "h": 5, "w": 18, "x": 6, - "y": 13 + "y": 29 }, "id": 43, "options": { @@ -1126,7 +1082,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "avg(vault_runtime_alloc_bytes{})", "interval": "", @@ -1142,13 +1098,13 @@ "collapsed": false, "datasource": { "type": "prometheus", - "uid": "PD8609A2215C963D8" + "uid": "P8D3620484E958841" }, "gridPos": { "h": 1, "w": 24, "x": 0, - "y": 18 + "y": 34 }, "id": 16, "panels": [], @@ -1156,7 +1112,7 @@ { "datasource": { "type": "prometheus", - "uid": "PD8609A2215C963D8" + "uid": "P8D3620484E958841" }, "refId": "A" } @@ -1167,7 +1123,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -1177,8 +1133,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" } ] } @@ -1189,7 +1144,7 @@ "h": 4, "w": 3, "x": 0, - "y": 19 + "y": 35 }, "id": 53, "options": { @@ -1213,7 +1168,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "avg(vault_token_count)", "interval": "", @@ -1227,7 +1182,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -1272,8 +1227,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -1289,7 +1243,7 @@ "h": 8, "w": 21, "x": 3, - "y": 19 + "y": 35 }, "id": 104, "options": { @@ -1312,7 +1266,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "avg without(instance) (vault_token_count_by_policy)", "interval": "", @@ -1326,7 +1280,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -1336,8 +1290,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "orange", @@ -1357,7 +1310,7 @@ "h": 4, "w": 3, "x": 0, - "y": 23 + "y": 39 }, "id": 8, "maxDataPoints": 100, @@ -1387,7 +1340,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "avg(vault_token_create_count - vault_token_store_count)", "format": "time_series", @@ -1403,7 +1356,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -1464,7 +1417,7 @@ "h": 8, "w": 12, "x": 0, - "y": 27 + "y": 43 }, "id": 102, "options": { @@ -1487,7 +1440,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "avg without(instance) (vault_token_count_by_ttl)", "format": "time_series", @@ -1502,7 +1455,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -1563,7 +1516,7 @@ "h": 8, "w": 12, "x": 12, - "y": 27 + "y": 43 }, "id": 100, "options": { @@ -1586,7 +1539,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "avg without(instance) (vault_token_count_by_auth)", "interval": "", @@ -1600,7 +1553,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -1661,7 +1614,7 @@ "h": 6, "w": 12, "x": 0, - "y": 35 + "y": 51 }, "id": 65, "maxDataPoints": 100, @@ -1682,7 +1635,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "avg by(auth_method, creation_ttl) (vault_token_creation)", "format": "time_series", @@ -1699,7 +1652,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -1792,7 +1745,7 @@ "h": 6, "w": 12, "x": 12, - "y": 35 + "y": 51 }, "id": 6, "options": { @@ -1812,7 +1765,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "avg without(instance) (vault_token_create_count)", "format": "time_series", @@ -1825,7 +1778,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "avg without(instance) (vault_token_store_count)", "format": "time_series", @@ -1843,7 +1796,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -1922,7 +1875,7 @@ "h": 6, "w": 24, "x": 0, - "y": 41 + "y": 57 }, "id": 14, "options": { @@ -1947,7 +1900,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "avg(irate(vault_token_lookup_count[1m]))", "hide": false, @@ -1963,13 +1916,13 @@ "collapsed": false, "datasource": { "type": "prometheus", - "uid": "PD8609A2215C963D8" + "uid": "P8D3620484E958841" }, "gridPos": { "h": 1, "w": 24, "x": 0, - "y": 47 + "y": 63 }, "id": 20, "panels": [], @@ -1977,7 +1930,7 @@ { "datasource": { "type": "prometheus", - "uid": "PD8609A2215C963D8" + "uid": "P8D3620484E958841" }, "refId": "A" } @@ -1988,7 +1941,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "", "fieldConfig": { @@ -2013,7 +1966,7 @@ "h": 5, "w": 3, "x": 0, - "y": 48 + "y": 64 }, "id": 97, "maxDataPoints": 100, @@ -2038,7 +1991,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "max(idelta(vault_audit_log_request_failure[1m]))", "format": "time_series", @@ -2053,7 +2006,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -2116,7 +2069,7 @@ "h": 10, "w": 11, "x": 3, - "y": 48 + "y": 64 }, "id": 4, "options": { @@ -2141,7 +2094,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "avg(irate(vault_audit_log_request_count[1m]))", "format": "time_series", @@ -2154,7 +2107,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "avg(irate(vault_audit_log_response_count[1m]))", "format": "time_series", @@ -2168,7 +2121,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "avg(irate(vault_core_handle_request_count[1m]))", "format": "time_series", @@ -2185,7 +2138,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -2246,7 +2199,7 @@ "h": 10, "w": 10, "x": 14, - "y": 48 + "y": 64 }, "id": 61, "options": { @@ -2271,7 +2224,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "avg(irate(vault_consul_get_count[1m]))", "interval": "", @@ -2282,7 +2235,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "avg(irate(vault_consul_put_count[1m]))", "interval": "", @@ -2292,7 +2245,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "avg(irate(vault_consul_delete_count[1m]))", "interval": "", @@ -2302,7 +2255,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(vault_consul_list_count{instance=\"$node:$port\"}[1m])", "interval": "", @@ -2316,7 +2269,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "", "fieldConfig": { @@ -2341,7 +2294,7 @@ "h": 5, "w": 3, "x": 0, - "y": 53 + "y": 69 }, "id": 98, "maxDataPoints": 100, @@ -2366,7 +2319,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "max(idelta(vault_audit_log_response_failure[1m]))", "format": "time_series", @@ -2382,13 +2335,13 @@ "collapsed": false, "datasource": { "type": "prometheus", - "uid": "PD8609A2215C963D8" + "uid": "P8D3620484E958841" }, "gridPos": { "h": 1, "w": 24, "x": 0, - "y": 58 + "y": 74 }, "id": 18, "panels": [], @@ -2396,7 +2349,7 @@ { "datasource": { "type": "prometheus", - "uid": "PD8609A2215C963D8" + "uid": "P8D3620484E958841" }, "refId": "A" } @@ -2407,7 +2360,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -2485,7 +2438,7 @@ "h": 6, "w": 12, "x": 0, - "y": 59 + "y": 75 }, "id": 10, "options": { @@ -2505,7 +2458,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "avg(irate(vault_policy_set_policy_count[1m]))", "format": "time_series", @@ -2521,7 +2474,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -2600,7 +2553,7 @@ "h": 6, "w": 12, "x": 12, - "y": 59 + "y": 75 }, "id": 12, "options": { @@ -2620,7 +2573,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "avg(irate(vault_policy_get_policy_count[1m]))", "format": "time_series", @@ -2634,7 +2587,7 @@ "type": "timeseries" } ], - "refresh": "", + "refresh": false, "schemaVersion": 39, "tags": [ "vault" @@ -2642,10 +2595,15 @@ "templating": { "list": [ { - "current": {}, + "current": { + "isNone": true, + "selected": false, + "text": "None", + "value": "" + }, "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "definition": "label_values(up{job=\"vault\"}, instance)", "hide": 2, @@ -2665,10 +2623,15 @@ "useTags": false }, { - "current": {}, + "current": { + "isNone": true, + "selected": false, + "text": "None", + "value": "" + }, "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "definition": "label_values(up{job=\"vault\",instance=~\"$node:(.*)\"}, instance)", "hide": 2, @@ -2688,10 +2651,14 @@ }, { "allValue": "", - "current": {}, + "current": { + "selected": false, + "text": "All", + "value": "$__all" + }, "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "definition": "label_values(vault_secret_kv_count, mount_point)", "hide": 0, @@ -2713,7 +2680,7 @@ ] }, "time": { - "from": "now-30m", + "from": "now-15m", "to": "now" }, "timepicker": { @@ -2743,6 +2710,6 @@ "timezone": "", "title": "Hashicorp Vault", "uid": "vaults", - "version": 5, + "version": 1, "weekStart": "" } \ No newline at end of file diff --git a/grafana/dashboards/Kubernetes events-1709714734146.json b/grafana/dashboards/Kubernetes events-1717014776048.json similarity index 90% rename from grafana/dashboards/Kubernetes events-1709714734146.json rename to grafana/dashboards/Kubernetes events-1717014776048.json index 16b4b45..668aa00 100644 --- a/grafana/dashboards/Kubernetes events-1709714734146.json +++ b/grafana/dashboards/Kubernetes events-1717014776048.json @@ -1,61 +1,4 @@ { - "__inputs": [ - { - "name": "DS_KUBE-LOKI", - "label": "Kube-loki", - "description": "", - "type": "datasource", - "pluginId": "loki", - "pluginName": "Loki" - }, - { - "name": "DS_KUBE-PROMETHEUS", - "label": "Kube-prometheus", - "description": "", - "type": "datasource", - "pluginId": "prometheus", - "pluginName": "Prometheus" - } - ], - "__elements": {}, - "__requires": [ - { - "type": "grafana", - "id": "grafana", - "name": "Grafana", - "version": "10.0.2" - }, - { - "type": "datasource", - "id": "loki", - "name": "Loki", - "version": "1.0.0" - }, - { - "type": "datasource", - "id": "prometheus", - "name": "Prometheus", - "version": "1.0.0" - }, - { - "type": "panel", - "id": "stat", - "name": "Stat", - "version": "" - }, - { - "type": "panel", - "id": "table", - "name": "Table", - "version": "" - }, - { - "type": "panel", - "id": "timeseries", - "name": "Time series", - "version": "" - } - ], "annotations": { "list": [ { @@ -76,14 +19,14 @@ "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, - "id": null, + "id": 31, "links": [], "liveNow": false, "panels": [ { "datasource": { "type": "loki", - "uid": "${DS_KUBE-LOKI}" + "uid": "P2895588539814C92" }, "fieldConfig": { "defaults": { @@ -91,6 +34,7 @@ "mode": "palette-classic" }, "custom": { + "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", @@ -104,6 +48,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "linear", "lineStyle": { "fill": "solid" @@ -164,7 +109,7 @@ { "datasource": { "type": "loki", - "uid": "${DS_KUBE-LOKI}" + "uid": "P2895588539814C92" }, "editorMode": "builder", "expr": "count by(name) (rate({logs_type=\"kube-events\"} | json namespace=\"namespace\", reason=\"reason\", name=\"name\", event_type=\"event_type\", component=\"component\", count=\"count\" | event_type =~ `$event_type` | namespace =~ `$namespace` | component =~ `$component` [$__range]))", @@ -176,7 +121,7 @@ { "datasource": { "type": "loki", - "uid": "${DS_KUBE-LOKI}" + "uid": "P2895588539814C92" }, "editorMode": "builder", "expr": "count(rate({logs_type=\"kube-events\"} | json namespace=\"namespace\", reason=\"reason\", name=\"name\", event_type=\"event_type\", component=\"component\" | event_type =~ `$event_type` | namespace =~ `$namespace` | component =~ `$component` [$__range]))", @@ -203,7 +148,7 @@ { "datasource": { "type": "loki", - "uid": "${DS_KUBE-LOKI}" + "uid": "P2895588539814C92" }, "fieldConfig": { "defaults": { @@ -246,14 +191,16 @@ "fields": "", "values": false }, - "textMode": "auto" + "showPercentChange": false, + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "10.0.2", + "pluginVersion": "10.4.1", "targets": [ { "datasource": { "type": "loki", - "uid": "${DS_KUBE-LOKI}" + "uid": "P2895588539814C92" }, "editorMode": "builder", "expr": "sum(count by(name) (rate({logs_type=\"kube-events\"} | json namespace=\"namespace\", reason=\"reason\", name=\"name\", event_type=\"event_type\", component=\"component\" | reason = `OOMKilled` | event_type =~ `$event_type` | namespace =~ `$namespace` | component =~ `$component` [$__range])))", @@ -267,7 +214,7 @@ { "datasource": { "type": "loki", - "uid": "${DS_KUBE-LOKI}" + "uid": "P2895588539814C92" }, "fieldConfig": { "defaults": { @@ -310,14 +257,16 @@ "fields": "", "values": false }, - "textMode": "auto" + "showPercentChange": false, + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "10.0.2", + "pluginVersion": "10.4.1", "targets": [ { "datasource": { "type": "loki", - "uid": "${DS_KUBE-LOKI}" + "uid": "P2895588539814C92" }, "editorMode": "builder", "expr": "sum(count by(name) (rate({logs_type=\"kube-events\"} | json namespace=\"namespace\", reason=\"reason\", name=\"name\", event_type=\"event_type\", component=\"component\" | reason = `Evicted` | event_type =~ `$event_type` | namespace =~ `$namespace` | component =~ `$component` [$__range])))", @@ -331,7 +280,7 @@ { "datasource": { "type": "loki", - "uid": "${DS_KUBE-LOKI}" + "uid": "P2895588539814C92" }, "fieldConfig": { "defaults": { @@ -374,14 +323,16 @@ "fields": "", "values": false }, - "textMode": "auto" + "showPercentChange": false, + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "10.0.2", + "pluginVersion": "10.4.1", "targets": [ { "datasource": { "type": "loki", - "uid": "${DS_KUBE-LOKI}" + "uid": "P2895588539814C92" }, "editorMode": "builder", "expr": "sum(count by(name) (rate({logs_type=\"kube-events\"} | json namespace=\"namespace\", reason=\"reason\", name=\"name\", event_type=\"event_type\", component=\"component\" | reason = `BackOff` | event_type =~ `$event_type` | namespace =~ `$namespace` | component =~ `$component` [$__range])))", @@ -395,7 +346,7 @@ { "datasource": { "type": "loki", - "uid": "${DS_KUBE-LOKI}" + "uid": "P2895588539814C92" }, "fieldConfig": { "defaults": { @@ -438,14 +389,16 @@ "fields": "", "values": false }, - "textMode": "auto" + "showPercentChange": false, + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "10.0.2", + "pluginVersion": "10.4.1", "targets": [ { "datasource": { "type": "loki", - "uid": "${DS_KUBE-LOKI}" + "uid": "P2895588539814C92" }, "editorMode": "builder", "expr": "sum(count by(name) (rate({logs_type=\"kube-events\"} | json namespace=\"namespace\", reason=\"reason\", name=\"name\", event_type=\"event_type\", component=\"component\", count=\"count\" | reason = `ImagePullBackOff` | event_type =~ `$event_type` | namespace =~ `$namespace` | component =~ `$component` [$__range])))", @@ -468,7 +421,7 @@ { "datasource": { "type": "loki", - "uid": "${DS_KUBE-LOKI}" + "uid": "P2895588539814C92" }, "fieldConfig": { "defaults": { @@ -511,14 +464,16 @@ "fields": "", "values": false }, - "textMode": "auto" + "showPercentChange": false, + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "10.0.2", + "pluginVersion": "10.4.1", "targets": [ { "datasource": { "type": "loki", - "uid": "${DS_KUBE-LOKI}" + "uid": "P2895588539814C92" }, "editorMode": "builder", "expr": "sum(count by(name) (rate({logs_type=\"kube-events\"} | json namespace=\"namespace\", reason=\"reason\", name=\"name\", event_type=\"event_type\" | reason = `Failed` | event_type =~ `$event_type` | namespace =~ `$namespace` | component =~ `$component` [$__range])))", @@ -532,7 +487,7 @@ { "datasource": { "type": "loki", - "uid": "${DS_KUBE-LOKI}" + "uid": "P2895588539814C92" }, "fieldConfig": { "defaults": { @@ -575,14 +530,16 @@ "fields": "", "values": false }, - "textMode": "auto" + "showPercentChange": false, + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "10.0.2", + "pluginVersion": "10.4.1", "targets": [ { "datasource": { "type": "loki", - "uid": "${DS_KUBE-LOKI}" + "uid": "P2895588539814C92" }, "editorMode": "builder", "expr": "sum(count by(name) (rate({logs_type=\"kube-events\"} | json namespace=\"namespace\", reason=\"reason\", name=\"name\", event_type=\"event_type\", component=\"component\" | reason = `Unhealthy` | event_type =~ `$event_type` | namespace =~ `$namespace` | component =~ `$component` [$__range])))", @@ -607,7 +564,7 @@ { "datasource": { "type": "loki", - "uid": "${DS_KUBE-LOKI}" + "uid": "P2895588539814C92" }, "fieldConfig": { "defaults": { @@ -650,14 +607,16 @@ "fields": "", "values": false }, - "textMode": "auto" + "showPercentChange": false, + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "10.0.2", + "pluginVersion": "10.4.1", "targets": [ { "datasource": { "type": "loki", - "uid": "${DS_KUBE-LOKI}" + "uid": "P2895588539814C92" }, "editorMode": "builder", "expr": "sum(count by(name) (rate({logs_type=\"kube-events\"} | json namespace=\"namespace\", reason=\"reason\", name=\"name\", event_type=\"event_type\", component=\"component\" | reason = `FailedMount` | event_type =~ `$event_type` | namespace =~ `$namespace` | component =~ `$component` [$__range])))", @@ -671,7 +630,7 @@ { "datasource": { "type": "loki", - "uid": "${DS_KUBE-LOKI}" + "uid": "P2895588539814C92" }, "fieldConfig": { "defaults": { @@ -714,14 +673,16 @@ "fields": "", "values": false }, - "textMode": "auto" + "showPercentChange": false, + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "10.0.2", + "pluginVersion": "10.4.1", "targets": [ { "datasource": { "type": "loki", - "uid": "${DS_KUBE-LOKI}" + "uid": "P2895588539814C92" }, "editorMode": "builder", "expr": "sum(count by(name) (rate({logs_type=\"kube-events\"} | json namespace=\"namespace\", reason=\"reason\", name=\"name\", event_type=\"event_type\", component=\"component\", count=\"count\" | reason = `FailedScheduling` | event_type =~ `$event_type` | namespace =~ `$namespace` | component =~ `$component` [$__range])))", @@ -744,7 +705,7 @@ { "datasource": { "type": "loki", - "uid": "${DS_KUBE-LOKI}" + "uid": "P2895588539814C92" }, "fieldConfig": { "defaults": { @@ -933,12 +894,12 @@ } ] }, - "pluginVersion": "10.0.2", + "pluginVersion": "10.4.1", "targets": [ { "datasource": { "type": "loki", - "uid": "${DS_KUBE-LOKI}" + "uid": "P2895588539814C92" }, "editorMode": "builder", "expr": "{logs_type=\"kube-events\"} | json namespace=\"namespace\", event_type=\"event_type\", component=\"component\" | namespace =~ `$namespace` | event_type =~ `$event_type` | component =~ `$component`", @@ -999,8 +960,7 @@ } ], "refresh": "", - "schemaVersion": 38, - "style": "dark", + "schemaVersion": 39, "tags": [ "kubernetes" ], @@ -1010,7 +970,7 @@ "current": { "selected": false, "text": "Kube-loki", - "value": "Kube-loki" + "value": "P2895588539814C92" }, "hide": 0, "includeAll": false, @@ -1029,7 +989,7 @@ "current": { "selected": false, "text": "Kube-prometheus", - "value": "Kube-prometheus" + "value": "P8D3620484E958841" }, "hide": 0, "includeAll": false, @@ -1045,10 +1005,14 @@ "type": "datasource" }, { - "current": {}, + "current": { + "selected": false, + "text": "All", + "value": "$__all" + }, "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "definition": "label_values(kube_namespace_labels,exported_namespace)", "hide": 0, @@ -1069,7 +1033,7 @@ }, { "current": { - "selected": true, + "selected": false, "text": "Warning", "value": "Warning" }, @@ -1101,10 +1065,14 @@ "type": "custom" }, { - "current": {}, + "current": { + "selected": false, + "text": "All", + "value": "$__all" + }, "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "definition": "label_values(kube_pod_labels{exported_namespace=\"$namespace\"},label_app_kubernetes_io_component)", "hide": 0, @@ -1133,6 +1101,6 @@ "timezone": "", "title": "Kubernetes events", "uid": "bce70149-6173-4ba5-bdd9-9ed60dc0f296", - "version": 45, + "version": 1, "weekStart": "" } \ No newline at end of file diff --git a/grafana/dashboards/Kubernetes resources-1711964555601.json b/grafana/dashboards/Kubernetes resources-1717014841498.json similarity index 93% rename from grafana/dashboards/Kubernetes resources-1711964555601.json rename to grafana/dashboards/Kubernetes resources-1717014841498.json index a73d0a2..0fd3fb2 100644 --- a/grafana/dashboards/Kubernetes resources-1711964555601.json +++ b/grafana/dashboards/Kubernetes resources-1717014841498.json @@ -1,47 +1,4 @@ { - "__inputs": [ - { - "name": "DS_KUBE-PROMETHEUS", - "label": "Kube-prometheus", - "description": "", - "type": "datasource", - "pluginId": "prometheus", - "pluginName": "Prometheus" - } - ], - "__elements": {}, - "__requires": [ - { - "type": "panel", - "id": "gauge", - "name": "Gauge", - "version": "" - }, - { - "type": "grafana", - "id": "grafana", - "name": "Grafana", - "version": "10.4.1" - }, - { - "type": "datasource", - "id": "prometheus", - "name": "Prometheus", - "version": "1.0.0" - }, - { - "type": "panel", - "id": "stat", - "name": "Stat", - "version": "" - }, - { - "type": "panel", - "id": "timeseries", - "name": "Time series", - "version": "" - } - ], "annotations": { "list": [ { @@ -69,7 +26,7 @@ "fiscalYearStartMonth": 0, "gnetId": 315, "graphTooltip": 0, - "id": null, + "id": 32, "links": [], "liveNow": false, "panels": [ @@ -102,7 +59,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -171,7 +128,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "expr": "sum (container_memory_working_set_bytes{id=\"/\",kubernetes_io_hostname=~\"^$Node$\"}) / sum (machine_memory_bytes{kubernetes_io_hostname=~\"^$Node$\"}) * 100", "interval": "10s", @@ -186,7 +143,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -256,7 +213,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "expr": "sum (rate (container_cpu_usage_seconds_total{id=\"/\",kubernetes_io_hostname=~\"^$Node$\"}[1m])) / sum (machine_cpu_cores{kubernetes_io_hostname=~\"^$Node$\"}) * 100", "interval": "10s", @@ -271,7 +228,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -341,7 +298,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum (container_fs_usage_bytes{device=~\"$data_filesystem\",id=\"/\",kubernetes_io_hostname=~\"^$Node$\"}) / sum (container_fs_limit_bytes{device=~\"$data_filesystem\",id=\"/\",kubernetes_io_hostname=~\"^$Node$\"}) * 100", @@ -360,7 +317,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -440,7 +397,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum (container_memory_working_set_bytes{id=\"/\",kubernetes_io_hostname=~\"^$Node$\"})", @@ -452,7 +409,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "builder", "expr": "sum(sum by(node) (kube_pod_container_resource_requests{node=~\"^$Node$\", resource=\"memory\"}))", @@ -463,7 +420,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum(sum by(node) (kube_pod_container_resource_limits{node=~\"^$Node$\", resource=\"memory\"}))", @@ -475,7 +432,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum (machine_memory_bytes{kubernetes_io_hostname=~\"^$Node$\"})", @@ -491,7 +448,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -571,7 +528,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum(rate(container_cpu_usage_seconds_total{id=\"/\", kubernetes_io_hostname=~\"^$Node$\"}[$__rate_interval]))", @@ -582,7 +539,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum(sum by(node) (kube_pod_container_resource_requests{node=~\"^$Node$\", resource=\"cpu\"}))", @@ -594,7 +551,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum(sum by(node) (kube_pod_container_resource_limits{node=~\"^$Node$\", resource=\"cpu\"}))", @@ -606,7 +563,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum (machine_cpu_cores{kubernetes_io_hostname=~\"^$Node$\"})", @@ -622,7 +579,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -687,7 +644,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum (container_fs_usage_bytes{device=~\"$data_filesystem\",id=\"/\",kubernetes_io_hostname=~\"^$Node$\"})", @@ -704,7 +661,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -769,7 +726,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum (container_fs_limit_bytes{device=~\"$data_filesystem\",id=\"/\",kubernetes_io_hostname=~\"^$Node$\"})", @@ -786,7 +743,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -851,7 +808,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum (container_memory_working_set_bytes{id=\"/\",kubernetes_io_hostname=~\"^$Node$\"})", @@ -868,7 +825,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -933,7 +890,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum (machine_memory_bytes{kubernetes_io_hostname=~\"^$Node$\"})", @@ -950,7 +907,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -1015,7 +972,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum(rate(container_cpu_usage_seconds_total{id=\"/\", kubernetes_io_hostname=~\"^$Node$\"}[$__rate_interval]))", @@ -1032,7 +989,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -1097,7 +1054,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum (machine_cpu_cores{kubernetes_io_hostname=~\"^$Node$\"})", @@ -1114,7 +1071,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -1179,7 +1136,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum(sum by(node) (kube_pod_container_resource_requests{node=~\"^$Node$\", resource=\"memory\"}))", @@ -1196,7 +1153,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -1249,7 +1206,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum(sum by(node) (kube_pod_container_resource_limits{node=~\"^$Node$\", resource=\"memory\"}))", @@ -1264,7 +1221,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -1329,7 +1286,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum(sum by(node) (kube_pod_container_resource_requests{node=~\"^$Node$\", resource=\"cpu\"}))", @@ -1346,7 +1303,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -1411,7 +1368,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum(sum by(node) (kube_pod_container_resource_limits{node=~\"^$Node$\", resource=\"cpu\"}))", @@ -1441,7 +1398,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -1493,7 +1450,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum (sum by(node)(label_replace(kube_pod_info{node=~\"$Node\"}, \"exported_pod\", \"$1\", \"pod\", \"(.*)\") and on(exported_pod) kube_pod_status_phase{phase=\"Running\"}))", @@ -1508,7 +1465,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -1560,7 +1517,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "editorMode": "builder", "expr": "sum(kube_node_status_capacity{node=~\"$Node\", resource=\"pods\"})", @@ -1601,7 +1558,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -1686,7 +1643,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "expr": "sum (rate (container_network_receive_bytes_total{kubernetes_io_hostname=~\"^$Node$\"}[1m]))", "interval": "10s", @@ -1699,7 +1656,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "expr": "- sum (rate (container_network_transmit_bytes_total{kubernetes_io_hostname=~\"^$Node$\"}[1m]))", "interval": "10s", @@ -1741,10 +1698,14 @@ }, { "allValue": ".*", - "current": {}, + "current": { + "selected": false, + "text": "All", + "value": "$__all" + }, "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "definition": "", "hide": 0, @@ -1764,10 +1725,14 @@ "type": "query" }, { - "current": {}, + "current": { + "selected": false, + "text": "/dev/longhorn/pvc-500e32c3-8dab-4761-890a-1ecffd6c14f1", + "value": "/dev/longhorn/pvc-500e32c3-8dab-4761-890a-1ecffd6c14f1" + }, "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "definition": "label_values(container_fs_limit_bytes{instance=~\"$Node\"},device)", "hide": 0, @@ -1820,6 +1785,6 @@ "timezone": "browser", "title": "Kubernetes resources", "uid": "N7uzcMu4z", - "version": 3, + "version": 1, "weekStart": "" } \ No newline at end of file diff --git a/grafana/dashboards/Node resources-1709714810380.json b/grafana/dashboards/Node resources-1717014869780.json similarity index 97% rename from grafana/dashboards/Node resources-1709714810380.json rename to grafana/dashboards/Node resources-1717014869780.json index e45280f..e3f4d4f 100644 --- a/grafana/dashboards/Node resources-1709714810380.json +++ b/grafana/dashboards/Node resources-1717014869780.json @@ -1,47 +1,4 @@ { - "__inputs": [ - { - "name": "DS_VICTORIA_METRICS", - "label": "Victoria Metrics", - "description": "", - "type": "datasource", - "pluginId": "prometheus", - "pluginName": "Prometheus" - } - ], - "__elements": {}, - "__requires": [ - { - "type": "panel", - "id": "gauge", - "name": "Gauge", - "version": "" - }, - { - "type": "grafana", - "id": "grafana", - "name": "Grafana", - "version": "10.0.2" - }, - { - "type": "datasource", - "id": "prometheus", - "name": "Prometheus", - "version": "1.0.0" - }, - { - "type": "panel", - "id": "stat", - "name": "Stat", - "version": "" - }, - { - "type": "panel", - "id": "timeseries", - "name": "Time series", - "version": "" - } - ], "annotations": { "list": [ { @@ -69,7 +26,7 @@ "fiscalYearStartMonth": 0, "gnetId": 1860, "graphTooltip": 0, - "id": null, + "id": 33, "links": [ { "icon": "external link", @@ -119,7 +76,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "Busy state of all CPU cores together", "fieldConfig": { @@ -168,8 +125,9 @@ "y": 1 }, "id": 20, - "links": [], "options": { + "minVizHeight": 75, + "minVizWidth": 75, "orientation": "horizontal", "reduceOptions": { "calcs": [ @@ -179,14 +137,15 @@ "values": false }, "showThresholdLabels": false, - "showThresholdMarkers": true + "showThresholdMarkers": true, + "sizing": "auto" }, - "pluginVersion": "10.0.2", + "pluginVersion": "10.4.1", "targets": [ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "(sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode!=\"idle\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))) * 100", @@ -204,7 +163,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "Busy state of all CPU cores together (5 min average)", "fieldConfig": { @@ -253,8 +212,9 @@ "y": 1 }, "id": 155, - "links": [], "options": { + "minVizHeight": 75, + "minVizWidth": 75, "orientation": "horizontal", "reduceOptions": { "calcs": [ @@ -264,14 +224,15 @@ "values": false }, "showThresholdLabels": false, - "showThresholdMarkers": true + "showThresholdMarkers": true, + "sizing": "auto" }, - "pluginVersion": "10.0.2", + "pluginVersion": "10.4.1", "targets": [ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "avg(node_load5{instance=\"$node\",job=\"$job\"}) / count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu)) * 100", "format": "time_series", @@ -287,7 +248,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "Busy state of all CPU cores together (15 min average)", "fieldConfig": { @@ -336,8 +297,9 @@ "y": 1 }, "id": 19, - "links": [], "options": { + "minVizHeight": 75, + "minVizWidth": 75, "orientation": "horizontal", "reduceOptions": { "calcs": [ @@ -347,14 +309,15 @@ "values": false }, "showThresholdLabels": false, - "showThresholdMarkers": true + "showThresholdMarkers": true, + "sizing": "auto" }, - "pluginVersion": "10.0.2", + "pluginVersion": "10.4.1", "targets": [ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "avg(node_load15{instance=\"$node\",job=\"$job\"}) / count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu)) * 100", "hide": false, @@ -369,7 +332,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "Non available RAM memory", "fieldConfig": { @@ -410,8 +373,9 @@ }, "hideTimeOverride": false, "id": 16, - "links": [], "options": { + "minVizHeight": 75, + "minVizWidth": 75, "orientation": "horizontal", "reduceOptions": { "calcs": [ @@ -421,14 +385,15 @@ "values": false }, "showThresholdLabels": false, - "showThresholdMarkers": true + "showThresholdMarkers": true, + "sizing": "auto" }, - "pluginVersion": "10.0.2", + "pluginVersion": "10.4.1", "targets": [ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "((node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"} - node_memory_MemFree_bytes{instance=\"$node\",job=\"$job\"}) / (node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"} )) * 100", "format": "time_series", @@ -440,7 +405,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "100 - ((node_memory_MemAvailable_bytes{instance=\"$node\",job=\"$job\"} * 100) / node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"})", "format": "time_series", @@ -456,7 +421,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "Used Swap", "fieldConfig": { @@ -505,8 +470,9 @@ "y": 1 }, "id": 21, - "links": [], "options": { + "minVizHeight": 75, + "minVizWidth": 75, "orientation": "horizontal", "reduceOptions": { "calcs": [ @@ -516,14 +482,15 @@ "values": false }, "showThresholdLabels": false, - "showThresholdMarkers": true + "showThresholdMarkers": true, + "sizing": "auto" }, - "pluginVersion": "10.0.2", + "pluginVersion": "10.4.1", "targets": [ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "((node_memory_SwapTotal_bytes{instance=\"$node\",job=\"$job\"} - node_memory_SwapFree_bytes{instance=\"$node\",job=\"$job\"}) / (node_memory_SwapTotal_bytes{instance=\"$node\",job=\"$job\"} )) * 100", "intervalFactor": 1, @@ -537,7 +504,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "Used Root FS", "fieldConfig": { @@ -586,8 +553,9 @@ "y": 1 }, "id": 154, - "links": [], "options": { + "minVizHeight": 75, + "minVizWidth": 75, "orientation": "horizontal", "reduceOptions": { "calcs": [ @@ -597,14 +565,15 @@ "values": false }, "showThresholdLabels": false, - "showThresholdMarkers": true + "showThresholdMarkers": true, + "sizing": "auto" }, - "pluginVersion": "10.0.2", + "pluginVersion": "10.4.1", "targets": [ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "100 - ((node_filesystem_avail_bytes{instance=\"$node\",job=\"$job\",mountpoint=\"/\",fstype!=\"rootfs\"} * 100) / node_filesystem_size_bytes{instance=\"$node\",job=\"$job\",mountpoint=\"/\",fstype!=\"rootfs\"})", "format": "time_series", @@ -619,7 +588,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "Total number of CPU cores", "fieldConfig": { @@ -662,7 +631,6 @@ "y": 1 }, "id": 14, - "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", @@ -676,14 +644,16 @@ "fields": "", "values": false }, - "textMode": "auto" + "showPercentChange": false, + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "10.0.2", + "pluginVersion": "10.4.1", "targets": [ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu))", "interval": "", @@ -699,7 +669,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "System uptime", "fieldConfig": { @@ -744,7 +714,6 @@ }, "hideTimeOverride": true, "id": 15, - "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", @@ -758,14 +727,16 @@ "fields": "", "values": false }, - "textMode": "auto" + "showPercentChange": false, + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "10.0.2", + "pluginVersion": "10.4.1", "targets": [ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_time_seconds{instance=\"$node\",job=\"$job\"} - node_boot_time_seconds{instance=\"$node\",job=\"$job\"}", "intervalFactor": 1, @@ -779,7 +750,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "Total RootFS", "fieldConfig": { @@ -827,7 +798,6 @@ "y": 3 }, "id": 23, - "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", @@ -841,14 +811,16 @@ "fields": "", "values": false }, - "textMode": "auto" + "showPercentChange": false, + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "10.0.2", + "pluginVersion": "10.4.1", "targets": [ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_filesystem_size_bytes{instance=\"$node\",job=\"$job\",mountpoint=\"/\",fstype!=\"rootfs\"}", "format": "time_series", @@ -864,7 +836,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "Total RAM", "fieldConfig": { @@ -908,7 +880,6 @@ "y": 3 }, "id": 75, - "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", @@ -922,14 +893,16 @@ "fields": "", "values": false }, - "textMode": "auto" + "showPercentChange": false, + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "10.0.2", + "pluginVersion": "10.4.1", "targets": [ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"}", "intervalFactor": 1, @@ -943,7 +916,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "Total SWAP", "fieldConfig": { @@ -987,7 +960,6 @@ "y": 3 }, "id": 18, - "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", @@ -1001,14 +973,16 @@ "fields": "", "values": false }, - "textMode": "auto" + "showPercentChange": false, + "textMode": "auto", + "wideLayout": true }, - "pluginVersion": "10.0.2", + "pluginVersion": "10.4.1", "targets": [ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_SwapTotal_bytes{instance=\"$node\",job=\"$job\"}", "intervalFactor": 1, @@ -1048,7 +1022,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "Basic CPU info", "fieldConfig": { @@ -1057,6 +1031,7 @@ "mode": "palette-classic" }, "custom": { + "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", @@ -1070,6 +1045,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "smooth", "lineWidth": 1, "pointSize": 5, @@ -1219,7 +1195,6 @@ "y": 6 }, "id": 77, - "links": [], "options": { "legend": { "calcs": [], @@ -1238,7 +1213,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"system\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))", @@ -1253,7 +1228,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"user\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))", @@ -1268,7 +1243,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"iowait\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))", @@ -1282,7 +1257,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=~\".*irq\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))", @@ -1296,7 +1271,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode!='idle',mode!='user',mode!='system',mode!='iowait',mode!='irq',mode!='softirq'}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))", @@ -1310,7 +1285,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"idle\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))", @@ -1328,7 +1303,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "Basic memory usage", "fieldConfig": { @@ -1337,6 +1312,7 @@ "mode": "palette-classic" }, "custom": { + "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", @@ -1350,6 +1326,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, @@ -1761,7 +1738,6 @@ "y": 6 }, "id": 78, - "links": [], "options": { "legend": { "calcs": [], @@ -1780,7 +1756,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -1793,7 +1769,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"} - node_memory_MemFree_bytes{instance=\"$node\",job=\"$job\"} - (node_memory_Cached_bytes{instance=\"$node\",job=\"$job\"} + node_memory_Buffers_bytes{instance=\"$node\",job=\"$job\"} + node_memory_SReclaimable_bytes{instance=\"$node\",job=\"$job\"})", "format": "time_series", @@ -1806,7 +1782,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_Cached_bytes{instance=\"$node\",job=\"$job\"} + node_memory_Buffers_bytes{instance=\"$node\",job=\"$job\"} + node_memory_SReclaimable_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -1818,7 +1794,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_MemFree_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -1830,7 +1806,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "(node_memory_SwapTotal_bytes{instance=\"$node\",job=\"$job\"} - node_memory_SwapFree_bytes{instance=\"$node\",job=\"$job\"})", "format": "time_series", @@ -1846,7 +1822,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "Basic network info per interface", "fieldConfig": { @@ -1855,6 +1831,7 @@ "mode": "palette-classic" }, "custom": { + "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", @@ -1868,6 +1845,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, @@ -2268,7 +2246,6 @@ "y": 13 }, "id": 74, - "links": [], "options": { "legend": { "calcs": [], @@ -2286,7 +2263,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_network_receive_bytes_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])*8", "format": "time_series", @@ -2298,7 +2275,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_network_transmit_bytes_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])*8", "format": "time_series", @@ -2314,7 +2291,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "Disk space used of all filesystems mounted", "fieldConfig": { @@ -2323,6 +2300,7 @@ "mode": "palette-classic" }, "custom": { + "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", @@ -2336,6 +2314,7 @@ "tooltip": false, "viz": false }, + "insertNulls": false, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, @@ -2380,7 +2359,6 @@ "y": 13 }, "id": 152, - "links": [], "options": { "legend": { "calcs": [], @@ -2398,7 +2376,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "100 - ((node_filesystem_avail_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'} * 100) / node_filesystem_size_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'})", "format": "time_series", @@ -2428,7 +2406,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "", "fieldConfig": { @@ -2637,7 +2615,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"system\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))", @@ -2652,7 +2630,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"user\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))", @@ -2666,7 +2644,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"nice\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))", @@ -2680,7 +2658,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"iowait\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))", @@ -2694,7 +2672,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"irq\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))", @@ -2708,7 +2686,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"softirq\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))", @@ -2722,7 +2700,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"steal\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))", @@ -2736,7 +2714,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum by(instance) (irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"idle\"}[$__rate_interval])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])))", @@ -2755,7 +2733,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "", "fieldConfig": { @@ -3144,7 +3122,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"} - node_memory_MemFree_bytes{instance=\"$node\",job=\"$job\"} - node_memory_Buffers_bytes{instance=\"$node\",job=\"$job\"} - node_memory_Cached_bytes{instance=\"$node\",job=\"$job\"} - node_memory_Slab_bytes{instance=\"$node\",job=\"$job\"} - node_memory_PageTables_bytes{instance=\"$node\",job=\"$job\"} - node_memory_SwapCached_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -3157,7 +3135,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_PageTables_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -3170,7 +3148,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_SwapCached_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -3182,7 +3160,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_Slab_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -3195,7 +3173,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_Cached_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -3208,7 +3186,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_Buffers_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -3221,7 +3199,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_MemFree_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -3234,7 +3212,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "(node_memory_SwapTotal_bytes{instance=\"$node\",job=\"$job\"} - node_memory_SwapFree_bytes{instance=\"$node\",job=\"$job\"})", "format": "time_series", @@ -3247,7 +3225,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_HardwareCorrupted_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -3264,7 +3242,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -3422,7 +3400,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_network_receive_bytes_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])*8", "format": "time_series", @@ -3434,7 +3412,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_network_transmit_bytes_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])*8", "format": "time_series", @@ -3450,7 +3428,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "", "fieldConfig": { @@ -3537,7 +3515,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_filesystem_size_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'} - node_filesystem_avail_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'}", "format": "time_series", @@ -3553,7 +3531,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "", "fieldConfig": { @@ -3967,7 +3945,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_disk_reads_completed_total{instance=\"$node\",job=\"$job\",device=~\"$diskdevices\"}[$__rate_interval])", "intervalFactor": 4, @@ -3978,7 +3956,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_disk_writes_completed_total{instance=\"$node\",job=\"$job\",device=~\"$diskdevices\"}[$__rate_interval])", "intervalFactor": 1, @@ -3993,7 +3971,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "", "fieldConfig": { @@ -4194,7 +4172,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_disk_read_bytes_total{instance=\"$node\",job=\"$job\",device=~\"$diskdevices\"}[$__rate_interval])", "format": "time_series", @@ -4207,7 +4185,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_disk_written_bytes_total{instance=\"$node\",job=\"$job\",device=~\"$diskdevices\"}[$__rate_interval])", "format": "time_series", @@ -4224,7 +4202,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "", "fieldConfig": { @@ -4339,7 +4317,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_disk_io_time_seconds_total{instance=\"$node\",job=\"$job\",device=~\"$diskdevices\"} [$__rate_interval])", "format": "time_series", @@ -4357,7 +4335,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -4471,7 +4449,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum by(instance) (irate(node_cpu_guest_seconds_total{instance=\"$node\",job=\"$job\", mode=\"user\"}[1m])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[1m])))", @@ -4483,7 +4461,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "editorMode": "code", "expr": "sum by(instance) (irate(node_cpu_guest_seconds_total{instance=\"$node\",job=\"$job\", mode=\"nice\"}[1m])) / on(instance) group_left sum by (instance)((irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[1m])))", @@ -4526,7 +4504,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -4869,7 +4847,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_Inactive_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -4881,7 +4859,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_Active_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -4897,7 +4875,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -5259,7 +5237,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_Committed_AS_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -5271,7 +5249,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_CommitLimit_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -5287,7 +5265,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -5630,7 +5608,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_Inactive_file_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -5643,7 +5621,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_Inactive_anon_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -5656,7 +5634,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_Active_file_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -5669,7 +5647,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_Active_anon_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -5686,7 +5664,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -6058,7 +6036,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_Writeback_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -6070,7 +6048,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_WritebackTmp_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -6082,7 +6060,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_Dirty_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -6098,7 +6076,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -6465,7 +6443,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_Mapped_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -6477,7 +6455,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_Shmem_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -6489,7 +6467,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_ShmemHugePages_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -6502,7 +6480,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_ShmemPmdMapped_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -6519,7 +6497,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -6891,7 +6869,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_SUnreclaim_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -6903,7 +6881,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_SReclaimable_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -6919,7 +6897,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -7276,7 +7254,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_VmallocChunk_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -7289,7 +7267,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_VmallocTotal_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -7302,7 +7280,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_VmallocUsed_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -7319,7 +7297,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -7662,7 +7640,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_Bounce_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -7678,7 +7656,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -8047,7 +8025,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_AnonHugePages_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -8059,7 +8037,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_AnonPages_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -8075,7 +8053,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -8418,7 +8396,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_KernelStack_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -8430,7 +8408,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_Percpu_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -8447,7 +8425,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -8803,7 +8781,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_HugePages_Free{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -8815,7 +8793,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_HugePages_Rsvd{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -8827,7 +8805,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_HugePages_Surp{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -8843,7 +8821,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -9199,7 +9177,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_HugePages_Total{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -9211,7 +9189,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_Hugepagesize_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -9227,7 +9205,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -9583,7 +9561,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_DirectMap1G_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -9595,7 +9573,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_DirectMap2M_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -9608,7 +9586,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_DirectMap4k_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -9625,7 +9603,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -9968,7 +9946,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_Unevictable_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -9980,7 +9958,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_Mlocked_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -9996,7 +9974,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -10368,7 +10346,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_memory_NFS_Unstable_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -10411,7 +10389,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -10509,7 +10487,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_vmstat_pgpgin{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -10521,7 +10499,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_vmstat_pgpgout{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -10537,7 +10515,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -10635,7 +10613,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_vmstat_pswpin{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -10647,7 +10625,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_vmstat_pswpout{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -10663,7 +10641,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -11025,7 +11003,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_vmstat_pgfault{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -11037,7 +11015,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_vmstat_pgmajfault{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -11049,7 +11027,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_vmstat_pgfault{instance=\"$node\",job=\"$job\"}[$__rate_interval]) - irate(node_vmstat_pgmajfault{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -11065,7 +11043,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -11437,7 +11415,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_vmstat_oom_kill{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -11481,7 +11459,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "", "fieldConfig": { @@ -11583,7 +11561,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_timex_estimated_error_seconds{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -11597,7 +11575,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_timex_offset_seconds{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -11611,7 +11589,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_timex_maxerror_seconds{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -11629,7 +11607,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "", "fieldConfig": { @@ -11715,7 +11693,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_timex_loop_time_constant{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -11732,7 +11710,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "", "fieldConfig": { @@ -11834,7 +11812,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_timex_sync_status{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -11847,7 +11825,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_timex_frequency_adjustment_ratio{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -11864,7 +11842,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "", "fieldConfig": { @@ -11950,7 +11928,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_timex_tick_seconds{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -11963,7 +11941,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_timex_tai_offset_seconds{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -12007,7 +11985,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -12093,7 +12071,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_procs_blocked{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -12105,7 +12083,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_procs_running{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -12121,7 +12099,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -12207,7 +12185,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_processes_state{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -12224,7 +12202,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -12310,7 +12288,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_forks_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -12327,7 +12305,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -12426,7 +12404,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(process_virtual_memory_bytes{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "hide": false, @@ -12439,7 +12417,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "process_resident_memory_max_bytes{instance=\"$node\",job=\"$job\"}", "hide": false, @@ -12452,7 +12430,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(process_virtual_memory_bytes{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "hide": false, @@ -12465,7 +12443,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(process_virtual_memory_max_bytes{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "hide": false, @@ -12482,7 +12460,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -12588,7 +12566,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_processes_pids{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -12601,7 +12579,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_processes_max_processes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -12618,7 +12596,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -12716,7 +12694,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_schedstat_running_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -12729,7 +12707,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_schedstat_waiting_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -12746,7 +12724,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -12852,7 +12830,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_processes_threads{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -12865,7 +12843,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_processes_max_threads{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -12909,7 +12887,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -12995,7 +12973,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_context_switches_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -13007,7 +12985,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_intr_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -13024,7 +13002,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -13110,7 +13088,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_load1{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -13122,7 +13100,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_load5{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -13134,7 +13112,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_load15{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -13150,7 +13128,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -13275,7 +13253,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_interrupts_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -13292,7 +13270,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -13377,7 +13355,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_schedstat_timeslices_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -13394,7 +13372,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -13480,7 +13458,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_entropy_available_bits{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -13496,7 +13474,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -13581,7 +13559,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(process_cpu_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -13598,7 +13576,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -13704,7 +13682,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "process_max_fds{instance=\"$node\",job=\"$job\"}", "interval": "", @@ -13716,7 +13694,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "process_open_fds{instance=\"$node\",job=\"$job\"}", "interval": "", @@ -13759,7 +13737,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -13884,7 +13862,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_hwmon_temp_celsius{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -13897,7 +13875,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_hwmon_temp_crit_alarm_celsius{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -13911,7 +13889,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_hwmon_temp_crit_celsius{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -13924,7 +13902,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_hwmon_temp_crit_hyst_celsius{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -13938,7 +13916,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_hwmon_temp_max_celsius{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -13956,7 +13934,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -14061,7 +14039,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_cooling_device_cur_state{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -14075,7 +14053,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_cooling_device_max_state{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -14092,7 +14070,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -14177,7 +14155,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_power_supply_online{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -14222,7 +14200,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -14308,7 +14286,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_systemd_socket_accepted_connections_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -14325,7 +14303,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -14486,7 +14464,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_systemd_units{instance=\"$node\",job=\"$job\",state=\"activating\"}", "format": "time_series", @@ -14499,7 +14477,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_systemd_units{instance=\"$node\",job=\"$job\",state=\"active\"}", "format": "time_series", @@ -14512,7 +14490,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_systemd_units{instance=\"$node\",job=\"$job\",state=\"deactivating\"}", "format": "time_series", @@ -14525,7 +14503,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_systemd_units{instance=\"$node\",job=\"$job\",state=\"failed\"}", "format": "time_series", @@ -14538,7 +14516,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_systemd_units{instance=\"$node\",job=\"$job\",state=\"inactive\"}", "format": "time_series", @@ -14582,7 +14560,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "The number (after merges) of I/O requests completed per second for the device", "fieldConfig": { @@ -14981,7 +14959,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_disk_reads_completed_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "intervalFactor": 4, @@ -14992,7 +14970,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_disk_writes_completed_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "intervalFactor": 1, @@ -15007,7 +14985,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "The number of bytes read from or written to the device per second", "fieldConfig": { @@ -15406,7 +15384,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_disk_read_bytes_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -15418,7 +15396,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_disk_written_bytes_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -15434,7 +15412,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "The average time for requests issued to the device to be served. This includes the time spent by the requests in queue and the time spent servicing them.", "fieldConfig": { @@ -15833,7 +15811,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_disk_read_time_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval]) / irate(node_disk_reads_completed_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "hide": false, @@ -15846,7 +15824,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_disk_write_time_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval]) / irate(node_disk_writes_completed_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "hide": false, @@ -15863,7 +15841,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "The average queue length of the requests that were issued to the device", "fieldConfig": { @@ -16251,7 +16229,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_disk_io_time_weighted_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "interval": "", @@ -16267,7 +16245,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "The number of read and write requests merged per second that were queued to the device", "fieldConfig": { @@ -16666,7 +16644,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_disk_reads_merged_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "intervalFactor": 1, @@ -16677,7 +16655,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_disk_writes_merged_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "intervalFactor": 1, @@ -16692,7 +16670,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "Percentage of elapsed time during which I/O requests were issued to the device (bandwidth utilization for the device). Device saturation occurs when this value is close to 100% for devices serving requests serially. But for devices serving requests in parallel, such as RAID arrays and modern SSDs, this number does not reflect their performance limits.", "fieldConfig": { @@ -17080,7 +17058,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_disk_io_time_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "interval": "", @@ -17092,7 +17070,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_disk_discard_time_seconds_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "interval": "", @@ -17108,7 +17086,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "The number of outstanding requests at the instant the sample was taken. Incremented as requests are given to appropriate struct request_queue and decremented as they finish.", "fieldConfig": { @@ -17496,7 +17474,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_disk_io_now{instance=\"$node\",job=\"$job\"}", "interval": "", @@ -17512,7 +17490,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "", "fieldConfig": { @@ -17899,7 +17877,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_disk_discards_completed_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "interval": "", @@ -17911,7 +17889,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_disk_discards_merged_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "interval": "", @@ -17954,7 +17932,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "", "fieldConfig": { @@ -18041,7 +18019,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_filesystem_avail_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'}", "format": "time_series", @@ -18055,7 +18033,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_filesystem_free_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'}", "format": "time_series", @@ -18068,7 +18046,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_filesystem_size_bytes{instance=\"$node\",job=\"$job\",device!~'rootfs'}", "format": "time_series", @@ -18085,7 +18063,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "", "fieldConfig": { @@ -18172,7 +18150,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_filesystem_files_free{instance=\"$node\",job=\"$job\",device!~'rootfs'}", "format": "time_series", @@ -18189,7 +18167,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "", "fieldConfig": { @@ -18276,7 +18254,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_filefd_maximum{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -18288,7 +18266,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_filefd_allocated{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -18304,7 +18282,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "", "fieldConfig": { @@ -18391,7 +18369,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_filesystem_files{instance=\"$node\",job=\"$job\",device!~'rootfs'}", "format": "time_series", @@ -18408,7 +18386,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "", "fieldConfig": { @@ -18512,7 +18490,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_filesystem_readonly{instance=\"$node\",job=\"$job\",device!~'rootfs'}", "format": "time_series", @@ -18524,7 +18502,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_filesystem_device_error{instance=\"$node\",job=\"$job\",device!~'rootfs',fstype!~'tmpfs'}", "format": "time_series", @@ -18568,7 +18546,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -18727,7 +18705,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_network_receive_packets_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -18740,7 +18718,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_network_transmit_packets_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -18757,7 +18735,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -18856,7 +18834,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_network_receive_errs_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -18868,7 +18846,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_network_transmit_errs_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -18884,7 +18862,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -18983,7 +18961,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_network_receive_drop_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -18995,7 +18973,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_network_transmit_drop_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -19011,7 +18989,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -19110,7 +19088,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_network_receive_compressed_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -19122,7 +19100,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_network_transmit_compressed_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -19138,7 +19116,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -19237,7 +19215,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_network_receive_multicast_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -19253,7 +19231,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -19352,7 +19330,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_network_receive_fifo_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -19364,7 +19342,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_network_transmit_fifo_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -19380,7 +19358,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -19479,7 +19457,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_network_receive_frame_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -19496,7 +19474,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -19582,7 +19560,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_network_transmit_carrier_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -19598,7 +19576,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -19697,7 +19675,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_network_transmit_colls_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -19713,7 +19691,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -19819,7 +19797,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_nf_conntrack_entries{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -19831,7 +19809,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_nf_conntrack_entries_limit{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -19847,7 +19825,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -19933,7 +19911,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_arp_entries{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -19949,7 +19927,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -20036,7 +20014,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_network_mtu_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -20052,7 +20030,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -20139,7 +20117,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_network_speed_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -20155,7 +20133,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -20242,7 +20220,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_network_transmit_queue_length{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -20258,7 +20236,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -20357,7 +20335,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_softnet_processed_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -20370,7 +20348,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_softnet_dropped_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -20387,7 +20365,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -20473,7 +20451,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_softnet_times_squeezed_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -20490,7 +20468,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -20576,7 +20554,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_network_up{operstate=\"up\",instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -20588,7 +20566,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_network_carrier{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -20630,7 +20608,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -20717,7 +20695,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_sockstat_TCP_alloc{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -20730,7 +20708,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_sockstat_TCP_inuse{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -20743,7 +20721,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_sockstat_TCP_mem{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -20757,7 +20735,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_sockstat_TCP_orphan{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -20770,7 +20748,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_sockstat_TCP_tw{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -20787,7 +20765,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -20874,7 +20852,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_sockstat_UDPLITE_inuse{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -20887,7 +20865,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_sockstat_UDP_inuse{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -20900,7 +20878,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_sockstat_UDP_mem{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -20917,7 +20895,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -21004,7 +20982,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_sockstat_FRAG_inuse{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -21017,7 +20995,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_sockstat_RAW_inuse{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -21034,7 +21012,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -21121,7 +21099,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_sockstat_TCP_mem_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -21134,7 +21112,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_sockstat_UDP_mem_bytes{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -21147,7 +21125,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_sockstat_FRAG_memory{instance=\"$node\",job=\"$job\"}", "interval": "", @@ -21162,7 +21140,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -21249,7 +21227,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_sockstat_sockets_used{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -21293,7 +21271,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -21392,7 +21370,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_netstat_IpExt_InOctets{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -21405,7 +21383,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_netstat_IpExt_OutOctets{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -21421,7 +21399,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -21508,7 +21486,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_netstat_Ip_Forwarding{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -21525,7 +21503,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -21623,7 +21601,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_netstat_Icmp_InMsgs{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -21636,7 +21614,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_netstat_Icmp_OutMsgs{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -21653,7 +21631,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -21751,7 +21729,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_netstat_Icmp_InErrors{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -21768,7 +21746,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -21878,7 +21856,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_netstat_Udp_InDatagrams{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -21891,7 +21869,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_netstat_Udp_OutDatagrams{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -21908,7 +21886,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -21993,7 +21971,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_netstat_Udp_InErrors{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -22006,7 +21984,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_netstat_Udp_NoPorts{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -22019,7 +21997,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_netstat_UdpLite_InErrors{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "interval": "", @@ -22029,7 +22007,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_netstat_Udp_RcvbufErrors{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -22042,7 +22020,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_netstat_Udp_SndbufErrors{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -22059,7 +22037,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -22169,7 +22147,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_netstat_Tcp_InSegs{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -22183,7 +22161,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_netstat_Tcp_OutSegs{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -22200,7 +22178,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "", "fieldConfig": { @@ -22287,7 +22265,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_netstat_TcpExt_ListenOverflows{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -22301,7 +22279,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_netstat_TcpExt_ListenDrops{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -22315,7 +22293,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_netstat_TcpExt_TCPSynRetrans{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -22328,7 +22306,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_netstat_Tcp_RetransSegs{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "interval": "", @@ -22338,7 +22316,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_netstat_Tcp_InErrs{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "interval": "", @@ -22348,7 +22326,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_netstat_Tcp_OutRsts{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "interval": "", @@ -22362,7 +22340,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -22468,7 +22446,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_netstat_Tcp_CurrEstab{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -22482,7 +22460,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_netstat_Tcp_MaxConn{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -22500,7 +22478,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "", "fieldConfig": { @@ -22599,7 +22577,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_netstat_TcpExt_SyncookiesFailed{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -22613,7 +22591,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_netstat_TcpExt_SyncookiesRecv{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -22627,7 +22605,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_netstat_TcpExt_SyncookiesSent{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -22645,7 +22623,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "fieldConfig": { "defaults": { @@ -22731,7 +22709,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_netstat_Tcp_ActiveOpens{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -22744,7 +22722,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "irate(node_netstat_Tcp_PassiveOpens{instance=\"$node\",job=\"$job\"}[$__rate_interval])", "format": "time_series", @@ -22788,7 +22766,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "", "fieldConfig": { @@ -22874,7 +22852,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_scrape_collector_duration_seconds{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -22892,7 +22870,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "description": "", "fieldConfig": { @@ -23001,7 +22979,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_scrape_collector_success{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -23015,7 +22993,7 @@ { "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "expr": "node_textfile_scrape_error{instance=\"$node\",job=\"$job\"}", "format": "time_series", @@ -23045,8 +23023,7 @@ } ], "refresh": "", - "schemaVersion": 38, - "style": "dark", + "schemaVersion": 39, "tags": [ "linux" ], @@ -23056,7 +23033,7 @@ "current": { "selected": false, "text": "Kube-prometheus", - "value": "Kube-prometheus" + "value": "P8D3620484E958841" }, "hide": 0, "includeAll": false, @@ -23071,10 +23048,14 @@ "type": "datasource" }, { - "current": {}, + "current": { + "selected": false, + "text": "observability-node-exporter", + "value": "observability-node-exporter" + }, "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "definition": "", "hide": 0, @@ -23097,10 +23078,14 @@ "useTags": false }, { - "current": {}, + "current": { + "selected": false, + "text": "10.233.108.189:9100", + "value": "10.233.108.189:9100" + }, "datasource": { "type": "prometheus", - "uid": "${DS_VICTORIA_METRICS}" + "uid": "P8D3620484E958841" }, "definition": "label_values(node_uname_info{job=\"$job\"}, instance)", "hide": 0, @@ -23177,6 +23162,6 @@ "timezone": "browser", "title": "Node resources", "uid": "rYdddlPWk", - "version": 4, + "version": 1, "weekStart": "" } \ No newline at end of file diff --git a/grafana/dashboards/Pod logs-1711225869316.json b/grafana/dashboards/Pod logs-1717014903721.json similarity index 88% rename from grafana/dashboards/Pod logs-1711225869316.json rename to grafana/dashboards/Pod logs-1717014903721.json index 674d3a4..d3fb08f 100644 --- a/grafana/dashboards/Pod logs-1711225869316.json +++ b/grafana/dashboards/Pod logs-1717014903721.json @@ -1,55 +1,4 @@ { - "__inputs": [ - { - "name": "DS_KUBE-LOKI", - "label": "Kube-loki", - "description": "", - "type": "datasource", - "pluginId": "loki", - "pluginName": "Loki" - }, - { - "name": "DS_KUBE-PROMETHEUS", - "label": "Kube-prometheus", - "description": "", - "type": "datasource", - "pluginId": "prometheus", - "pluginName": "Prometheus" - } - ], - "__elements": {}, - "__requires": [ - { - "type": "grafana", - "id": "grafana", - "name": "Grafana", - "version": "10.3.5" - }, - { - "type": "datasource", - "id": "loki", - "name": "Loki", - "version": "1.0.0" - }, - { - "type": "datasource", - "id": "prometheus", - "name": "Prometheus", - "version": "1.0.0" - }, - { - "type": "panel", - "id": "table", - "name": "Table", - "version": "" - }, - { - "type": "panel", - "id": "timeseries", - "name": "Time series", - "version": "" - } - ], "annotations": { "list": [ { @@ -69,14 +18,14 @@ "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, - "id": null, + "id": 34, "links": [], "liveNow": false, "panels": [ { "datasource": { "type": "loki", - "uid": "${DS_KUBE-LOKI}" + "uid": "P2895588539814C92" }, "fieldConfig": { "defaults": { @@ -128,8 +77,7 @@ "value": 80 } ] - }, - "unitScale": true + } }, "overrides": [] }, @@ -156,7 +104,7 @@ { "datasource": { "type": "loki", - "uid": "${DS_KUBE-LOKI}" + "uid": "P2895588539814C92" }, "editorMode": "builder", "expr": "count(rate({job=\"$job\"} | json | kubernetes_namespace_name =~ `$namespaces` | kubernetes_container_name =~ `.*$component.*` | kubernetes_labels_app_kubernetes_io_component =~ `$component` | log =~ `.*$log_contains.*` | kubernetes_pod_name =~ `.*.$pod_name_contains.*` [$__auto]))", @@ -166,13 +114,12 @@ } ], "title": "Timeline", - "transformations": [], "type": "timeseries" }, { "datasource": { "type": "loki", - "uid": "${DS_KUBE-LOKI}" + "uid": "P2895588539814C92" }, "fieldConfig": { "defaults": { @@ -196,8 +143,7 @@ "value": 80 } ] - }, - "unitScale": false + } }, "overrides": [ { @@ -300,12 +246,12 @@ } ] }, - "pluginVersion": "10.3.5", + "pluginVersion": "10.4.1", "targets": [ { "datasource": { "type": "loki", - "uid": "${DS_KUBE-LOKI}" + "uid": "P2895588539814C92" }, "editorMode": "builder", "expr": "{job=\"$job\"} | json | kubernetes_namespace_name =~ `$namespaces` | kubernetes_container_name =~ `.*$component.*` | kubernetes_labels_app_kubernetes_io_component =~ `$component` | log =~ `.*$log_contains.*` | kubernetes_pod_name =~ `.*$pod_name_contains.*`", @@ -416,10 +362,14 @@ "type": "datasource" }, { - "current": {}, + "current": { + "selected": false, + "text": "fluent-bit", + "value": "fluent-bit" + }, "datasource": { "type": "loki", - "uid": "${DS_KUBE-LOKI}" + "uid": "P2895588539814C92" }, "definition": "", "hide": 0, @@ -441,10 +391,14 @@ "type": "query" }, { - "current": {}, + "current": { + "selected": false, + "text": "All", + "value": "$__all" + }, "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "definition": "label_values(kube_namespace_labels,exported_namespace)", "hide": 0, @@ -465,10 +419,14 @@ "type": "query" }, { - "current": {}, + "current": { + "selected": false, + "text": "All", + "value": "$__all" + }, "datasource": { "type": "prometheus", - "uid": "${DS_KUBE-PROMETHEUS}" + "uid": "P8D3620484E958841" }, "definition": "label_values(kube_pod_labels{exported_namespace=~\"$namespaces\"},label_app_kubernetes_io_component)", "hide": 0, @@ -534,11 +492,10 @@ "from": "now-30m", "to": "now" }, - "timeRangeUpdatedDuringEditOrView": false, "timepicker": {}, "timezone": "", "title": "Pod logs", "uid": "e0a431f1-fd31-48ce-885b-079bba3bf58d", - "version": 30, + "version": 1, "weekStart": "" } \ No newline at end of file diff --git a/grafana/provisioning/dashboards/dashboards.yml b/grafana/provisioning/dashboards/dashboards.yml new file mode 100644 index 0000000..d625a4b --- /dev/null +++ b/grafana/provisioning/dashboards/dashboards.yml @@ -0,0 +1,13 @@ +apiVersion: 1 + +providers: + - name: "Dashboard provider" + orgId: 1 + type: file + disableDeletion: false + updateIntervalSeconds: 10 + allowUiUpdates: true + editable: true + options: + path: /etc/grafana/dashboards + foldersFromFilesStructure: true diff --git a/grafana/version.txt b/grafana/version.txt new file mode 100644 index 0000000..e69de29