msqiao commented on issue #940: [skywalking-ui]Request Error 500 URL: https://github.com/apache/incubator-skywalking/issues/940#issuecomment-375526556 response message:{"timestamp":1521772932819,"status":500,"error":"Internal Server Error","exception":"com.netflix.zuul.exception.ZuulException","message":"GENERAL"} request param:query Application($applicationId: ID!, $duration: Duration!) { getSlowService(applicationId: $applicationId, duration: $duration, topN: 10) { key: id name avgResponseTime } getServerThroughput(applicationId: $applicationId, duration: $duration, topN: 10) { key: id name callsPerSec } getApplicationTopology(applicationId: $applicationId, duration: $duration) { nodes { id name type ... on ApplicationNode { sla callsPerSec avgResponseTime apdex isAlarm numOfServer numOfServerAlarm numOfServiceAlarm } } calls { source target isAlert callType callsPerSec avgResponseTime } } } The whole topological graph is no problem. This is a mistake which appears in the topology map for querying an application. There is no problem in the last 15 minutes. There is still a problem in the last 1 hours.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
