Adrian Cole

Results 419 issues of Adrian Cole

Some are concerned about the relative costs of a hex-encoded format vs a binary one. Some of them are justifiable eventhough there is a large ecosystem impact to defining a...

question here https://github.com/spring-cloud/spring-cloud-sleuth/issues/400#issuecomment-246866057 from @shalako

Make sure it is clear how to do single-host spans in B3. In short, you take the propagated trace context as the parent context. As soon as you receive the...

For debugging or (log) correlation reasons, a user might want to know what the trace id is of a request. Since X-B3 headers are request headers (not response headers), how...

from a question: https://github.com/spring-cloud/spring-cloud-sleuth/issues/400#issuecomment-246878146

We get a needle not found when clicking on the spans view for a zipkin trace.

bug

In testing zipkin we noticed that a messaging trace doesn't render. Here is it in zipkin The data is messaging2.json here https://github.com/openzipkin/zipkin/tree/master/zipkin-ui/testdata In Haystack it doesn't look so hot :)

bug

While I can't quite trace the background for it, `io.opentracing.tag.Tag` appears to have been added last week. There are a number of problems around it, which I'll catalog here: 1....

While traceId and spanId were recently added to the `SpanContext` type, routine properties used including parentSpanId and sampling status were left out. I can cite code back to at least...

`ScopeManager.active` is documented as a feature used to get the current span. Perhaps it is a relic from the previous design. It tempts people to call close on it eventhough...

question