-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
clockskew.go adjuster should skip FollowsFrom spans #448
Comments
I opened a PR at #460 that tries to fix this issue. I'm not sure if it's the right approach, but I'm up to make any needed changes requested in the review. |
At least is it possible to add an option to exclude the clock skew adjuster from the list of adjusters at startup? Or, maybe even better, to add that to the API request? |
There is a feature in the query API that we're missing to return the trace without any kind of adjustments, which is especially useful for looking at raw JSON. |
|
Is this still relevant? |
Yes |
Right now, followsFrom spans are incorrectly clock skew adjusted to fit inside the parent
The text was updated successfully, but these errors were encountered: