Skip to content

Commit

Permalink
fix(redis): 修复分片列表Table显示异常的Bug #8455
Browse files Browse the repository at this point in the history
  • Loading branch information
cycker authored and iSecloud committed Dec 6, 2024
1 parent 3784316 commit be6a696
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 54 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9745,10 +9745,10 @@
"include": {
"names": [
"ip",
"Value 1",
"Value 2",
"Value 3",
"Value 4"
"Value #A",
"Value #B",
"Value #C",
"Value #D"
]
}
}
Expand All @@ -9759,10 +9759,10 @@
"excludeByName": {},
"indexByName": {},
"renameByName": {
"Value 1": "TotalMemory",
"Value 2": "UsedMemory",
"Value 3": "UsedPct%",
"Value 4": "ShardNum",
"Value #A": "TotalMemory",
"Value #B": "UsedMemory",
"Value #C": "UsedPct%",
"Value #D": "ShardNum",
"ip": ""
}
}
Expand Down Expand Up @@ -10152,10 +10152,10 @@
"include": {
"names": [
"instance",
"Value 1",
"Value 2",
"Value 3",
"Value 4"
"Value #A",
"Value #B",
"Value #C",
"Value #D"
]
}
}
Expand All @@ -10165,10 +10165,10 @@
"options": {
"alias": "MemUsedRate",
"binary": {
"left": "Value 1",
"left": "Value #A",
"operator": "/",
"reducer": "sum",
"right": "Value 3"
"right": "Value #C"
},
"mode": "binary",
"reduce": {
Expand All @@ -10184,10 +10184,10 @@
"indexByName": {},
"renameByName": {
"MemUsedRate": "",
"Value 1": "MemUsed",
"Value 2": "MemUsedRss",
"Value 3": "MaxMemory",
"Value 4": "MaxMemoryPolicy",
"Value #A": "MemUsed",
"Value #B": "MemUsedRss",
"Value #C": "MaxMemory",
"Value #D": "MaxMemoryPolicy",
"instance": ""
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6033,10 +6033,10 @@
"include": {
"names": [
"ip",
"Value 1",
"Value 2",
"Value 3",
"Value 4"
"Value #A",
"Value #B",
"Value #C",
"Value #D"
]
}
}
Expand All @@ -6047,10 +6047,10 @@
"excludeByName": {},
"indexByName": {},
"renameByName": {
"Value 1": "TotalMemory",
"Value 2": "UsedMemory",
"Value 3": "UsedPct%",
"Value 4": "ShardNum",
"Value #A": "TotalMemory",
"Value #B": "UsedMemory",
"Value #C": "UsedPct%",
"Value #D": "ShardNum",
"ip": ""
}
}
Expand Down Expand Up @@ -6440,10 +6440,10 @@
"include": {
"names": [
"instance",
"Value 1",
"Value 2",
"Value 3",
"Value 4"
"Value #A",
"Value #B",
"Value #C",
"Value #D"
]
}
}
Expand All @@ -6453,10 +6453,10 @@
"options": {
"alias": "MemUsedRate",
"binary": {
"left": "Value 1",
"left": "Value #A",
"operator": "/",
"reducer": "sum",
"right": "Value 3"
"right": "Value #C"
},
"mode": "binary",
"reduce": {
Expand All @@ -6472,10 +6472,10 @@
"indexByName": {},
"renameByName": {
"MemUsedRate": "",
"Value 1": "MemUsed",
"Value 2": "MemUsedRss",
"Value 3": "MaxMemory",
"Value 4": "MaxMemoryPolicy",
"Value #A": "MemUsed",
"Value #B": "MemUsedRss",
"Value #C": "MaxMemory",
"Value #D": "MaxMemoryPolicy",
"instance": ""
}
}
Expand Down
36 changes: 18 additions & 18 deletions dbm-ui/backend/bk_dataview/dashboards/json/tendiscache.json
Original file line number Diff line number Diff line change
Expand Up @@ -9905,10 +9905,10 @@
"include": {
"names": [
"ip",
"Value 1",
"Value 2",
"Value 3",
"Value 4"
"Value #A",
"Value #B",
"Value #C",
"Value #D"
]
}
}
Expand All @@ -9919,10 +9919,10 @@
"excludeByName": {},
"indexByName": {},
"renameByName": {
"Value 1": "TotalMemory",
"Value 2": "UsedMemory",
"Value 3": "UsedPct%",
"Value 4": "ShardNum",
"Value #A": "TotalMemory",
"Value #B": "UsedMemory",
"Value #C": "UsedPct%",
"Value #D": "ShardNum",
"ip": ""
}
}
Expand Down Expand Up @@ -10312,10 +10312,10 @@
"include": {
"names": [
"instance",
"Value 1",
"Value 2",
"Value 3",
"Value 4"
"Value #A",
"Value #B",
"Value #C",
"Value #D"
]
}
}
Expand All @@ -10325,10 +10325,10 @@
"options": {
"alias": "MemUsedRate",
"binary": {
"left": "Value 1",
"left": "Value #A",
"operator": "/",
"reducer": "sum",
"right": "Value 3"
"right": "Value #C"
},
"mode": "binary",
"reduce": {
Expand All @@ -10344,10 +10344,10 @@
"indexByName": {},
"renameByName": {
"MemUsedRate": "",
"Value 1": "MemUsed",
"Value 2": "MemUsedRss",
"Value 3": "MaxMemory",
"Value 4": "MaxMemoryPolicy",
"Value #A": "MemUsed",
"Value #B": "MemUsedRss",
"Value #C": "MaxMemory",
"Value #D": "MaxMemoryPolicy",
"instance": ""
}
}
Expand Down

0 comments on commit be6a696

Please sign in to comment.