Bas van Beek

Results 51 comments of Bas van Beek

Hi @tacigar the "white striped" annotations on the spans is a good idea, however this will not be enough to replace the span bar with annotation items in the SpanDetail...

Additional note... zipkin-go-opentracing has moved from the community organization to contrib as Zipkin only provides first class support to its native zipkin-go tracer which uses the Zipkin v2 API. New...

latest release bumps to zipkin-go v0.4.1 and opentracing-go v1.2.0

@IF034Java no you don't need special permissions to contribute, but you can't add branches directly to this repo. That indeed is reserved for maintainers only. Make a fork of this...

new release has been cut with zipkin-go v0.4.1 and opentracing-go v1.2.0.

Which exporter are you using? My suspicion is that establishing the connection to the stats / trace backend is taking too long. This connection happens regardless of span sampling. Have...

What if people using DataDog exporter would just set the OpenCensus sampler to always sample? And then if needed have the DataDog exporter decide on what can be discarded and...

The big question is... do you need additional items like annotations and attributes as well or is just an empty span with only SpanContext sufficient? As a reference Zipkin has...

yes with classic header having priority as the other OpenCensus libraries only support classic multi header at this point and when not explicitly called out, multi header is standard B3.

Hi @dz0ny, thanks for the contribution. I think it can be a helpful addition in certain cases. Having said that, there are indeed some concerns: - this should not be...