grafana rows cpu more everything
This commit is contained in:
parent
ab55ad1020
commit
59537a536f
1 changed files with 6 additions and 1 deletions
|
@ -7,10 +7,15 @@
|
||||||
'_measurement': 'cpu',
|
'_measurement': 'cpu',
|
||||||
'cpu': 'cpu-total',
|
'cpu': 'cpu-total',
|
||||||
'_field': [
|
'_field': [
|
||||||
|
'usage_guest',
|
||||||
|
'usage_guest_nice',
|
||||||
'usage_iowait',
|
'usage_iowait',
|
||||||
|
'usage_irq',
|
||||||
|
'usage_nice',
|
||||||
|
'usage_softirq',
|
||||||
|
'usage_steal',
|
||||||
'usage_system',
|
'usage_system',
|
||||||
'usage_user',
|
'usage_user',
|
||||||
'usage_nice',
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'function': 'mean',
|
'function': 'mean',
|
||||||
|
|
Loading…
Reference in a new issue