Adrian Cole

Results 419 issues of Adrian Cole

particularly with adjusters who might have multiple properties to set, we might want to encourage or point people to docs that describe how to use yaml or properties files https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-external-config.html#boot-features-external-config-application-property-files

_From @adriancole on November 22, 2016 5:43_ Vizceral is a streaming aggregation tool similar to the service dependency graph we have now (but more pretty and powerful). https://github.com/Netflix/vizceral There've been...

Similar to docker-zipkin, it would be nice to automate updates to `ZIPKIN_JAVA_VERSION`, as the primary change update will be based on version updates to zipkin-java. Ex. tag 0.4.1 sets ZIPKIN_JAVA_VERSION...

_From @szsuyuji on October 12, 2016 3:36_ # docker run -e STORAGE_TYPE=elasticsearch -e ES_CLUSTER=project-log-cluster -e JAVA_OPTS="$JAVA_OPTS -Djava.library.path=$HADOOP_HOME/lib" -e ES_HOSTS=10.105.113.227 openzipkin/zipkin-dependencies Processing spans from zipkin-2016-10-12/span 03:27:41.130 [main] WARN o.a.hadoop.util.NativeCodeLoader - Unable...

We encourage folks to use kafka, so it would be nice to have a minimal file that works with kafka and the most recent zipkin-java. Some options have been noted...

It would be great to have a job that regularly builds docker images from upstream snapshots and tests both compose files by doing docker-compose up and hitting DOCKER_IP/api/v1/services and/or /check

Not sure why this doesn't fail in travis. Maybe we need to guard stuff more specifically ``` java.util.concurrent.CompletionException: java.net.UnknownHostException: failed to resolve 'macbook-pro-7.local' after 3 queries at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:331) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:346)...

This may be a historical thing, but the Dependencies type is only used by Cassandra, and only its links field is ever used. I'd recommend we remove the type and...

cassandra

_From @adriancole on April 21, 2016 0:37_ Firstly, we need to rename some things to call them collectors. After that, we should discuss the following behavior. Spans are collected from...

In classic, I'm sure api errors rendered a warning somehow. I'm not sure if Lens did in the past, but it currently does not. Here's an example, of a 400...

bug
ui