Adrian Cole

Results 419 issues of Adrian Cole

As discussed on https://github.com/openzipkin/b3-propagation/issues/21 and first implemented here: https://github.com/openzipkin/brave/blob/master/brave/src/main/java/brave/propagation/B3SingleFormat.java https://github.com/openzipkin/brave/blob/master/brave/src/test/java/brave/propagation/B3SingleFormatTest.java Let's support at least reading "b3" header from a single string, most commonly traceid-spanid-1 It would also be nice to...

Right now, only the server-side code add the annotation LocalAddr, usually when they have a port ```javascript tracer.recordAnnotation(new Annotation.LocalAddr({port})); ``` https://github.com/openzipkin/zipkin-js/blob/master/packages/zipkin-instrumentation-express/src/expressMiddleware.js#L85   The client side doesn't, but it should as otherwise...

Particularly as AWS lambda functions have tracing data impossible to access outside of X-Ray, we should at least make it possible to propagate their identifier such that we can correlate...

help wanted

from @rektide > Node.js can now see the V8 tracing info. Some bridge of those internal traces into [zipkin] could be dandy. https://twitter.com/rektide/status/811373060444057601

From @virusdave > I want to get a whole-system tracing tree that is rooted in a client's action on a web page. While there is a zipkin-js project, this appears...

Let's support at least reading "b3" header from a single string, most commonly traceid-spanid-1 It would also be nice to support optionally writing this, especially in message providers or others...

In certain environments, we don't want to trace static assets (by path) and some methods. It seems possible to do this via major surgery, ex overriding `com.twitter.finagle.httpx.codec.HttpServerTraceInitializer` and make conditional...

backlog
feature request

While correct, the schema extension example could be misinterpreted due to vocabulary used. For example, a new reader who missed the implicit zero based versioning, could misunderstand how version 1...

Hi, I just noticed a drop-off in releases and activity. Zipkin currently depends on this, but we've hidden it due to the

This tracks moving from UltraDNS' SOAP Api to the new REST one.