Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Fail to render Dependency Map #141

Closed
hanahmily opened this issue Mar 8, 2018 · 2 comments
Closed

Fail to render Dependency Map #141

hanahmily opened this issue Mar 8, 2018 · 2 comments
Assignees
Milestone

Comments

@hanahmily
Copy link
Collaborator

When callsPerSec or avgResponseTime is 0, the map is fail to render.

@hanahmily hanahmily added this to the 5.0.0-alpha milestone Mar 8, 2018
@hanahmily hanahmily self-assigned this Mar 8, 2018
hanahmily added a commit that referenced this issue Mar 8, 2018
wu-sheng pushed a commit that referenced this issue Mar 8, 2018
* Rename favicon

* Amend topology

* Add default value to Search component

* Rename favicon path

* Fix #138 add a new avg function to filter 0 value

* Fix #137 typo in Server and Service

* Fix #141 render dependency map error

* Fix #142 the default value of applicationId should be 'All application'

* Fix #133 progressive rendering topology map

* Fix #136 refresh icon
@wangmh
Copy link

wangmh commented May 9, 2018

我那最新版的试验了下,还存在类似的问题
{"data":{"getServiceResponseTimeTrend":{"trendList":[0,0,0,5,399,7,19,239,6,6,0,0,6,50,18,6]},"getServiceThroughputTrend":{"trendList":[0,0,0,1,1,1,1,1,1,1,0,0,1,1,1,1]},"getServiceSLATrend":{"trendList":[10000,10000,10000,10000,10000,10000,10000,10000,10000,10000,10000,10000,10000,10000,10000,10000]},"getServiceTopology":{"nodes":[{"id":"-3","name":"OrgRelationShipService.queryOrgRelationShipWithEmp","sla":10000,"calls":11,"numOfServiceAlarm":0},{"id":"-2","name":"Mysql/JDBI/PreparedStatement/execute","sla":10000,"calls":215,"numOfServiceAlarm":0},{"id":"3","name":"Mysql/JDBI/Connection/commit","sla":10000,"calls":212,"numOfServiceAlarm":0},{"id":"1","name":"User","type":"USER"}],"calls":[{"source":"-175","target":"-3","isAlert":false,"callType":"GRPC","cpm":0,"avgResponseTime":52},{"source":"1","target":"-3","isAlert":false,"callType":"GRPC","cpm":0,"avgResponseTime":145},{"source":"-106","target":"-3","isAlert":false,"callType":"GRPC","cpm":0,"avgResponseTime":6},{"source":"-3","target":"-2","isAlert":false,"callType":"GRPC","cpm":0,"avgResponseTime":60},{"source":"-3","target":"3","isAlert":false,"callType":"GRPC","cpm":0,"avgResponseTime":0}]}}}

@hanahmily
Copy link
Collaborator Author

This is another question. The "-175" is invalid node id.
The UI project should valid data, and collector project needs to check the returned data

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants