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/10/16 06:28:56 UTC

[GitHub] hanahmily opened a new issue #1772: Test: maxheap and maxnoheap of JVM metrics are null

hanahmily opened a new issue #1772: Test: maxheap and maxnoheap of JVM metrics are null
URL: https://github.com/apache/incubator-skywalking/issues/1772
 
 
   Refer to #1710
   
   ## Requst
   ### Query
   ```graphql
   "
   query ServiceInstance($serviceInstanceId: ID!, $duration: Duration!) {
     maxHeap: getLinearIntValues(metric: {
       name: "instance_jvm_memory_max_heap"
       id: $serviceInstanceId
     }, duration: $duration) {
       values {
         value
       }
     }
   
     maxNoheap: getLinearIntValues(metric: {
       name: "instance_jvm_memory_max_noheap"
       id: $serviceInstanceId
     }, duration: $duration) {
       values {
         value
       }
     }
   }
   
   ```
   
   ### Variables
   
   ```json
   {"duration":{"start":"2018-10-16 1358","end":"2018-10-16 1413","step":"MINUTE"},"serviceInstanceId":"3"}
   ```
   
   ## Response
   
   ```json
   {"data":{"getServiceInstanceResponseTimeTrend":{"values":[{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":1000},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}]},"getServiceInstanceThroughputTrend":{"values":[{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":4},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}]},"getCPUTrend":{"values":[{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}]},"youngGCCount":{"values":[{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}]},"oldGCCount":{"values":[{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}]},"youngGCTime":{"values":[{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}]},"oldGCTime":{"values":[{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}]},"heap":{"values":[{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}]},"noheap":{"values":[{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}]}},"errors":[{"message":"Exception while fetching data (/maxHeap) : null"},{"message":"Exception while fetching data (/maxNoheap) : null"}]}
   ```

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