bundles/grafana: add guest cpu time to cpu graph
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
b17ce5f905
commit
6c9809b165
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ def dashboard_row_cpu(panel_id, node):
|
||||||
'iowait',
|
'iowait',
|
||||||
'nice',
|
'nice',
|
||||||
'softirq',
|
'softirq',
|
||||||
|
'guest',
|
||||||
|
'guest_nice',
|
||||||
]:
|
]:
|
||||||
queries_cpu.append({
|
queries_cpu.append({
|
||||||
'groupBy': [
|
'groupBy': [
|
||||||
|
|
Loading…
Reference in a new issue