Skew adjustment - unexpected warnings #3138
Unanswered
yury-kozlov
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are testing our jaeger integration on windows micro-services with c# jaeger-clients reporting to local agents and got weird warnings "clock skew adjustment disabled; not applying calculated delta of -17.3005ms"
As I understand the warning should be displayed if a child span (=server) has timestamp earlier than its parent (=client).
But in fact I see a different picture (server goes right after the client, as expected):
Why do I see the "skew adjustment" warning inside server span?
Beta Was this translation helpful? Give feedback.
All reactions