1 留言 (1 留言)0 反應 (0 反應)0 負責人 (0 負責人)TypeScript22,003 star (22,003 star)1,433 fork (1,433 fork)batch import
area/metricsarea/uibuggood first issuep2
- 議題類型
- bug
- 前置要求
- 無
- 研究方向
- 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.