How can I programmatically find clock skew warnings and orphaned spans warnings reported by the UI #4566
Unanswered
johnmayock
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Jaeger performs clock skew adjustments/calculations at trace retrieval time, so there is no data in the database that allows to query by that. I'd like to better understand what you're trying to do and what the issue is that the users are complaining about. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have instrumented OTEL within a number of micro-services and ingresses. They are now building up substantial span counts for each trace.
We are seeing reports from users of the OTEL data, of clock skew warnings and of traces with orphaned spans (which report in the JaegerUI of an invalid parent span id warning).
I'm trying to create a manual (or automated) script that can flag these up on a dashboard so that we can investigate and resolve.
Does any know how I can gather tracesIds what contain either of these two warnings?
The http/grpc trace retrieval API doesn't appear to support. nor did data retrieved from opensearch db (using curl) appear to indicate these (they may not form part of the models/schema), I assume this in inferred in Jaeger Query or the UI, upon receipt of all spans within a given trace requested on the UI.
Beta Was this translation helpful? Give feedback.
All reactions