tzssangglass commented on issue #7674:
URL: https://github.com/apache/apisix/issues/7674#issuecomment-1216126760
@akalittle from your configuration, it looks like you commented out
```
opentelemetry:
trace_id_source: x-request-id
```
This means that the system-generated
`trace_id`(https://github.com/yangxikun/opentelemetry-lua/blob/463a70993b2a87b9ab13a49322f6ec6089af55d2/lib/opentelemetry/trace/id_generator.lua#L22-L40)
is used.
Please make sure that in your environment the trace_id is not obtained from
the x-request-id of the request, but is system generated.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]