Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link data missing on emulated application nodes #1487

Closed
Xylus opened this issue Jan 26, 2016 · 0 comments · Fixed by #1488
Closed

Link data missing on emulated application nodes #1487

Xylus opened this issue Jan 26, 2016 · 0 comments · Fixed by #1488
Assignees
Labels
Milestone

Comments

@Xylus
Copy link
Contributor

Xylus commented Jan 26, 2016

Call counts on edges pointing to emulated application nodes are calculated from callee statistics rather than caller statistics. This is done because the caller cannot differentiate which emulated application node it has called as the caller only knows the host name of it's target (and emulated application nodes share the same host name).

When such emulated application nodes sit on the edge of the callee search depth (for example, inbound depth=1, outbound depth=2 on a USER -> SELECTED NODE -> EMULATED NODE -> some node), the callee statistics of the EMULATED_NODE is not fetched as the inbound depth limit is 1.

In these situations, the server map incorrectly renders the above as USER --N--> SELECTED NODE --0--> --N--> some node.

@Xylus Xylus added the bug label Jan 26, 2016
@Xylus Xylus self-assigned this Jan 26, 2016
@Xylus Xylus added this to the 1.5.2 milestone Jan 26, 2016
Xylus added a commit to Xylus/pinpoint that referenced this issue Jan 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant