Bas van Beek

Results 12 issues of Bas van Beek

**Is your feature request related to a problem? Please describe.** The current route tagging logic only works for routers supporting `http.Handler`. Some routers, like the one from gin do not...

P2

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

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

enhancement

OpenCensus specs dictates for each OpenCensus library to support B3 propagation. See: https://github.com/census-instrumentation/opencensus-specs/blob/master/trace/HTTP.md#propagation

Zipkin’s span model has the notion of local and remote endpoints which can hold service name, ipv4, ipv6 and port. There are benefits for OpenCensus to implement a similar special...

enhancement
data-model

There have been a couple of PR's in the various OC instrumentation libraries to add support for 3rd party tracing propagation mechanisms to become part of core OC libraries. See:...

StructScan fails in a multiple result set scenario when the result sets have different row layouts. Currently sqlx is unaware of iteration over multiple result sets and uses the first...

requires attention

We currently have 3 organizations for OpenCensus related projects: - [census-instrumentation](https://github.com/census-instrumentation) - [census-ecosystem](https://github.com/census-ecosystem) - [opencensus-integrations](https://github.com/opencensus-integrations) We should provide information on these github organizations, how they relate to the entire OC...

To make this example closer to real life it needs authentication and authorization logic. The following talks will be used for inspiration / transpiration: Deconstructing REST Security: https://www.youtube.com/watch?v=_wWxfZxCQfQ https://www.youtube.com/watch?v=osQmFNm0YDU

documentation to get this up and running as well as explaining the used concepts in this project is needed.