Skip to content

Commit

Permalink
use tidb_cluster get label values
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengjiajin committed Jan 27, 2021
1 parent 3518679 commit 045daf3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion metrics/grafana/overview.json
Original file line number Diff line number Diff line change
Expand Up @@ -5176,7 +5176,7 @@
"options": [

],
"query": "label_values(pd_cluster_status, cluster)",
"query": "label_values(pd_cluster_status, tidb_cluster)",
"refresh": 2,
"regex": "",
"sort": 1,
Expand Down
2 changes: 1 addition & 1 deletion metrics/grafana/tidb.json
Original file line number Diff line number Diff line change
Expand Up @@ -11687,7 +11687,7 @@
"options": [

],
"query": "label_values(pd_cluster_status, cluster)",
"query": "label_values(pd_cluster_status, tidb_cluster)",
"refresh": 2,
"regex": "",
"sort": 1,
Expand Down
2 changes: 1 addition & 1 deletion metrics/grafana/tidb_runtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -1356,7 +1356,7 @@
"options": [

],
"query": "label_values(pd_cluster_status, cluster)",
"query": "label_values(pd_cluster_status, tidb_cluster)",
"refresh": 2,
"regex": "",
"sort": 1,
Expand Down
2 changes: 1 addition & 1 deletion metrics/grafana/tidb_summary.json
Original file line number Diff line number Diff line change
Expand Up @@ -3064,7 +3064,7 @@
"options": [

],
"query": "label_values(pd_cluster_status, cluster)",
"query": "label_values(pd_cluster_status, tidb_cluster)",
"refresh": 2,
"regex": "",
"sort": 1,
Expand Down

0 comments on commit 045daf3

Please sign in to comment.