Files
pinpoint/web
HyunGil Jeong bb8ee8cf6b #254 fix exception when user node points to nodes with the same app name
An exception is thrown when drawing the server map in situations where
users call multiple nodes with the same application name (but different
service types). This was caused because it was not possible to have a
single user node pointing to more than 1 destination node.

The user nodes are uniquely identified by their destination node's
application name only and this resulted in only a single user node being
created when there were multiple nodes with the same application name.

This commit fixes the issue by taking the destination node's service
type into account when creating user nodes.
2015-03-26 11:54:22 +09:00
..
2014-08-27 18:13:03 +09:00
2015-03-06 17:41:07 +09:00
2014-08-27 18:13:03 +09:00
2014-08-27 18:13:03 +09:00