Replies: 2 comments 6 replies
-
It's in the Are you certain that this traceId wasn't propagated through the request headers? All those SERVER spans all root spans of their respective traces, or do they have parents? |
Beta Was this translation helpful? Give feedback.
5 replies
-
I ran into this issue as well. |
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
-
I have a server which receive http request, I use auto instrument to log trace and span and save them in elasticsearch.
Today I check my elasticsearch and found many requests this server received have a same traceId, and these requests come from quite a different time, for example today and yesterday.
As you can see below there is 1080949 requests with same traceId.
instrument version:
io.opentelemetry.javaagent.jetty-8.0, 1.2.0-SNAPSHOT
BTW, where can I found the source code of generating this traceId?
Beta Was this translation helpful? Give feedback.
All reactions