Skip to content

Commit

Permalink
add missing unit (#8821)
Browse files Browse the repository at this point in the history
  • Loading branch information
wankai123 authored Apr 6, 2022
1 parent de978e1 commit 4e750e6
Showing 1 changed file with 21 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"i": "3",
"type": "Widget",
"widget": {
"title": "Memory"
"title": "Memory (MB)"
},
"graph": {
"type": "Area",
Expand Down Expand Up @@ -138,7 +138,24 @@
"readMetricsValues",
"readMetricsValues"
],
"moved": false
"moved": false,
"metricConfig": [
{
"calculation": "byteToMB"
},
{
"calculation": "byteToMB"
},
{
"calculation": "byteToMB"
},
{
"calculation": "byteToMB"
},
{
"calculation": "byteToMB"
}
]
},
{
"x": 8,
Expand Down Expand Up @@ -336,9 +353,10 @@
"moved": false
}
],
"name": "Mesh-Control-Plane-Service",
"layer": "MESH_CP",
"entity": "Service",
"name": "Mesh-Control-Plane-Service",
"id": "Mesh-Control-Plane-Service",
"isRoot": false
}
}
Expand Down

0 comments on commit 4e750e6

Please sign in to comment.