OpenTracing API for Java. 🛑 This library is DEPRECATED! https://github.com/opentracing/specification/issues/163
1.68k
stars
344
forks
source link
Is there an Opentracing-brave bridge alternate api similar to "brave.propagation.TraceContext" ? #274
Closed
hyginous29 closed 6 years ago
Hi,
I am using "brave.propagation.TraceContext" to get hold of traceId, spanid and parentId so that i can pass to next service.
is there an opentracing-brave api which can give me the same traceId, spanId and parentId. this way, i can avoid dependency of brave apis directly .