From c8e9f7bc61b3a0a677c6e4733b03f7b811695c5d Mon Sep 17 00:00:00 2001 From: mattiasimonato Date: Fri, 31 Jul 2026 16:08:34 +0200 Subject: [PATCH 1/2] fix: remove unused operation template from InnoDB Row Reads legend --- dashboards/dashboards/MySQL/MySQL_InnoDB_Details.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboards/dashboards/MySQL/MySQL_InnoDB_Details.json b/dashboards/dashboards/MySQL/MySQL_InnoDB_Details.json index ac7f5fa784f..1c95e5c67ed 100644 --- a/dashboards/dashboards/MySQL/MySQL_InnoDB_Details.json +++ b/dashboards/dashboards/MySQL/MySQL_InnoDB_Details.json @@ -1496,7 +1496,7 @@ "format": "time_series", "interval": "$interval", "intervalFactor": 1, - "legendFormat": "Rows {{ operation }}", + "legendFormat": "Rows", "metric": "", "refId": "A", "step": 300 From e7518dee56a0e7576b888aba8c74dd3e5e091047 Mon Sep 17 00:00:00 2001 From: mattiasimonato Date: Thu, 6 Aug 2026 19:44:58 +0200 Subject: [PATCH 2/2] chore: trigger CI rerun