ascrutae commented on issue #855: Begin SkyWalking 5.0.0-alpha e2e integration 
test.
URL: 
https://github.com/apache/incubator-skywalking/issues/855#issuecomment-370292447
 
 
   # Report @ 2018/03/04 23:00
   
   ## Dashboard
   * **[COLLECTOR]**  The `/api/dashboard` response is incorrect .
   Screen snapshot:
   <img width="1176" alt="dashboard" 
src="https://user-images.githubusercontent.com/12436447/36954826-875fb036-205f-11e8-8749-f586757f498c.png";>
   
   GraphSQL service: `/api/dashboard`
   
   Request parameter:
   ```
   {"duration":{"start":"2018-03-01 22","end":"2018-03-02 22","step":"HOUR"}}
   ```
   
   Response body
   ```
   
{"data":{"getClusterBrief":{"numOfApplication":3,"numOfService":0,"numOfDatabase":1,"numOfCache":0,"numOfMQ":0},"getAlarmTrend":{"numOfAlarmRate":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]},"getConjecturalApps":{"apps":[{"name":"H2","num":1}]},"getTopNSlowService":[],"getTopNApplicationThroughput":[]}}
   ```
   
   ## Application
   **[COLLECTOR]** The topology is incorrect
   Screen snapshot:
   <img width="1429" alt="application-topo" 
src="https://user-images.githubusercontent.com/12436447/36954880-d28c358e-205f-11e8-9a81-9754d37df9b2.png";>
   
   GraphSQL service: `/api/application`
   Request parameter: 
   ```
   {"duration":{"start":"2018-03-04 2313","end":"2018-03-04 
2328","step":"MINUTE"},"applicationId":"-1"}
   ```
   
   Response body:
   ```
   
{"data":{"getSlowService":[{"key":"6","name":"com.a.eye.skywalking.test.cache.CacheService.findCache(java.lang.String)","avgResponseTime":109},{"key":"8","name":"com.a.eye.skywalking.test.cache.CacheService.updateCache(java.lang.String,java.lang.String)","avgResponseTime":557}],"getServerThroughput":[{"key":"2","name":"cache-service_192.168.1.8","callsPerSec":0}],"getApplicationTopology":{"nodes":[{"id":"-1","name":"cache-service","type":"Motan","sla":100,"callsPerSec":0,"avgResponseTime":333,"apdex":100,"isAlarm":true,"numOfServer":1,"numOfServerAlarm":1,"numOfServiceAlarm":1},{"id":"2","name":"persistence-service","type":"Dubbo","sla":100,"callsPerSec":0,"avgResponseTime":1240,"apdex":100,"isAlarm":true,"numOfServer":1,"numOfServerAlarm":1,"numOfServiceAlarm":1},{"id":"3","name":"portal-service","type":"SpringMVC","sla":100,"callsPerSec":0,"avgResponseTime":4125,"apdex":0,"isAlarm":true,"numOfServer":1,"numOfServerAlarm":1,"numOfServiceAlarm":1},{"id":"-2","name":"localhost:-1","type":"H2"},{"id":"-5","name":"localhost:27017","type":"MongoDB"},{"id":"4","name":"127.0.0.1:6379","type":"Redis"}],"calls":[{"source":"-1","target":"-2","isAlert":false,"callType":"H2","callsPerSec":0,"avgResponseTime":6},{"source":"-1","target":"-5","isAlert":false,"callType":"MongoDB","callsPerSec":0,"avgResponseTime":68},{"source":"-1","target":"4","isAlert":false,"callType":"Redis","callsPerSec":0,"avgResponseTime":0},{"source":"3","target":"-1","isAlert":false,"callType":"Motan","callsPerSec":0,"avgResponseTime":400}]}}}
   ```

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

Reply via email to