What is valid traceId in Brave? As I understand 16 and 32 length values are valid: https://github.com/openzipkin/brave/blob/master/brave/README.md#128-bit-trace-ids
If service receives 15 lengths (or less) traceId in the header. Is it valid for Brave? or leading 0 will be added in standard implementation? In other words, can I implement custom Propagation to pass 15 lengths (or less) traceId without leading 0 bit as per Brave specification?