Adrian Cole

Results 360 issues of Adrian Cole

Below might help, but we haven't any tests so let's not add it to the README yet Ex. ```java public class MyApplication extends Application { public Set getSingletons() { HttpTracing...

Most things out there use spring or spring boot. It would be nice to have a demo for how to configure tracing for dubbo when someone is only using the...

makes no sense. javadoc doesn't fail locally and these are all public types. Something's up https://circleci.com/gh/spring-cloud/spring-cloud-sleuth/6054 I will disable javadoc enforcement for now. ``` [WARNING] Javadoc Warnings [WARNING] /root/project/spring-cloud-sleuth-core/src/main/java/org/springframework/cloud/sleuth/instrument/web/HttpClientRequestParser.java:44: warning...

task
techdebt

Don't think this is ready yet, as there are some gaps @minwoox can you help champion this one? Fixes #1870

We get occasionally asked about service discovery and registration etc. Please reply back with what you are using if anything to register zipkin in something like consul.

enhancement

From https://twitter.com/soini/status/1057642318365306880 > For zipkin, if I had one wish, it'd be native visualization options for large swaths of traces. **Rational** Currently, our only aggregate tool is the service dependency...

enhancement
ui

This is a story about traces that relate to eachother. There are a number of scenarios, mostly messaging or scheduling in nature, where the next task is loosely related to...

enhancement
model

#1685 we changed to use a special manual indexing of elasticsearch to work around dots in tag names (without having to do terrible hacks like renaming dots to underscores). Meanwhile,...

enhancement
elasticsearch

In the old repository, we mentioned we needed some work to facilitate [integration benchmarking](https://github.com/openzipkin/zipkin-java/issues/45). For example, we need to be able to invoke [reporters on-demand](https://github.com/openzipkin/zipkin-java/issues/181), regardless of whether that code...

enhancement
performance

Some are intentionally or accidentally splitting RPCs across different span IDs. For example, they might intentionally fork a span ID when receiving B3 headers. This could also happen when an...

enhancement
ui