Grafana - Fix CPU calculation

This commit is contained in:
Mike Reeves
2018-11-30 14:33:59 -05:00
parent 0b5cb77086
commit e84dd52586
6 changed files with 528 additions and 7616 deletions
File diff suppressed because it is too large Load Diff
@@ -367,7 +367,7 @@
},
{
"params": [
" / 4"
" / {{ CPUS }}"
],
"type": "math"
}
@@ -498,7 +498,7 @@
},
{
"params": [
" / 4"
" / {{ CPUS }}"
],
"type": "math"
}