How a traceId created in opentelemetry? #3904
-
I'm using javaagent 1.4.1 to my server which is used as an API Gateway who receive http requests from clients and transfer to dubbo requests to backend services. I found that many http requests received by my API Gateway, the traceIds generated by my API Gateway are the same, for example as you can see below chart, it's all the same traceId 00c0a803cb16288385756511029d0001 from 2021-08-22 ~ 2021-08-23 with different http request received, it's wired, so I want to know:
instrumentationLibrary.name is io.opentelemetry.javaagent.jetty-8.0 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hey @lmssy ,
|
Beta Was this translation helpful? Give feedback.
Hey @lmssy ,
RandomIdGenerator
class;traceparent
header. I suspect that there might be a process that always sends HTTP requests with the same traceId, one generated at the application start for example.