Skip to content

Commit

Permalink
Make legend names more clear and consistent
Browse files Browse the repository at this point in the history
Signed-off-by: Jordà Polo <[email protected]>
  • Loading branch information
jordap authored and koomie committed Jan 9, 2025
1 parent 11c5490 commit 364b306
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions grafana/json-models/rms-global.json
Original file line number Diff line number Diff line change
Expand Up @@ -3713,7 +3713,7 @@
"id": "renameByRegex",
"options": {
"regex": "(.*):(.*), (.*)",
"renamePattern": "GPU: $1/$3"
"renamePattern": "Node/ID: $1/$3"
}
}
],
Expand Down Expand Up @@ -4061,7 +4061,7 @@
"id": "renameByRegex",
"options": {
"regex": "(.*):(.*), (.*)",
"renamePattern": "GPU: $1/$3"
"renamePattern": "Node/ID: $1/$3"
}
}
],
Expand Down Expand Up @@ -4183,7 +4183,7 @@
"id": "renameByRegex",
"options": {
"regex": "(.*):(.*), (.*)",
"renamePattern": "GPU: $1/$3"
"renamePattern": "Node/ID: $1/$3"
}
}
],
Expand Down Expand Up @@ -4291,7 +4291,7 @@
"id": "renameByRegex",
"options": {
"regex": "(.*):(.*), (.*)",
"renamePattern": "GPU: $1/$3"
"renamePattern": "Node/ID: $1/$3"
}
}
],
Expand Down Expand Up @@ -4629,7 +4629,7 @@
"id": "renameByRegex",
"options": {
"regex": "(.*):(.*), (.*)",
"renamePattern": "GPU: $1/$3"
"renamePattern": "Node/ID: $1/$3"
}
}
],
Expand Down Expand Up @@ -4737,7 +4737,7 @@
"id": "renameByRegex",
"options": {
"regex": "(.*):(.*), (.*)",
"renamePattern": "GPU: $1/$3"
"renamePattern": "Node/ID: $1/$3"
}
}
],
Expand Down
12 changes: 6 additions & 6 deletions grafana/json-models/standalone-global.json
Original file line number Diff line number Diff line change
Expand Up @@ -1672,7 +1672,7 @@
"id": "renameByRegex",
"options": {
"regex": "(.*):(.*), (.*)",
"renamePattern": "GPU: $1/$3"
"renamePattern": "Node/ID: $1/$3"
}
}
],
Expand Down Expand Up @@ -1788,7 +1788,7 @@
"id": "renameByRegex",
"options": {
"regex": "(.*):(.*), (.*)",
"renamePattern": "GPU: $1/$3"
"renamePattern": "Node/ID: $1/$3"
}
}
],
Expand Down Expand Up @@ -1910,7 +1910,7 @@
"id": "renameByRegex",
"options": {
"regex": "(.*):(.*), (.*)",
"renamePattern": "GPU: $1/$3"
"renamePattern": "Node/ID: $1/$3"
}
}
],
Expand Down Expand Up @@ -2018,7 +2018,7 @@
"id": "renameByRegex",
"options": {
"regex": "(.*):(.*), (.*)",
"renamePattern": "GPU: $1/$3"
"renamePattern": "Node/ID: $1/$3"
}
}
],
Expand Down Expand Up @@ -2140,7 +2140,7 @@
"id": "renameByRegex",
"options": {
"regex": "(.*):(.*), (.*)",
"renamePattern": "GPU: $1/$3"
"renamePattern": "Node/ID: $1/$3"
}
}
],
Expand Down Expand Up @@ -2248,7 +2248,7 @@
"id": "renameByRegex",
"options": {
"regex": "(.*):(.*), (.*)",
"renamePattern": "GPU: $1/$3"
"renamePattern": "Node/ID: $1/$3"
}
}
],
Expand Down
12 changes: 6 additions & 6 deletions grafana/source/global.json
Original file line number Diff line number Diff line change
Expand Up @@ -3713,7 +3713,7 @@
"id": "renameByRegex",
"options": {
"regex": "(.*):(.*), (.*)",
"renamePattern": "GPU: $1/$3"
"renamePattern": "Node/ID: $1/$3"
}
}
],
Expand Down Expand Up @@ -4061,7 +4061,7 @@
"id": "renameByRegex",
"options": {
"regex": "(.*):(.*), (.*)",
"renamePattern": "GPU: $1/$3"
"renamePattern": "Node/ID: $1/$3"
}
}
],
Expand Down Expand Up @@ -4183,7 +4183,7 @@
"id": "renameByRegex",
"options": {
"regex": "(.*):(.*), (.*)",
"renamePattern": "GPU: $1/$3"
"renamePattern": "Node/ID: $1/$3"
}
}
],
Expand Down Expand Up @@ -4291,7 +4291,7 @@
"id": "renameByRegex",
"options": {
"regex": "(.*):(.*), (.*)",
"renamePattern": "GPU: $1/$3"
"renamePattern": "Node/ID: $1/$3"
}
}
],
Expand Down Expand Up @@ -4629,7 +4629,7 @@
"id": "renameByRegex",
"options": {
"regex": "(.*):(.*), (.*)",
"renamePattern": "GPU: $1/$3"
"renamePattern": "Node/ID: $1/$3"
}
}
],
Expand Down Expand Up @@ -4737,7 +4737,7 @@
"id": "renameByRegex",
"options": {
"regex": "(.*):(.*), (.*)",
"renamePattern": "GPU: $1/$3"
"renamePattern": "Node/ID: $1/$3"
}
}
],
Expand Down

0 comments on commit 364b306

Please sign in to comment.