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

@@ -1226,7 +1226,7 @@
},
{
"params": [
" / 5"
" / {{ CPUS }}"
],
"type": "math"
}
@@ -1365,7 +1365,7 @@
},
{
"params": [
" / 8"
" / {{ CPUS }}"
],
"type": "math"
}
@@ -1504,7 +1504,7 @@
},
{
"params": [
" / 8"
" / {{ CPUS }}"
],
"type": "math"
}
@@ -1643,7 +1643,7 @@
},
{
"params": [
" / 8"
" / {{ CPUS }}"
],
"type": "math"
}

View File

@@ -290,7 +290,7 @@
},
{
"params": [
" / 16"
" / {{ CPUS }}"
],
"type": "math"
}
@@ -430,7 +430,7 @@
},
{
"params": [
" / 16"
" / {{ CPUS }}"
],
"type": "math"
}
@@ -1046,7 +1046,7 @@
},
{
"params": [
" / 16"
" / {{ CPUS }}"
],
"type": "math"
}
@@ -1186,7 +1186,7 @@
},
{
"params": [
" / 16"
" / {{ CPUS }}"
],
"type": "math"
}
@@ -1326,7 +1326,7 @@
},
{
"params": [
" / 16"
" / {{ CPUS }}"
],
"type": "math"
}

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"
}

View File

@@ -298,7 +298,7 @@
},
{
"params": [
" / 16"
" / {{ CPUS }}"
],
"type": "math"
}
@@ -438,7 +438,7 @@
},
{
"params": [
" / 16"
" / {{ CPUS }}"
],
"type": "math"
}

View File

@@ -1326,7 +1326,7 @@
},
{
"params": [
" / 8"
" / {{ CPUS }}"
],
"type": "math"
}
@@ -1465,7 +1465,7 @@
},
{
"params": [
" / 8"
" / {{ CPUS }}"
],
"type": "math"
}
@@ -1604,7 +1604,7 @@
},
{
"params": [
" / 8"
" / {{ CPUS }}"
],
"type": "math"
}