shreemaan-abhishek commented on issue #10239: URL: https://github.com/apache/apisix/issues/10239#issuecomment-1869280593
I investigated this and realised that the underlying otel lua library expectes trace_id to be hexadecimals. The trace-id needs to be decoded to bytes in order to be sent via transit over OLTP. The hexadecimal to bytes decoding process fails due to the way how the underlying library is written: https://github.com/yangxikun/opentelemetry-lua/blob/6e44fe8352a032f8a24fffef3c0a43a05ee49e33/lib/opentelemetry/trace/exporter/encoder.lua#L14C1-L28C4 -- 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]
