Fix graphs

This commit is contained in:
Magnus Root 2026-03-19 18:04:19 +03:00
parent 4e1777b6b9
commit aaf105cdfe

View file

@ -239,7 +239,7 @@ func buildPanelVL(
"id": "renameByRegex", "id": "renameByRegex",
"options": map[string]interface{}{ "options": map[string]interface{}{
"regex": "^(.+) rps$", "regex": "^(.+) rps$",
"renamePattern": "", "renamePattern": "$1",
}, },
}, },
} }