Skip to content

Commit

Permalink
fix(backend): redis key 仪表盘集群错乱问题 #4724
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzhw8 committed Jun 3, 2024
1 parent 3614540 commit e42dbdf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dbm-ui/backend/bk_dataview/dashboards/json/redis-key.json
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@
"list": [],
"type": "value",
"value": [
"$domain"
"$cluster_domain"
]
}
]
Expand Down Expand Up @@ -1082,7 +1082,7 @@
"list": [],
"type": "value",
"value": [
"$domain"
"$cluster_domain"
]
}
],
Expand Down Expand Up @@ -1701,7 +1701,7 @@
"list": [],
"type": "value",
"value": [
"$domain"
"$cluster_domain"
]
}
],
Expand Down Expand Up @@ -2045,7 +2045,7 @@
"list": [],
"type": "value",
"value": [
"$domain"
"$cluster_domain"
]
}
]
Expand Down Expand Up @@ -2783,7 +2783,7 @@
"list": [],
"type": "value",
"value": [
"$domain"
"$cluster_domain"
]
}
]
Expand Down Expand Up @@ -2945,7 +2945,7 @@
"hide": 2,
"includeAll": false,
"multi": false,
"name": "domain",
"name": "cluster_domain",
"options": [],
"query": {
"metricConfig": {
Expand Down

0 comments on commit e42dbdf

Please sign in to comment.