We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Background: #24072
This is how we currently do time shifting:
kibana/x-pack/plugins/apm/public/components/app/TransactionDetails/Transaction/WaterfallContainer/Waterfall/waterfall_helpers/waterfall_helpers.ts
Lines 123 to 159 in af3594f
Time shifting in its current form may be causing more harm than good, especially for users using async message queues.
Solution could be to only time shift when child start before parent. Not if the child starts after parent has ended.
The text was updated successfully, but these errors were encountered:
Pinging @elastic/apm-ui
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Background: #24072
This is how we currently do time shifting:
kibana/x-pack/plugins/apm/public/components/app/TransactionDetails/Transaction/WaterfallContainer/Waterfall/waterfall_helpers/waterfall_helpers.ts
Lines 123 to 159 in af3594f
Time shifting in its current form may be causing more harm than good, especially for users using async message queues.
Solution could be to only time shift when child start before parent. Not if the child starts after parent has ended.
The text was updated successfully, but these errors were encountered: