To see total CPU utilization in one graph, we have to add two cpu_usage_user & cpu_usage_system
cpu_usage_user{host=~“(hostname-.)“}+cpu_usage_system{host=~”(hostname-.)”}
or
cpu_usage_user{host=“hostname”}+cpu_usage_system{host=“hostname”}
To see total CPU utilization in one graph, we have to add two cpu_usage_user & cpu_usage_system
cpu_usage_user{host=~“(hostname-.)“}+cpu_usage_system{host=~”(hostname-.)”}
or
cpu_usage_user{host=“hostname”}+cpu_usage_system{host=“hostname”}