nileblack opened a new issue #5466:
URL: https://github.com/apache/skywalking/issues/5466
jvm heap memory 的计算问题
```
{
"width": 3,
"title": "JVM Memory (Java Service)",
"height": "250",
"entityType": "ServiceInstance",
"independentSelector": false,
"metricType": "REGULAR_VALUE",
"metricName": "instance_jvm_memory_heap,
instance_jvm_memory_heap_max,instance_jvm_memory_noheap,
instance_jvm_memory_noheap_max",
"queryMetricType": "readMetricsValues",
"chartType": "ChartLine",
"unit": "MB",
"aggregation": "/",
"aggregationNum": "1045504"
},
```
`1045504` is mistake for `1024 *1024 = 1048576`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]