[GitHub] ascrutae commented on issue #1146: SkyWalking 5.0.0-beta e2e test

2018-05-04 Thread GitBox
ascrutae commented on issue #1146: SkyWalking 5.0.0-beta  e2e test
URL: 
https://github.com/apache/incubator-skywalking/issues/1146#issuecomment-386772017
 
 
   @candyleer  @liuhaoyang  The 5.0.0-beta tested and we are going to send the 
vote mail about 5.0-beta release next week. I will close this issue. Please 
open a new issue if anybody has any issue. 


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] ascrutae commented on issue #1146: SkyWalking 5.0.0-beta e2e test

2018-05-04 Thread GitBox
ascrutae commented on issue #1146: SkyWalking 5.0.0-beta  e2e test
URL: 
https://github.com/apache/incubator-skywalking/issues/1146#issuecomment-386199704
 
 
   # ~~Report @ 2018/05/03[Fixed]~~
   the prefix description of Issue:
   
   |prefix|description|
   |:---|:---|
   |**[AGENT]** | This prefix represent that this issue is an agent issue|
   |**[COLLECTOR]**| This prefix represent that this issue is a collector issue|
   |**[UI]**| This prefix represent that this issue is an UI issue|
   |**[UNKNOWN]**| This prefix represent that everyone should pay attention to 
this issue|
   |**[APP_STANDBY]**| This prefix represent that this issue happened after 
server started|
   |**[APP_SERVICE_PROVIDED]**|This prefix represent that this issue happened 
after call service|
   
   ## Issue
   ### Topology
   * ~~**[COLLECTOR]**  The `Application Alarm` count is incorrect~~
   Fixed, remove these alarm info. Replace by the topology overview info.
   
   Screen snapshot:
   
   https://user-images.githubusercontent.com/12436447/39561792-8d057d28-4eda-11e8-8630-8267d3d3602f.png;>
   
   request url:
   ```
   http://localhost:8080/api/topology
   ```
   
   request paramter:
   ```
   {"variables":{"duration":{"start":"2018-05-02 13","end":"2018-05-03 
13","step":"HOUR"}},"query":"\nquery Topology($duration: Duration!) {\n 
 getClusterTopology(duration: $duration) {\nnodes {\n  id\n 
 name\n  type\n  ... on ApplicationNode {\n
sla\ncpm\navgResponseTime\napdex\n  
  isAlarm\nnumOfServer\nnumOfServerAlarm\n
numOfServiceAlarm\n  }\n}\ncalls {\n  source\n  
target\n  isAlert\n  callType\n  cpm\n  
avgResponseTime\n}\n  }\n}\n  "}
   ```
   
   response body:
   ```
   
{"data":{"getClusterTopology":{"nodes":[{"id":"-1","name":"persistence-service","type":"Dubbo","sla":100,"cpm":0,"avgResponseTime":1772,"apdex":100,"isAlarm":false,"numOfServer":1,"numOfServerAlarm":0,"numOfServiceAlarm":0},{"id":"2","name":"cache-service","type":"Motan","sla":100,"cpm":0,"avgResponseTime":323,"apdex":100,"isAlarm":false,"numOfServer":1,"numOfServerAlarm":0,"numOfServiceAlarm":0},{"id":"3","name":"portal-service","type":"SpringMVC","sla":100,"cpm":0,"avgResponseTime":4947,"apdex":0,"isAlarm":false,"numOfServer":1,"numOfServerAlarm":0,"numOfServiceAlarm":0},{"id":"-5","name":"localhost:27017","type":"MongoDB"},{"id":"-3","name":"127.0.0.1:6379","type":"Redis"},{"id":"-2","name":"localhost:-1","type":"H2"},{"id":"4","name":"127.0.0.1:3307","type":"Mysql"},{"id":"1","name":"User","type":"USER"}],"calls":[{"source":"2","target":"-5","isAlert":false,"callType":"MongoDB","cpm":0,"avgResponseTime":60},{"source":"2","target":"-3","isAlert":false,"callType":"Redis","cpm":0,"avgResponseTime":1},{"source":"2","target":"-2","isAlert":false,"callType":"H2","cpm":0,"avgResponseTime":1},{"source":"3","target":"2","isAlert":false,"callType":"Motan","cpm":0,"avgResponseTime":390},{"source":"3","target":"-1","isAlert":false,"callType":"Dubbo","cpm":0,"avgResponseTime":3046},{"source":"-1","target":"4","isAlert":false,"callType":"Mysql","cpm":0,"avgResponseTime":3},{"source":"1","target":"3","isAlert":false,"callType":"","cpm":0,"avgResponseTime":4947}]}}}
   ```
   Notice Request url:
   ```
   http://localhost:8080/api/notice
   ```
   
   request parameter:
   ```
   {"query":"\n  query Notice($duration:Duration!){\napplicationAlarmList: 
loadAlarmList(alarmType: APPLICATION, duration: $duration, paging: { pageNum: 
1, pageSize: 5, needTotal: true }) {\n  items {\ntitle\n
startTime\ncauseType\n  }\n  total\n}\nserverAlarmList: 
loadAlarmList(alarmType: SERVER, duration: $duration, paging: { pageNum: 1, 
pageSize: 5, needTotal: true }) {\n  items {\ntitle\n
startTime\ncauseType\n  }\n  total\n}\n  
}\n","variables":{"duration":{"start":"2018-05-02 13","end":"2018-05-03 
13","step":"HOUR"}}}
   ```
   response body:
   
   ```
   {"data":{"applicationAlarmList":{"items":[{"title":"Application 
portal-service response time alarm.","startTime":"2018-05-03 
13:22","causeType":"SLOW_RESPONSE"},{"title":"Application 192.168.5.38:20880 
response time alarm.","startTime":"2018-05-03 
13:22","causeType":"SLOW_RESPONSE"}],"total":2},"serverAlarmList":{"items":[{"title":"Server
 ascrutae of Application portal-service response time 
alarm.","startTime":"2018-05-03 
13:22","causeType":"SLOW_RESPONSE"}],"total":1}}}
   ```

   ### Server
   *  ~~**[AGENT]** The `GC` value is incorrect~~
   Fix by #1147, updated by @wu-sheng
   
   Screen snapshot:
   https://user-images.githubusercontent.com/12436447/39561855-f9203dcc-4eda-11e8-8096-a6579281de24.png;>
   
   Request URL:
   ```
   http://localhost:8080/api/server
   ```
   
   request parameter:
   

