expose both trace_id_high and trace_id_low in the jaeger interface
waynexia opened this issue · 2 comments
waynexia commented
minitrace-rust/minitrace-jaeger/src/lib.rs
Lines 75 to 76 in 8af58da
Both open-telemetry's protocol and jaeger's protocol can accept up to u128
as trace id. It would be good if minitrace-jaeger
also provided the similar API
waynexia commented
I'm willing to make this change if it sounds reasonable 🤗
andylokandy commented
TraceId is changed to u128 in #153