linkerd-zipkin
linkerd-zipkin copied to clipboard
linkerd telemeter plugins for writing trace data to zipkin
By default set replication-factor = 1, how to use this topic in cluster of kafka with 3 instance? Thanks
As a user of this plugin I end up having to build my own Docker image every time a new linkerd is released. It would be handy if you did...
Curious if anyone here had insight into this error. I am seeing it roughly every 5 seconds on instances where it is showing up. `THREAD130: zipkin-http: name resolution is negative...
After starting use of this module we are seeing alot of java / kafka errors from linkerd. `java.net.ConnectException: Connection refused` `WARN 0620 18:19:05.201 UTC kafka-producer-network-thread | producer-1: Error in I/O...
Tracking ticket to upgrade this repo to finagle 7. Depends on openzipkin/zipkin-finagle#35 (already released) and linkerd/linkerd#1600 (not yet released).
When using port 443, traces are never received from Zipkin. I suspect this is because the traces are still sent via HTTP even though the port is 443 and the...
The finagle-zipkin library will export stats for the tracers that it builds, if you pass it a stats receiver when constructing the tracer. In the initial implementation, we're using NullStatsReceiver,...
The intial telemeters provided are http and kafka. For consistency with [zipkin-finagle](https://github.com/openzipkin/zipkin-finagle), we should consider adding scribe as well. Adding a dependency on zipkin-finagle's scribe module, however, causes a version...