1 commentaire (1 commentaire)0 réactions (0 réactions)0 assignés (0 assignés)TypeScript22 003 stars (22 003 stars)1 433 forks (1 433 forks)batch import
area/metricsarea/uibuggood first issuep2
Description
Cette issue ne contient pas de description.
- Type d'issue
- bug
- Prérequis
- Aucun
- Direction de recherche
- 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.