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

Reparenting spans to support inferred spans #247

Closed
nehaduggal opened this issue Apr 8, 2020 · 0 comments
Closed

Reparenting spans to support inferred spans #247

nehaduggal opened this issue Apr 8, 2020 · 0 comments
Labels

Comments

@nehaduggal
Copy link

nehaduggal commented Apr 8, 2020

The java agent recently added support for inferring spans from statistical profiles. Because these inferred spans are collected in a different way when compared to the instrumented spans, these spans can not be parents of traced spans. Due to this reality, the current transaction waterfall is insufficient to properly visualize traces including inferred spans as detailed in the java agent documentation.

The proposal linked outlines the changes we will need to make in order to reparent these spans so they can properly visualized in the distributed tracking waterfall.

Link to proposal documentation

Link to Java agent issue

Link to APM server issue

Link to UI POC

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

No branches or pull requests

2 participants