1 Kommentar (1 Kommentar)0 Reaktionen (0 Reaktionen)0 zugewiesene Personen (0 zugewiesene Personen)TypeScript22.003 Stars (22.003 Stars)1.433 Forks (1.433 Forks)batch import
area/metricsarea/uibuggood first issuep2
Beschreibung
Dieses Issue enthält keine Beschreibung.
- Issue Type
- bug
- Voraussetzungen
- Keine
- Research-Richtung
- 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.