See the following code: https://github.com/open-telemetry/opentelemetry-java/blob/9afb1e405919f7516f2af8e27e65546a5abe7866/api/src/main/java/io/opentelemetry/trace/TraceId.java#L213-L214 It seems this should use `idLo` instead of `idHi` to match the method name.
See the following code:
opentelemetry-java/api/src/main/java/io/opentelemetry/trace/TraceId.java
Lines 213 to 214 in 9afb1e4
It seems this should use
idLoinstead ofidHito match the method name.