-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Why is the "span startTime" that I queried from es and JaegerUI query different? #1399
Comments
Possibly due to clock skew adjustment. Try with ?raw=true parameter |
Not a time zone issue, because it is a few milliseconds |
Clock skew adjustment is not related to time zone, it's the small differences in system clocks on different servers due to clock drift. Jaeger query service, by default, attempts to correct for these differences. By adding |
Hello, I still don't understand what it means here. I want to query the span data in Elasticsearch. If I don't make clock adjustments, is startTime accurate? Are all spans linear based on startTime? thank you! |
for example: /api/traces/665010a93ef2ee1f?raw=true&prettyPrint=true |
The span data I queried from Elasticsearch can be used directly on my business system without making adjustments. |
do you still have a question? |
Why is the "span startTime" that I queried from es and JaegerUI query different?
Same traceId
Same SpanId
Same Elasticsearch
Data in the ES
JaegerUi, use this interface "/api/traces"
The text was updated successfully, but these errors were encountered: