From 5138267ff4e8937335c508adf043cb20e4f7241d Mon Sep 17 00:00:00 2001 From: QuantumEnigmaa Date: Tue, 10 Sep 2024 15:03:49 +0200 Subject: [PATCH 01/11] add mimir continous test dashboard --- CHANGELOG.md | 4 + .../private/mimir-continuous-tests.json | 702 ++++++++++++++++++ 2 files changed, 706 insertions(+) create mode 100644 helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b36ca28..27d1bd5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Add `Mimir / Continous test` dashboard. + ### Fixed - Fix Alloy mixins tags. diff --git a/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json b/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json new file mode 100644 index 00000000..7d4ac941 --- /dev/null +++ b/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json @@ -0,0 +1,702 @@ +{ + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": { + "type": "grafana", + "uid": "-- Grafana --" + }, + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "type": "dashboard" + } + ] + }, + "editable": true, + "fiscalYearStartMonth": 0, + "graphTooltip": 0, + "id": 143, + "links": [], + "panels": [ + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 0 + }, + "id": 2, + "panels": [], + "title": "Read path", + "type": "row" + }, + { + "datasource": { + "type": "prometheus", + "uid": "mimir" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "semi-dark-blue", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "{cluster_id=\"grizzly\", test=\"write-read-series\"}" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "blue", + "mode": "fixed" + } + } + ] + } + ] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 1 + }, + "id": 4, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "mimir" + }, + "editorMode": "code", + "expr": "sum(rate(mimir_continuous_test_queries_total[$__rate_interval])) by (cluster_id, test)", + "instant": false, + "legendFormat": "__auto", + "range": true, + "refId": "A" + } + ], + "title": "Total queries tests", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "mimir" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "semi-dark-blue", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 1 + }, + "id": 7, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "mimir" + }, + "editorMode": "code", + "expr": "sum(rate(mimir_continuous_test_queries_failed_total[$__rate_interval])) by(cluster_id, test)", + "instant": false, + "legendFormat": "__auto", + "range": true, + "refId": "A" + } + ], + "title": "Total failed queries tests", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "mimir" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "yellow", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "{cluster_id=\"grizzly\", test=\"write-read-series\"}" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "yellow", + "mode": "fixed" + } + } + ] + } + ] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 9 + }, + "id": 5, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "mimir" + }, + "editorMode": "code", + "expr": "sum(rate(mimir_continuous_test_query_result_checks_total[$__rate_interval])) by (cluster_id, test)", + "instant": false, + "legendFormat": "__auto", + "range": true, + "refId": "A" + } + ], + "title": "Total query result tests", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "mimir" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "yellow", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "{cluster_id=\"grizzly\", test=\"write-read-series\"}" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "yellow", + "mode": "fixed" + } + } + ] + } + ] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 9 + }, + "id": 6, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "mimir" + }, + "editorMode": "code", + "expr": "sum(rate(mimir_continuous_test_query_result_checks_failed_total[$__rate_interval])) by (cluster_id, test)", + "instant": false, + "legendFormat": "__auto", + "range": true, + "refId": "A" + } + ], + "title": "Total query result failed tests", + "type": "timeseries" + }, + { + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 17 + }, + "id": 1, + "title": "Write path", + "type": "row" + }, + { + "datasource": { + "type": "prometheus", + "uid": "mimir" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 18 + }, + "id": 3, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "mimir" + }, + "editorMode": "code", + "expr": "sum(rate(mimir_continuous_test_writes_total[$__rate_interval])) by (cluster_id, test)", + "instant": false, + "legendFormat": "__auto", + "range": true, + "refId": "A" + } + ], + "title": "Total write tests", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "mimir" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 18 + }, + "id": 8, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "mimir" + }, + "editorMode": "code", + "expr": "sum(rate(mimir_continuous_test_writes_failed_total[$__rate_interval])) by (cluster_id, test)", + "instant": false, + "legendFormat": "__auto", + "range": true, + "refId": "A" + } + ], + "title": "Total failed writes tests", + "type": "timeseries" + } + ], + "refresh": "", + "schemaVersion": 39, + "tags": [], + "templating": { + "list": [ + { + "current": { + "selected": false, + "text": "Mimir", + "value": "mimir" + }, + "hide": 0, + "includeAll": false, + "label": "Data source", + "multi": false, + "name": "datasource", + "options": [], + "query": "prometheus", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "type": "datasource" + } + ] + }, + "time": { + "from": "now-1h", + "to": "now" + }, + "timepicker": {}, + "timezone": "browser", + "title": "Mimir / Continous test", + "uid": "bdxh7hszfgmbkc", + "version": 7, + "weekStart": "" +} From 3c3371cb3528dc6f175e5411cd77cda9dbb776ce Mon Sep 17 00:00:00 2001 From: Quentin Bisson Date: Wed, 6 Nov 2024 15:46:21 +0100 Subject: [PATCH 02/11] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08696995..605623c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Add `Mimir / Continous test` dashboard. +- Add `Mimir / Continuous test` dashboard. ### Fixed From 55b54f79f5cca7e10a158328be23a5af42c60498 Mon Sep 17 00:00:00 2001 From: Quentin Bisson Date: Wed, 6 Nov 2024 15:46:27 +0100 Subject: [PATCH 03/11] Update helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json --- .../dashboards/shared/private/mimir-continuous-tests.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json b/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json index 7d4ac941..fdcce0c3 100644 --- a/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json +++ b/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json @@ -695,7 +695,7 @@ }, "timepicker": {}, "timezone": "browser", - "title": "Mimir / Continous test", + "title": "Mimir / Continuous test", "uid": "bdxh7hszfgmbkc", "version": 7, "weekStart": "" From 1022f50ae0ad93a5ba974c7816ce31186433ed7e Mon Sep 17 00:00:00 2001 From: QuentinBisson Date: Wed, 6 Nov 2024 15:55:09 +0100 Subject: [PATCH 04/11] add missing tags --- .../private/mimir-continuous-tests.json | 27 ++++++++++++++++--- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json b/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json index fdcce0c3..f4cf795b 100644 --- a/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json +++ b/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json @@ -19,7 +19,22 @@ "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": 143, - "links": [], + "links": [ + { + "asDropdown": true, + "icon": "external link", + "includeVars": true, + "keepTime": true, + "tags": [ + "owner:team-atlas", + "topic:observability", + "component:mimir" + ], + "targetBlank": false, + "title": "Mimir dashboards", + "type": "dashboards" + } + ], "panels": [ { "collapsed": false, @@ -666,14 +681,18 @@ ], "refresh": "", "schemaVersion": 39, - "tags": [], + "tags": [ + "owner:team-atlas", + "topic:observability", + "component:mimir" + ], "templating": { "list": [ { "current": { "selected": false, - "text": "Mimir", - "value": "mimir" + "text": "default", + "value": "default" }, "hide": 0, "includeAll": false, From 9878b62c0b03ed65a108b35e5abe8141efdce37d Mon Sep 17 00:00:00 2001 From: Quentin Bisson Date: Tue, 12 Nov 2024 15:22:03 +0100 Subject: [PATCH 05/11] Update helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Hervé Nicol --- .../dashboards/shared/private/mimir-continuous-tests.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json b/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json index f4cf795b..9e480fe8 100644 --- a/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json +++ b/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json @@ -715,7 +715,7 @@ "timepicker": {}, "timezone": "browser", "title": "Mimir / Continuous test", - "uid": "bdxh7hszfgmbkc", + "uid": "mimir-continuous-test", "version": 7, "weekStart": "" } From fcdd3581a675333010c78a1efd235b8ee3a62372 Mon Sep 17 00:00:00 2001 From: Quentin Bisson Date: Tue, 12 Nov 2024 15:22:09 +0100 Subject: [PATCH 06/11] Update helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Hervé Nicol --- .../dashboards/shared/private/mimir-continuous-tests.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json b/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json index 9e480fe8..4cdea2bf 100644 --- a/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json +++ b/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json @@ -580,7 +580,7 @@ "refId": "A" } ], - "title": "Total write tests", + "title": "Write tests", "type": "timeseries" }, { From 1a19bf2e7ac7747dd44aacf8ba9fd950f47482bf Mon Sep 17 00:00:00 2001 From: Quentin Bisson Date: Tue, 12 Nov 2024 15:22:18 +0100 Subject: [PATCH 07/11] Update helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Hervé Nicol --- .../dashboards/shared/private/mimir-continuous-tests.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json b/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json index 4cdea2bf..0b6862d5 100644 --- a/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json +++ b/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json @@ -675,7 +675,7 @@ "refId": "A" } ], - "title": "Total failed writes tests", + "title": "Failed write tests", "type": "timeseries" } ], From a5e21f2db1314024ed05d3d56b7f5cf8064704c3 Mon Sep 17 00:00:00 2001 From: Quentin Bisson Date: Tue, 12 Nov 2024 15:22:25 +0100 Subject: [PATCH 08/11] Update helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Hervé Nicol --- .../dashboards/shared/private/mimir-continuous-tests.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json b/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json index 0b6862d5..38c30809 100644 --- a/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json +++ b/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json @@ -474,7 +474,7 @@ "refId": "A" } ], - "title": "Total query result failed tests", + "title": "Failed query result checks", "type": "timeseries" }, { From b462c1307036a1ef7f5d09b1227b5fa3ea48bedb Mon Sep 17 00:00:00 2001 From: Quentin Bisson Date: Tue, 12 Nov 2024 15:22:31 +0100 Subject: [PATCH 09/11] Update helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Hervé Nicol --- .../dashboards/shared/private/mimir-continuous-tests.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json b/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json index 38c30809..d72d4cd4 100644 --- a/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json +++ b/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json @@ -363,7 +363,7 @@ "refId": "A" } ], - "title": "Total query result tests", + "title": "Query result checks", "type": "timeseries" }, { From 5739f9268f4495c31784fee1489ba09865ddec1a Mon Sep 17 00:00:00 2001 From: Quentin Bisson Date: Tue, 12 Nov 2024 15:22:36 +0100 Subject: [PATCH 10/11] Update helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Hervé Nicol --- .../dashboards/shared/private/mimir-continuous-tests.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json b/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json index d72d4cd4..6f73346a 100644 --- a/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json +++ b/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json @@ -252,7 +252,7 @@ "refId": "A" } ], - "title": "Total failed queries tests", + "title": "Failed queries", "type": "timeseries" }, { From 3dd274c4b3dff67b55da14da7fe0413429d5d04f Mon Sep 17 00:00:00 2001 From: Quentin Bisson Date: Tue, 12 Nov 2024 15:22:42 +0100 Subject: [PATCH 11/11] Update helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Hervé Nicol --- .../dashboards/shared/private/mimir-continuous-tests.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json b/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json index 6f73346a..b5398fbb 100644 --- a/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json +++ b/helm/dashboards/charts/private_dashboards_mz/dashboards/shared/private/mimir-continuous-tests.json @@ -157,7 +157,7 @@ "refId": "A" } ], - "title": "Total queries tests", + "title": "Queries", "type": "timeseries" }, {