-
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 adjuster modifies original spans when using the InMemory storage backend #787
Comments
Hi, I have incoherent span timestamp when using child_of relation, |
For async you should be using follows-from reference. |
Thanks for your reply, I will try to figure out how to do that with opencensus. |
oh, I don't think you can. |
Apparently, I found a way to use follows-from reference with opencensus-java: |
This is handled in Otel now, so closing it out. |
When using the InMemory storage backend, the ClockSkew adjuster modifies the start time and log timestamps of the original spans that are stored in the InMemory storage backaned.
As a result, once the ClockSkew adjuster was executed, there is no way to get the unadjusted spans from the InMemory storage backend. Although the InMemory storage backend should be used only for development, it is useful to get the unadjusted spans from this storage backend.
The text was updated successfully, but these errors were encountered: