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

Zipkin distributed tracing library for go.

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

Add a new reporter for GCP streaming service. The idea is to have pub sub subscriber as zipkin collector to process the spans

Signed-off-by: wanglongfei

There are some cases where one might need to enable/disable tracing for certain children spans. For example, if I will write a bunch of files in a zip stream, I...

enhancement

Is there a MDC machenism in this client? For example,Spring Cloud Sleuth outputs logs like this: If we outputting logs (probably using MDC) with the trace-id and span-id and parsing...

help wanted
question
backlog

Let's discuss how, who and when we will add support for "firehose" mode.

enhancement

fatal error: concurrent map iteration and map write goroutine 55604 [running]: reflect.mapiternext(0x49fa8f?) /usr/lib/golang/src/runtime/map.go:1380 +0x19 reflect.(*MapIter).Next(0xc000066c20?) /usr/lib/golang/src/reflect/value.go:1924 +0x7e encoding/json.mapEncoder.encode({0xc000066ce0?}, 0xc0004cee80, {0xbb4900?, 0xc000266530?, 0x6?}, {0x7?, 0x0?}) /usr/lib/golang/src/encoding/json/encode.go:797 +0x33e encoding/json.structEncoder.encode({{{0xc000286900?, 0xc000066e68?, 0x4160d0?}, 0xc00029cd20?}},...

When serializing SpanModel, if there is any external modification of TAGS, it will lead to panic, add RLock before calling Send to prevent this error. issues:https://github.com/openzipkin/zipkin-go/issues/217

Since https://github.com/openzipkin/zipkin/pull/3788 has been merged, this PR implements pulsar-go-reporter 1. Add tests for all changes 2. All tests pass locally 3. Update the corresponding documents