You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2018/04/08 01:23:46 UTC

[GitHub] wu-sheng opened a new issue #155: Wrong Unit in Server view.

wu-sheng opened a new issue #155: Wrong Unit in Server view.
URL: https://github.com/apache/incubator-skywalking-ui/issues/155
 
 
   ![image](https://user-images.githubusercontent.com/5441976/38461880-4da44dba-3b0e-11e8-9f9d-eb555f2787e3.png)
   
   Based on GraphQL protocol:
   ```
   # The gc trend represents the numbers of Garbage Collector execution
   type GCTrend {
       youngGC: [Int!]!
       oldGC: [Int!]!
   }
   ```
   
   This value should ref to count, not time. So the Unit should be `Calls`/`Count`, not `ms`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services