Hi,
I’m looking the X-Axis “Series” mode to build the CPU usage dashboard which shows me the usage for each core. There are couple of issues I have
-
Is it possible to order the time series displayed in any way ? For example by name would work great. Currently the order is undefined as Prometheus does not give any guaranty about order of time series returned.
-
As you can see I can show total CPU utilization… what I would love to have though is several time series which are grouped by series name… and stacked so I could show the bar which consists of User System IOwait etc ?
I recognize it kind of requires 2 dimensional setup which this panel type might not support but I’m interested hearing ideas.