From aaf105cdfe2fb4fc99e628cfb8ab7be5913e3376 Mon Sep 17 00:00:00 2001 From: Magnus Root Date: Thu, 19 Mar 2026 18:04:19 +0300 Subject: [PATCH] Fix graphs --- dashboard_vl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard_vl.go b/dashboard_vl.go index 16d0baf..c63e131 100644 --- a/dashboard_vl.go +++ b/dashboard_vl.go @@ -239,7 +239,7 @@ func buildPanelVL( "id": "renameByRegex", "options": map[string]interface{}{ "regex": "^(.+) rps$", - "renamePattern": "", + "renamePattern": "$1", }, }, }