Hi all. I am creating a dashboard to check on my k...
# support
k
Hi all. I am creating a dashboard to check on my k8s pod metrics. I want to show the pod CPU utilisation grouped by pod name.
p
@Kapil Khanwani Have you checked this - https://signoz.io/docs/userguide/manage-panels/
k
let me check
legend format could be
{{label_name}}
k
{{label_name}} doesn't work @Pranay
p
@Kapil Khanwani You would have to include labels from the graph above. For example, you can use
{{k8s_namespace_name}}: {{k8s_pod_name}}
, which should plot you the graph below:
k
@Prashant Shahi Is this fine if we have to retrieve the pod cpu utilisation? Because I am not getting any data.
p
Pod CPU Utilisation is value is in percentage. If the value is close to 0, it means the CPU utilisation is almost nil. If it is over 1, it means that total CPU utilisation is more than one CPU.
^ @Kapil Khanwani
p
@Kapil Khanwani What is the unit suggested in right panel for Y-axis? Can you try selecting %age there
message has been deleted