[GitHub] ascrutae commented on issue #1146: SkyWalking 5.0.0-beta e2e test

2018-05-04 Thread GitBox
ascrutae commented on issue #1146: SkyWalking 5.0.0-beta  e2e test
URL: 
https://github.com/apache/incubator-skywalking/issues/1146#issuecomment-386199704
 
 
   # Report @ 2018/05/03
   the prefix description of Issue:
   
   |prefix|description|
   |:---|:---|
   |**[AGENT]** | This prefix represent that this issue is an agent issue|
   |**[COLLECTOR]**| This prefix represent that this issue is a collector issue|
   |**[UI]**| This prefix represent that this issue is an UI issue|
   |**[UNKNOWN]**| This prefix represent that everyone should pay attention to 
this issue|
   |**[APP_STANDBY]**| This prefix represent that this issue happened after 
server started|
   |**[APP_SERVICE_PROVIDED]**|This prefix represent that this issue happened 
after call service|
   
   ## Issue
   ### Topology
   * ~~**[COLLECTOR]**  The `Application Alarm` count is incorrect~~
   Fixed, remove these alarm info. Replace by the topology overview info.
   
   Screen snapshot:
   
   https://user-images.githubusercontent.com/12436447/39561792-8d057d28-4eda-11e8-8630-8267d3d3602f.png;>
   
   request url:
   ```
   http://localhost:8080/api/topology
   ```
   
   request paramter:
   ```
   {"variables":{"duration":{"start":"2018-05-02 13","end":"2018-05-03 
13","step":"HOUR"}},"query":"\nquery Topology($duration: Duration!) {\n 
 getClusterTopology(duration: $duration) {\nnodes {\n  id\n 
 name\n  type\n  ... on ApplicationNode {\n
sla\ncpm\navgResponseTime\napdex\n  
  isAlarm\nnumOfServer\nnumOfServerAlarm\n
numOfServiceAlarm\n  }\n}\ncalls {\n  source\n  
target\n  isAlert\n  callType\n  cpm\n  
avgResponseTime\n}\n  }\n}\n  "}
   ```
   
   response body:
   ```
   
{"data":{"getClusterTopology":{"nodes":[{"id":"-1","name":"persistence-service","type":"Dubbo","sla":100,"cpm":0,"avgResponseTime":1772,"apdex":100,"isAlarm":false,"numOfServer":1,"numOfServerAlarm":0,"numOfServiceAlarm":0},{"id":"2","name":"cache-service","type":"Motan","sla":100,"cpm":0,"avgResponseTime":323,"apdex":100,"isAlarm":false,"numOfServer":1,"numOfServerAlarm":0,"numOfServiceAlarm":0},{"id":"3","name":"portal-service","type":"SpringMVC","sla":100,"cpm":0,"avgResponseTime":4947,"apdex":0,"isAlarm":false,"numOfServer":1,"numOfServerAlarm":0,"numOfServiceAlarm":0},{"id":"-5","name":"localhost:27017","type":"MongoDB"},{"id":"-3","name":"127.0.0.1:6379","type":"Redis"},{"id":"-2","name":"localhost:-1","type":"H2"},{"id":"4","name":"127.0.0.1:3307","type":"Mysql"},{"id":"1","name":"User","type":"USER"}],"calls":[{"source":"2","target":"-5","isAlert":false,"callType":"MongoDB","cpm":0,"avgResponseTime":60},{"source":"2","target":"-3","isAlert":false,"callType":"Redis","cpm":0,"avgResponseTime":1},{"source":"2","target":"-2","isAlert":false,"callType":"H2","cpm":0,"avgResponseTime":1},{"source":"3","target":"2","isAlert":false,"callType":"Motan","cpm":0,"avgResponseTime":390},{"source":"3","target":"-1","isAlert":false,"callType":"Dubbo","cpm":0,"avgResponseTime":3046},{"source":"-1","target":"4","isAlert":false,"callType":"Mysql","cpm":0,"avgResponseTime":3},{"source":"1","target":"3","isAlert":false,"callType":"","cpm":0,"avgResponseTime":4947}]}}}
   ```
   Notice Request url:
   ```
   http://localhost:8080/api/notice
   ```
   
   request parameter:
   ```
   {"query":"\n  query Notice($duration:Duration!){\napplicationAlarmList: 
loadAlarmList(alarmType: APPLICATION, duration: $duration, paging: { pageNum: 
1, pageSize: 5, needTotal: true }) {\n  items {\ntitle\n
startTime\ncauseType\n  }\n  total\n}\nserverAlarmList: 
loadAlarmList(alarmType: SERVER, duration: $duration, paging: { pageNum: 1, 
pageSize: 5, needTotal: true }) {\n  items {\ntitle\n
startTime\ncauseType\n  }\n  total\n}\n  
}\n","variables":{"duration":{"start":"2018-05-02 13","end":"2018-05-03 
13","step":"HOUR"}}}
   ```
   response body:
   
   ```
   {"data":{"applicationAlarmList":{"items":[{"title":"Application 
portal-service response time alarm.","startTime":"2018-05-03 
13:22","causeType":"SLOW_RESPONSE"},{"title":"Application 192.168.5.38:20880 
response time alarm.","startTime":"2018-05-03 
13:22","causeType":"SLOW_RESPONSE"}],"total":2},"serverAlarmList":{"items":[{"title":"Server
 ascrutae of Application portal-service response time 
alarm.","startTime":"2018-05-03 
13:22","causeType":"SLOW_RESPONSE"}],"total":1}}}
   ```

   ### Server
   *  ~~**[AGENT]** The `GC` value is incorrect~~
   Fix by #1147, updated by @wu-sheng
   
   Screen snapshot:
   https://user-images.githubusercontent.com/12436447/39561855-f9203dcc-4eda-11e8-8096-a6579281de24.png;>
   
   Request URL:
   ```
   http://localhost:8080/api/server
   ```
   
   request parameter:
   ```
   

[GitHub] ascrutae commented on issue #1146: SkyWalking 5.0.0-beta e2e test

2018-05-04 Thread GitBox
ascrutae commented on issue #1146: SkyWalking 5.0.0-beta  e2e test
URL: 
https://github.com/apache/incubator-skywalking/issues/1146#issuecomment-386199704
 
 
   # Report @ 2018/05/03
   the prefix description of Issue:
   
   |prefix|description|
   |:---|:---|
   |**[AGENT]** | This prefix represent that this issue is an agent issue|
   |**[COLLECTOR]**| This prefix represent that this issue is a collector issue|
   |**[UI]**| This prefix represent that this issue is an UI issue|
   |**[UNKNOWN]**| This prefix represent that everyone should pay attention to 
this issue|
   |**[APP_STANDBY]**| This prefix represent that this issue happened after 
server started|
   |**[APP_SERVICE_PROVIDED]**|This prefix represent that this issue happened 
after call service|
   
   ## Issue
   ### Topology
   * ~~**[COLLECTOR]**  The `Application Alarm` count is incorrect~~
   Fixed, remove these alarm info. Replace by the topology overview info.
   
   Screen snapshot:
   
   https://user-images.githubusercontent.com/12436447/39561792-8d057d28-4eda-11e8-8630-8267d3d3602f.png;>
   
   request url:
   ```
   http://localhost:8080/api/topology
   ```
   
   request paramter:
   ```
   {"variables":{"duration":{"start":"2018-05-02 13","end":"2018-05-03 
13","step":"HOUR"}},"query":"\nquery Topology($duration: Duration!) {\n 
 getClusterTopology(duration: $duration) {\nnodes {\n  id\n 
 name\n  type\n  ... on ApplicationNode {\n
sla\ncpm\navgResponseTime\napdex\n  
  isAlarm\nnumOfServer\nnumOfServerAlarm\n
numOfServiceAlarm\n  }\n}\ncalls {\n  source\n  
target\n  isAlert\n  callType\n  cpm\n  
avgResponseTime\n}\n  }\n}\n  "}
   ```
   
   response body:
   ```
   
{"data":{"getClusterTopology":{"nodes":[{"id":"-1","name":"persistence-service","type":"Dubbo","sla":100,"cpm":0,"avgResponseTime":1772,"apdex":100,"isAlarm":false,"numOfServer":1,"numOfServerAlarm":0,"numOfServiceAlarm":0},{"id":"2","name":"cache-service","type":"Motan","sla":100,"cpm":0,"avgResponseTime":323,"apdex":100,"isAlarm":false,"numOfServer":1,"numOfServerAlarm":0,"numOfServiceAlarm":0},{"id":"3","name":"portal-service","type":"SpringMVC","sla":100,"cpm":0,"avgResponseTime":4947,"apdex":0,"isAlarm":false,"numOfServer":1,"numOfServerAlarm":0,"numOfServiceAlarm":0},{"id":"-5","name":"localhost:27017","type":"MongoDB"},{"id":"-3","name":"127.0.0.1:6379","type":"Redis"},{"id":"-2","name":"localhost:-1","type":"H2"},{"id":"4","name":"127.0.0.1:3307","type":"Mysql"},{"id":"1","name":"User","type":"USER"}],"calls":[{"source":"2","target":"-5","isAlert":false,"callType":"MongoDB","cpm":0,"avgResponseTime":60},{"source":"2","target":"-3","isAlert":false,"callType":"Redis","cpm":0,"avgResponseTime":1},{"source":"2","target":"-2","isAlert":false,"callType":"H2","cpm":0,"avgResponseTime":1},{"source":"3","target":"2","isAlert":false,"callType":"Motan","cpm":0,"avgResponseTime":390},{"source":"3","target":"-1","isAlert":false,"callType":"Dubbo","cpm":0,"avgResponseTime":3046},{"source":"-1","target":"4","isAlert":false,"callType":"Mysql","cpm":0,"avgResponseTime":3},{"source":"1","target":"3","isAlert":false,"callType":"","cpm":0,"avgResponseTime":4947}]}}}
   ```
   Notice Request url:
   ```
   http://localhost:8080/api/notice
   ```
   
   request parameter:
   ```
   {"query":"\n  query Notice($duration:Duration!){\napplicationAlarmList: 
loadAlarmList(alarmType: APPLICATION, duration: $duration, paging: { pageNum: 
1, pageSize: 5, needTotal: true }) {\n  items {\ntitle\n
startTime\ncauseType\n  }\n  total\n}\nserverAlarmList: 
loadAlarmList(alarmType: SERVER, duration: $duration, paging: { pageNum: 1, 
pageSize: 5, needTotal: true }) {\n  items {\ntitle\n
startTime\ncauseType\n  }\n  total\n}\n  
}\n","variables":{"duration":{"start":"2018-05-02 13","end":"2018-05-03 
13","step":"HOUR"}}}
   ```
   response body:
   
   ```
   {"data":{"applicationAlarmList":{"items":[{"title":"Application 
portal-service response time alarm.","startTime":"2018-05-03 
13:22","causeType":"SLOW_RESPONSE"},{"title":"Application 192.168.5.38:20880 
response time alarm.","startTime":"2018-05-03 
13:22","causeType":"SLOW_RESPONSE"}],"total":2},"serverAlarmList":{"items":[{"title":"Server
 ascrutae of Application portal-service response time 
alarm.","startTime":"2018-05-03 
13:22","causeType":"SLOW_RESPONSE"}],"total":1}}}
   ```

   ### Server
   *  ~~**[AGENT]** The `GC` value is incorrect~~
   Fix by #1147, updated by @wu-sheng
   
   Screen snapshot:
   https://user-images.githubusercontent.com/12436447/39561855-f9203dcc-4eda-11e8-8096-a6579281de24.png;>
   
   Request URL:
   ```
   http://localhost:8080/api/server
   ```
   
   request parameter:
   ```