dashboard
dashboard copied to clipboard
Add sparklines for node list
Dashboard does not display metrics for nodes. This should be fairly easy to add, basing things off of the code used for Pods.
@jeefy Which metrics precisely would you like to be displayed?
CPU / Memory are the two that are collected. :)
@jeefy Pie charts for CPUs and memory of kind-0.2.1 cluster are shown in my dashboard like below. Are these pie charts what you want?
I was thinking we could show the same sparklines that we display for Pod metrics. Thoughts?
Now, I understand what you wants. I found NodeList object has "CumulativeMetrics", but it seems to be cpu/memory history for all of nodes, rather than for each node. If we can get cpu/memory history for each node independently, we would able to add columns for sparklines into "Nodes" table, I think. Do you know the other way to get cpu/memory history for each nodes?
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle stale
/lifecycle frozen
@jeefy Has it been finalized as to what exactly is required in this issue? I would like to work on it Would appreciate if anyone could guide a little.