Consider using a byte array for TraceID
(and possibly SpanID
) #183
Closed
Description
A 16-byte byte array feels like it would be more intuitive for holding TraceID
s.
In particular, it would make formatting and conversions (particularly to/from hex) easier, as well as make it easier to use a standard generator such as UUIDs.