easonyipj opened a new pull request, #164:
URL: https://github.com/apache/skywalking-booster-ui/pull/164

   # Backgroud
   The go2sky add a [new feature](https://github.com/SkyAPM/go2sky/pull/168) to 
collcect golang runtime metrics,
   and the gc time's unit is nanosecond, but it's more appropriate to show in 
millseconds, so there need a nanoToMill function in ui codes
   
   # Feature
   Add a new calculations that tranfer nanosecond to millseconds
   `case Calculations.NanoToMill:
         data = (val / 1000000).toFixed(4);
         break;`


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to