Open
Description
Description
Some runtime metrics, e.g.: memStats.Alloc
, memStats.Sys
, are missing.
Steps To Reproduce
- By checking the code for deprecated runtime, we found there're no runtime metrics for
memStats.Alloc
,memStats.Sys
. - Also in the new runtime metrics implementation, the code to collect the metrics is different. Then, what would be the equivalents to the missing runtime metrics in the new implementation?
Expected behavior
Can the missing runtime metrics be added? If a PR is allowed, we'd be happy to contribute.