-
Notifications
You must be signed in to change notification settings - Fork 514
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
DDG for search results is still wrong #554
Comments
I'll review this one. |
This happens because the transformation function filters spans to process only Is that the way it should work? |
I think we discussed it a number of times. No, I don't think it's correct. Any transition (as in parent-child span pair) from service X to Y should result in an edge in the graph. The only value there can be in looking at span.kind is if the service is calling itself recursively, vs. just having a bunch of inner spans, in the former we want X-X edge, in the latter - no edge. |
The HotROD graph is missing DB nodes. The redis and mysql services do show in the search results, as well as in the regular DAG graph, but not in DDG:
The text was updated successfully, but these errors were encountered: