We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e745fa commit 26760ebCopy full SHA for 26760eb
src/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.tsx
@@ -55,7 +55,7 @@ export function MetricsCards({
55
}),
56
};
57
58
- // Calculate CPU metrics using utility
+ // Use only pools that directly indicate resources available to perform user queries
59
const cpuPools = (poolsCpuStats || []).filter(
60
(pool) => !(pool.name === 'Batch' || pool.name === 'IO'),
61
);
0 commit comments