Adrian Cole

Results 2046 comments of Adrian Cole

here's an example model of links https://github.com/googleapis/googleapis/blob/master/google/tracing/trace.proto#L163

Here is a convenience paste of notes on linked traces from a recent workshop. Notably they aren't used primarily for async (discussion about async is [here](https://github.com/openzipkin/zipkin/issues/1243#issuecomment-312264143)) Linked traces from [Tracing...

This one focuses on limitations of normal parent/child relationship (as complicated by multiple origins or coalescing) less so on async programming.

cc @openzipkin/instrumentation-owners @fedj @openzipkin/core @cburroughs @rogeralsing

one can model single producer multiple consumer messages with a parent-child relationship similar to single-host spans in RPC. For example, by using X-B3-SpanId as the parent id of the consumer...

added https://github.com/openzipkin/zipkin/pull/1656 to fix dependency linking. Noticed this when implementing the simple json thing

please take a look at https://github.com/openzipkin/zipkin/pull/2302 and let me know if this is still desirable! I think this is the last step cc @ivantopo