rnburn / zipkin-cpp-opentracing

OpenTracing Tracer implementation for Zipkin in C++
Apache License 2.0
51 stars 45 forks source link

Allow generation of 128-bit trace ID #36

Open trajano opened 5 years ago

trajano commented 5 years ago

This block of code that generates the trace ID only yields a 64-bit trace ID. Can it return the TraceId object that supports 128-bit?

https://github.com/rnburn/zipkin-cpp-opentracing/blob/2644ca22e175f97c09011247d67fd11fbb1a051b/zipkin/src/utility.cc#L46

Closing https://github.com/opentracing-contrib/nginx-opentracing/issues/112 as it is this module that is generating the ID