-
Notifications
You must be signed in to change notification settings - Fork 404
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
Update how duration and exclusive duration are calculated #2695
Comments
this is causing issues with losing context at times. I'm going to put this on the backlog |
I think it is best to put this on hold for now. The duration timings are very tightly ingrained in the instrumentation flows. It will take some significant research to determine how they are currently handled in order to determine how to refactor them. I believe this is a bit too disruptive given the other significant refactoring we already have queued up for release. |
Description
We have done work to remove the transaction from the segment(#2658). We are still attaching the root segment to every segment so it can update the exclusive time. Instead of having every segment update the root with a new time, I think we can just update the code to capture relative start/end times from its parent.
The text was updated successfully, but these errors were encountered: