Skip to content

Commit 26760eb

Browse files
committed
fix: preserve comment
1 parent 5e745fa commit 26760eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export function MetricsCards({
5555
}),
5656
};
5757

58-
// Calculate CPU metrics using utility
58+
// Use only pools that directly indicate resources available to perform user queries
5959
const cpuPools = (poolsCpuStats || []).filter(
6060
(pool) => !(pool.name === 'Batch' || pool.name === 'IO'),
6161
);

0 commit comments

Comments
 (0)