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

Otherwise, the lack of error may lead to developers wasting a lot of time trying to figure out why do their labels not show up.

**Is your feature request related to a problem? Please describe.** When I write span code, I often write code like below. ``` StartSpan(ctx, "function name") ``` using [StartSpan function](https://github.com/census-instrumentation/opencensus-go/blob/master/trace/trace_api.go#L55) e.g....

feature-request

Probability Sampler right now takes the 8 Most Significant Bytes (leftmost / upper), parse it as a BigEndian uint64, divides by 2, and then compares it against an upper bound...

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

bug

We need the ability to translate a span's LinkType to a jaeger RefType. It currently is https://github.com/census-instrumentation/opencensus-go/blob/94fd1d08391b28f9c9f721b2a67fcf57bfd0a70e/exporter/jaeger/jaeger.go#L214-L220 But needs to translate *SpanData.Links[].Type i.e. ```go for _, link := range data.Links...

enhancement
up-for-grabs
P1

### What version of OpenCensus are you using? v0.22.3 ### What version of Go are you using? 1.16 ### What did you do? Configured opencensus-go with W3C tracecontext propagation and...

bug

**Is your feature request related to a problem? Please describe.** Yes. Usage of opencensus-go to record metrics has a substantial overhead. In real world application, we have seen OC accounting...

feature-request

Please answer these questions before submitting a bug report. ### What version of OpenCensus are you using? make install go version go1.16.2 linux/riscv64 bin/check_go_version 1.15.2 plugin/loader/preload.sh > plugin/loader/preload.go go fmt...

bug

More of a question than a bug. ### What version of OpenCensus are you using? v0.23.0 ### What version of Go are you using? 1.17 ### What did you do?...

bug