opencensus-go icon indicating copy to clipboard operation
opencensus-go copied to clipboard

Provide a proper interface for in-process trace analysis

Open semistrict opened this issue 8 years ago • 3 comments

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 try to hide these without moving around too much code so that the godoc for the trace package becomes more readable but this is generally useful functionality so we should try to figure out a way to expose this more cleanly.

semistrict avatar Feb 07 '18 03:02 semistrict

/cc @bogdandrutu

semistrict avatar Feb 08 '18 01:02 semistrict

https://github.com/census-instrumentation/opencensus-java/issues/981

bogdandrutu avatar Feb 08 '18 01:02 bogdandrutu

Related to this but for Java API.

bogdandrutu avatar Feb 08 '18 01:02 bogdandrutu