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
@@ -366,7 +366,7 @@
},
{
"params": [
" / 4"
" / {{ CPUS }}"
],
"type": "math"
}
@@ -497,7 +497,7 @@
},
{
"params": [
" / 4"
" / {{ CPUS }}"
],
"type": "math"
}
@@ -1118,7 +1118,7 @@
},
{
"params": [
" / 4"
" / {{ CPUS }}"
],
"type": "math"
}
@@ -1249,7 +1249,7 @@
},
{
"params": [
" / 4"
" / {{ CPUS }}"
],
"type": "math"
}
@@ -1380,7 +1380,7 @@
},
{
"params": [
" / 4"
" / {{ CPUS }}"
],
"type": "math"
}