diff --git a/src/store/reducers/tenantOverview/topShards/tenantOverviewTopShards.ts b/src/store/reducers/tenantOverview/topShards/tenantOverviewTopShards.ts index 88e102c369..161b494461 100644 --- a/src/store/reducers/tenantOverview/topShards/tenantOverviewTopShards.ts +++ b/src/store/reducers/tenantOverview/topShards/tenantOverviewTopShards.ts @@ -7,6 +7,7 @@ function createShardQuery(path: string, database: string) { return `${QUERY_TECHNICAL_MARK} SELECT ${pathSelect}, + Path, TabletId, CPUCores, FROM \`.sys/partition_stats\`