zipkin-go icon indicating copy to clipboard operation
zipkin-go copied to clipboard

Zipkin distributed tracing library for go.

Results 17 zipkin-go issues
Sort by recently updated
recently updated
newest added

This PR adds support for `finishedSpanHandler` in the same way as brave: https://github.com/openzipkin/brave/releases/tag/5.4.1 Ping @basvanbeek @adriancole Closes #90

Our scanning tools have picked up a vulnerability in the zipkin dependency version we are using 0.4.0. In order to resolve this vulnerability we need to eliminate the following dependencies...

We should provide a standard structured logger interface which consumers can inject with an implementation. `zipkin-go-opentracing` uses an interface compatible with the `Go kit` logger interface which seems the best...

enhancement
help wanted
next

This is a very early start of a change that does two things: 1. Adds support for accessing request/response elements like payload, trailer and header in GRPC 2. Adds support...

This commit provides users of this library with the ability to configure any logger of their choosing to be passed into the various components of this library. Doing so allows...

start zipkin server with this: ``` bash RABBIT_URI=amqp://guest:guest@localhost:35020/test RABBIT_QUEUE=zipkintest java -jar zipkin.jar ``` zipkin-go can't send span to zipkintest

Currently the `ServerOption` named `SpanName` accepts a span name. While this serves for the purpose, I think accepting a function that accepts the request would allow users to do things...

I can insert the http reporter into gin middleware. But when I change the http reporter to kafka report, the requests always blocked. Maybe an example is very helpful for...

I would like to add additional fixed tags per GRPC ClientHandler to spans like "component = grpc". A way to implement it could be to introduce an additional ClientOption to...

## What * Originally this PR is from https://github.com/openzipkin/zipkin-go/pull/142 * It seems stale and taking over the that PR * Add GCP Cloud reporter ## Why * https://github.com/openzipkin/zipkin-gcp/issues/132 * https://github.com/openzipkin/zipkin-go/pull/142#issuecomment-558739097