mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix buggy node metrics/chart
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
a61e20965d
commit
a5a69b7702
@ -26,9 +26,11 @@ export const NodeCharts = observer(() => {
|
|||||||
const [
|
const [
|
||||||
memoryUsage,
|
memoryUsage,
|
||||||
memoryRequests,
|
memoryRequests,
|
||||||
|
_memoryLimits, // DO NOT REMOVE!!!
|
||||||
memoryCapacity,
|
memoryCapacity,
|
||||||
cpuUsage,
|
cpuUsage,
|
||||||
cpuRequests,
|
cpuRequests,
|
||||||
|
_cpuLimits, // DO NOT REMOVE!!!
|
||||||
cpuCapacity,
|
cpuCapacity,
|
||||||
podUsage,
|
podUsage,
|
||||||
podCapacity,
|
podCapacity,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user