1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript22,003 stars (22,003 stars)1,433 forks (1,433 forks)batch import
area/metricsarea/uibuggood first issuep2
Description
This issue does not include a description.
- Issue type
- bug
- Prerequisites
- None
- Research direction
- The issue is to fix the display of Kubernetes metrics (CPU, memory, disk) when they are NaN% so that instead of showing '100%', a more appropriate placeholder or formatting is displayed. Look at the metrics rendering components in the Lens codebase, likely under packages/core/src/renderer/components/metrics or similar. Identify where the percentage value is formatted and add a check for NaN to show a fallback like 'N/A' or a dash. Consider using an existing utility function for metric formatting.