Ramon

Results 27 issues of Ramon

Measure, view and tag names of ochttp are all out of sync with the spec. We need to implement the views as per the spec.

bug
stats
P1
http

There are a bunch of methods in trace package that aren't necessary for most users to know about. Currently they are only used by the z-Pages (ReportSpansByXXX). I'm going to...

enhancement
trace
P2

Supply a `trace.Exporter` useful for testing that just collects all spans and events in memory for later validation.

enhancement
P2

After the removal of Window from View, zPages don't support hour and minutely stats. We need to add this back.

enhancement
zpages
P2

Let's add links to all the framework integrations we have implemented to the README under the "Getting Started" section.

docs
P2

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 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

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

**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

See: https://github.com/census-instrumentation/opencensus-specs/issues/127 We should support easily adding units to metric names. Unfortunately, I don't think we can safely change the default outright but we can change all the examples and...

stats
exporter
P1
next