Fix graphs
This commit is contained in:
parent
4e1777b6b9
commit
aaf105cdfe
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue