Adrian Cole

Results 419 issues of Adrian Cole

Looks like the jar produced by the build ends up with 3.7MiB of contents. @cburroughs recently helped reduce the existing UI quite a bit.. maybe something similar can be done...

_From @mansu on October 18, 2016 20:57_ Currently, when we look at a span belonging to a trace in the UI, one has to mentally calculate the network latency to...

Right now, we render annotations that hold json as string literals. Ex. if I do this in finagle ``` java Trace.record("{\"event\": \"soft error\", \"type\": \"cache timeout\", \"waited.millis\": 1500}"); ``` Or...

There have been no code improvements beyond maintenance for over a year, and almost no activity. We haven't met most promises in the readme and lack of activity suggests that...

The motivation of this change is openzipkin/openzipkin.github.io#49 which tracks many, but not all libraries with regards to their ability to properly implement timestamp and duration as noted in our web...

The minimum viable deployment of spark-streaming is likely * an embedded http stream factory #23 * either a storage consumer (ex mysql) or a http consumer (ex reporter to a...

TL;DR; we could make a default http receiver. This reduces configuration to consumer only, which means elasticsearch, mysql or cassandra. There's been a lot of discussion about how to make...

Adding an adjuster should be as simple as the following.. 1. Set your classpath to zipkin-sparkstreaming-job in your classpath (laziest could use the all jar) 2. Create a java source...

Elasticsearch AWS deployment currently doesn't work as Zipkin assumes credentials are local on disk. There may be other problems as well. See https://github.com/openzipkin/zipkin-sparkstreaming/issues/8#issuecomment-279132055

Setting up everything is actually not that easy :) you need spark, elasticsearch, kafka (which has zookeeper), zipkin, and then.. this job! Here's what I'm doing now.. ## Start Kafka...