Ramon
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.
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...
Supply a `trace.Exporter` useful for testing that just collects all spans and events in memory for later validation.
After the removal of Window from View, zPages don't support hour and minutely stats. We need to add this back.
Let's add links to all the framework integrations we have implemented to the README under the "Getting Started" section.
Many frameworks have already been instrumented with OpenTracing. Building an OpenTracing implementation on top of OpenCensus would give us compatibility with these frameworks.
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....
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...
**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...
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...