jonathan-dev commented on issue #10389: URL: https://github.com/apache/apisix/issues/10389#issuecomment-1779239522
I finally figured out what the problem is: The default value of `trace_id_source` in the image seems to be `x-request-id` and not `random` like it is stated [here](https://apisix.apache.org/docs/apisix/plugins/opentelemetry/). I was using the request id [plugin](https://apisix.apache.org/docs/apisix/plugins/request-id/) the the algorithm set to uuid. And this stack trace was just saying that the [hex2bytes function](https://github.com/yangxikun/opentelemetry-lua/blob/6e44fe8352a032f8a24fffef3c0a43a05ee49e33/lib/opentelemetry/trace/exporter/encoder.lua#L22) has problem dealing this a uuid as input ( the `-` are problmatic) So either the default value in the image of the documentation for the opentelemetry plugin is wrong. -- 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]
