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

Many frameworks have already been instrumented with OpenTracing. Building an OpenTracing implementation on top of OpenCensus would give us compatibility with these frameworks.

enhancement
trace
P1

We initially made an improvement to calculate the span duration from the monotonic clock. We also have to make sure that children start times are calculated with the monotonic clock...

enhancement
trace
P1
next

Issue to implement HTTP tag propagation as its lack of came up in the interop testing.

tags
P1
feature-request
GA-Effort

Currently the Java implementation sets a trace's status code as 0 for success unconditionally if there is a message or not. However, the Go implementation doesn't set it and has...

enhancement
trace
P2

We should not keep an unbounded number of spans in the active set in spanStore. If a user starts a span without ending it, this will cause a memory leak....

enhancement
zpages
next
P2

``` type SumData float64 ``` Sum aggregation produces a float64 even for int64 measures which might overflow earlier. We need to discuss whether we should produce an int64 sum for...

enhancement
P2

We currently provide an option for the gRPC and HTTP entry points but it is common case for users to not to trust the incoming trace ID. Rather than providing...

enhancement
trace
http
P2

So the user can correlate the execution tracer spans with their distributed spans.

trace
stats
feature-request
P2

I'm using OpenCensus in a Golang HTTP server with the `trace.ProbabilitySampler`. As far as I understand the sampling decision is made before the request processing starts and therefore it is...

enhancement
trace
zpages
P2

The Stackdriver exporter is moved to it's own repo. The out-of-date copy in this repo has been deprecated for 2 months. We can now remove the copy in this repo...

enhancement
P1
next