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

A stats collection and distributed tracing framework

Results 107 opencensus-go issues
Sort by recently updated
recently updated
newest added

### What version of OpenCensus are you using? OpenCensus 0.22.4 (debian build 0.22.4-1) ### What version of Go are you using? golang 1.15 (debian build 1.15.8-3) ### What did you...

bug

Please answer these questions before submitting a bug report. ### What version of OpenCensus are you using? Irrelevant ### What version of Go are you using? Irrelevant ### What did...

bug

**Is your feature request related to a problem? Please describe.** Greetings! I just started using opencensus in go. The quality and framework was super easy to use, the primitives are...

feature-request

Currently, I can only use these: https://github.com/census-instrumentation/opencensus-go/blob/49838f207d61097fc0ebb8aeef306913388376ca/plugin/ochttp/stats.go#L86-L115 So, is there a way to add custom ones in some way as [`SetRoute`](https://github.com/census-instrumentation/opencensus-go/blob/49838f207d61097fc0ebb8aeef306913388376ca/plugin/ochttp/route.go#L27-L31) is doing this?

**Describe the bug** In this [init()](https://github.com/census-instrumentation/opencensus-go/blob/master/stats/view/worker.go#L27) function a gorouting is fired. This looks like an strange behaviour for a lib, because any program importing this lib will have your goroutine...

enhancement
P1

Please answer these questions before submitting a bug report. ### What version of OpenCensus are you using? 0.22.5 ### What version of Go are you using? 1.14 ### What did...

bug

Please answer these questions before submitting a bug report. ### What version of OpenCensus are you using? v0.22.5 ### What version of Go are you using? 1.15 ### What did...

bug

### What version of OpenCensus are you using? v0.22.4 ### What version of Go are you using? 1.14 ### What did you do? Use `ochttp.Handler` to measure server response size....

bug

Please answer these questions before submitting a bug report. ### What version of OpenCensus are you using? OpenCensus Go 0.22.5 ### What version of Go are you using? 1.15 ###...

bug

In February, support for B3 propagation was added for HTTP clients and servers in #380. It is common in B3 environments to also use these same headers in GRPC metadata,...

enhancement
trace
grpc
P2