We want to use tracing in triton-server, but we discovery that trace id in triton is just an auto incr numuber which is not the trace id define in w3c https://www.w3.org/TR/trace-context/ which trace id is a 16-byte array, for example, 4bf92f3577b34da6a3ce929d0e0e4736.
This cause our otlp collector drop the trace id in triton.
Can triton support trace_id generator config?
We want to use tracing in triton-server, but we discovery that trace id in triton is just an auto incr numuber which is not the trace id define in w3c https://www.w3.org/TR/trace-context/ which trace id is a 16-byte array, for example, 4bf92f3577b34da6a3ce929d0e0e4736. This cause our otlp collector drop the trace id in triton. Can triton support trace_id generator config?