Adrian Cole
Adrian Cole
rebased this.. need to re-look at sleuth as a lot may have changed since last look
copying some folks: @openzipkin/core @openzipkin/armeria @yschimke @bsideup @marcingrzejszczak and also some farther from this code for hopefully more point of view: @Xylus @wu-sheng so this topic "async callback tracing" has...
@devinsba let's say we made the parent the ID of the client on the response chain, adding a tag about the relationship, wouldn't you still have an ancesteral issue regarding...
@devinsba ack. I still would hesitate using "followsFrom" word, for this unless it is well defined and also well used in practice.. we could figure that out by looking at...
who's spec? who decided what? or it doesn't matter as long as it is called a spec. On Fri, Apr 12, 2019 at 2:08 PM Yuri Schimke wrote: > I...
here are some examples of follows-from that aren't test cases (there aren't many!) instana's tracer throwing it away ``` @Override public Tracer.SpanBuilder addReference(String referenceType, SpanContext referencedContext) { if (References.CHILD_OF.equals(referenceType)) {...
>> Google Search and the first spec that comes up :) . Please don't take this as any strong stance on my part. I got asked a question, with a...
anyone want to run a test with the OT approach then? I think there are folks who want to.
@matus753 want to give a PR a try? It has been over a year so I don't think anyone is working on it.
@boxsterman so you mean it is currently like old kafka where some people used enveloping etc. I wonder if any phases can be known to execute in the same JVM?...