Adrian Cole

Results 419 issues of Adrian Cole

Would be easier to find the button.

We're currently tagging outbound requests with a trace/span id. I wonder if we can configure a zipkin url and post json of the client-side of the trace?

@openzipkin/core we should archive this repo if it isn't updated in the next six months. Folks who can help with this, but currently don't have access to are free to...

enhancement

Right now, we only deploy both versions of scala. It would be nice to run tests on both versions, even if there's little chance we will break.

there's been a couple hints that we could make it possible to disable auto-loading of tracers. I'm not sure if that would be possible with code change here or not...

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...

https://github.com/hypertrace/hypertrace-ui/pull/165 merged Hypertrace Core UI here, which is good because there are less submodules. However, it appears to have interwoven the core files with the non-core ones. This means Hypertrace...

UX

_From @rogeralsing on September 8, 2016 20:5_ If you collect a root span with no annotations on (which is ofcourse incorrect) the UI breaks with a null reference exception at...

help wanted

from @dragontree101 my zipkin-server is 1.16 and change zipkin-ui in 0.0.1 i use new zipkin-ui, but has error, i need change some ui-config? i use config is ``` environment= KAFKA_ZOOKEEPER="10.215.242.11,10.215.242.12,10.215.242.13:2181/kafka-offline",...

help wanted

when building from scratch, you edit the zipkin-server/pom.xml like so.. there's probably value in showing how to do this just using a commandline and an existing zipkin jar. (which would...