Evgeny Yakimov
Evgeny Yakimov
+1 was trying to develop a prototype on top of OT but had to build and install a local version (arguably it has no dependencies and is quite easy) but...
To me, it comes down to whether the data model sets a constraint on: > A child span can not outlive its parent I do not see any references to...
> The client may have a timeout that would cause the parent client span to be closed before server completes processing of the request. This as interesting example and I...
Very much interested in seeing this feature, I've been using a tracing library at my workplace which was loosely based on OpenTracing and had this feature, and was surprised to...
I'd like to try and tackle this using the ScopeManager approach in the Java version: https://github.com/opentracing/opentracing-java/blob/master/opentracing-api/src/main/java/io/opentracing/ScopeManager.java This requires mutable access to the span. Since this is not explicitly a requirement...
Seems like this topic has gone a bit stale, but it is definitely worth clarifying this point as it can be common in some non-RPC contexts. This has been "hinted"...