Adrian Cole

Results 419 issues of Adrian Cole

In Brave, the minimum language level for core code is 1.6 as there are a number of legacy apps and/or agents that cannot move ahead of that. This is also...

I wonder if upgrading would help? It is strange to me that we cannot link to a specific part of the swagger by clicking on the heading. We frequently need...

bintray repo no longer exists https://bintray.com/openzipkin/maven/zipkin-api we can use the same workaround as we did in zipkin-aws in the mean time https://github.com/openzipkin/zipkin-aws/pull/137

From #46 > The spans POST documentation is still a bit misleading. With the parameter named "spans", it seems to imply that it's expecting > > ``` > { >...

In the last release vote, it seemed evident the README could be clarified in a couple ways. * beyond examples, further clarify that proto and swagger in this project are...

In #51, we learned there are some subtleties about how openapi/swagger generates requests. These may be generator specific, but it could help to have something in a test that shows...

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

Recent versions of zipkin have a duration query that only works when timestamp and duration are set authoritatively. This implies adding the fields to the Span type when reporting to...

#### Problem The first step of transitioning to 128bit `X-B3-TraceId` is tolerantly reading 32 character long ids. Until a change is made, those propagating 128bit ids to Medidata.ZipkinTracerModule will have...

We currently support logging of only IPv4 addresses. Starting with Zipkin 1.4 endpoints can omit IPv4 (by setting Endpoint.ipv4 to 0), and optionally log Endpoint.ipv6 as the raw 16byte address....

enhancement