-
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
Make clock skew adjustment transparent #961
Comments
I had the same problem as exposed here. It took some time do figure out if the problem was mine or not. Because of that I think that could be interesting to have a mix between the second and third proposal: when displaying adjusted trace, warn the user about that. |
It turns out that the root cause of this was the root span (in blue in first image) finishing too soon. So the Clock Skew adjuster assumed that this was a clock skew issue masking the real problem. |
I agree. We already have an API call that returns "raw" trace, without adjustments. We just need a UI enhancement to use that API call to display the trace view. |
I'm also running into this problem... |
We use next workaround for this problem: |
Time adjustment is confused to many people, as you can see in jaegertracing#961. This change adds a warning in tags if we do any time adjustments, so that it's at least clear that adjustments happened.
I opened #2052 to add a warning similar to what you can see in the comment above. |
Time adjustment is confused to many people, as you can see in jaegertracing#961. This change adds a warning in tags if we do any time adjustments, so that it's at least clear that adjustments happened. Signed-off-by: Ivan Babrou <github@ivan.computer>
Time adjustment is confusing to many people, as you can see in jaegertracing#961. This change adds a warning if we do any time adjustments, so that it's at least clear that adjustments happened. Signed-off-by: Ivan Babrou <github@ivan.computer>
Time adjustment is confusing to many people, as you can see in jaegertracing#961. This change adds a warning if we do any time adjustments, so that it's at least clear that adjustments happened. Signed-off-by: Ivan Babrou <github@ivan.computer>
Time adjustment is confusing to many people, as you can see in #961. This change adds a warning if we do any time adjustments, so that it's at least clear that adjustments happened. Signed-off-by: Ivan Babrou <github@ivan.computer>
@yurishkuro, I think you can tick two first boxes in the issue description after #2052. |
Just asking as it was part of the proposed solution: There are no plans anymore to add a toggle to view the unadjusted trace in the UI? |
There is still an open ticket jaegertracing/jaeger-ui#197 for that. |
Requirement - what kind of business use case are you trying to solve?
It is currently not obvious in Jaeger UI is the span timestamps were adjusted for clock skew. @tedsuo wrote:
Problem - what in Jaeger blocks you from solving the requirement?
Jaeger clock skew adjustment is not recorded anywhere in the adjusted spans. UI does not make it obvious that the timestamps were adjusted.
Proposal - what do you suggest to solve the problem or improve the existing situation?
/api/trace
endpoint already allows retrieving unadjusted trace) Add ability to display unadjusted trace in the UI jaeger-ui#197Any open questions to address
How to do a visual cue that the span is adjusted.
The text was updated successfully, but these errors were encountered: