[GitHub] hanahmily commented on issue #99: overview/getTopNApplicationThroughput

2018-03-04 Thread GitBox
hanahmily commented on issue #99: overview/getTopNApplicationThroughput
URL: 
https://github.com/apache/incubator-skywalking-ui/issues/99#issuecomment-370297889
 
 
   Transfer to https://github.com/apache/incubator-skywalking/issues/855


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] hanahmily commented on issue #99: overview/getTopNApplicationThroughput

2018-02-11 Thread GitBox
hanahmily commented on issue #99: overview/getTopNApplicationThroughput
URL: 
https://github.com/apache/incubator-skywalking-ui/issues/99#issuecomment-364838041
 
 
   Lacking mock data, this query will be tested in a realistic environment.


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] hanahmily commented on issue #99: overview/getTopNApplicationThroughput

2018-02-10 Thread GitBox
hanahmily commented on issue #99: overview/getTopNApplicationThroughput
URL: 
https://github.com/apache/incubator-skywalking-ui/issues/99#issuecomment-364712945
 
 
   ## TL;DR;
   The "tps" is zero
   
   ## Input
   
   ```graphql
   {
   "variables": {
   "duration": {
   "start": "2017-02", 
   "end": "2018-02", 
   "step": "MONTH"
   }
   }, 
   "query": "
   query Dashboard($duration: Duration!) {
 getTopNApplicationThroughput(duration: $duration, topN: 10) {
   key: applicationId
   applicationCode
   tps
 }
   }
 "
   }
   ```
   
   ## Output
   
   ```graphql
   {
   "data": {
"getTopNApplicationThroughput": [
   {
   "key": -1, 
   "applicationCode": "dubbox-consumer", 
   "tps": 0
   }, 
   {
   "key": 2, 
   "applicationCode": "dubbox-provider", 
   "tps": 0
   }
   ]
   }
   }
   ```


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:
us...@infra.apache.org


With regards,
Apache Git Services