fix docker_container_cpu calculations for grafana

This commit is contained in:
m0duspwnens
2020-05-13 12:06:02 -04:00
parent 581000b920
commit d94a76a2c7
5 changed files with 19 additions and 19 deletions

View File

@@ -299,7 +299,7 @@
},
{
"params": [
"{{ CPUS }}"
" / {{ CPUS }}"
],
"type": "math"
}
@@ -436,7 +436,7 @@
},
{
"params": [
"{{ CPUS }}"
" / {{ CPUS }}"
],
"type": "math"
}
@@ -1048,7 +1048,7 @@
},
{
"params": [
"{{ CPUS }}"
" / {{ CPUS }}"
],
"type": "math"
}
@@ -1190,7 +1190,7 @@
},
{
"params": [
"{{ CPUS }}"
" / {{ CPUS }}"
],
"type": "math"
}
@@ -1327,7 +1327,7 @@
},
{
"params": [
"/16"
" / {{ CPUS }}"
],
"type": "math"
}