Skip to content

Commit e7561d7

Browse files
fix(TenantOverview): show shard advice (#2854)
1 parent f0d6b7c commit e7561d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/store/reducers/tenantOverview/topShards/tenantOverviewTopShards.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ function createShardQuery(path: string, database: string) {
77
return `${QUERY_TECHNICAL_MARK}
88
SELECT
99
${pathSelect},
10+
Path,
1011
TabletId,
1112
CPUCores,
1213
FROM \`.sys/partition_stats\`

0 commit comments

Comments
 (0)