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

zpages is somewhat difficult to integrate. In our setup, we have a dedicated `http.Mux` for handling internal debug requests. The middlewares on the mux will handle authentication etc. Along with...

enhancement
P2

Hi ! Opencensus expose metrics like `*_bucket` with count for each delay bucket and others metrics. And I tried build grafana dash from datasource prometheus on that metrics and not...

docs
P2

OpenCensus Go should plan switching from B3 to https://github.com/w3c/distributed-tracing as the default HTTP propagation format as we are trying to unify the context propagation around this proposal. I suggest us...

enhancement
trace
P1

**Describe the bug** We do not use route as span name in ochttp as required by the spec. **Expected behavior** When a route is configured by ochttp.WithRouteTag, we should use...

enhancement
P2

@adamgarza has done a bunch of improvements on the Java zPages, and now the zPages look like this: https://github.com/census-instrumentation/opencensus-java/tree/master/contrib/zpages#view-stats-and-spans-on-z-pages. We should apply the same color and style to zPages in...

enhancement
zpages
P2

There's a chance I've misunderstood the API, so I guess this is feedback about that, if I did. `ochttp.ServerResponseCountByStatusCode` has its Measure set to `ochttp.ServerLatency`, but shouldn't it have its...

docs
P2

**NB:** Before opening a feature request against this repo, consider whether the feature should/could be implemented in other the OpenCensus libraries in other languages. If so, please [open an issue...

enhancement
P1

For specification there is an [issue](https://github.com/census-instrumentation/opencensus-specs/issues/9) in specs repo. This issue is open to track the implementation in go once the spec is finalized.

P1
feature-request
GA-Effort

It seems that using `GetStartOptions` ignores the `OPTIONS` http method but not the "/" path. If I go to StackDriver I can still see the `/` traces. :( ```go Handler:...

bug
P2

Please add payload information to the ochttp Go integration. This is one of the very helpful items for debugging, and present in the Java implementation and also in the Go...

enhancement
P1
GA-Effort