type go.opencensus.io/trace.internalOnly
7 uses
go.opencensus.io/trace (current package)
spanstore.go#L35: type internalOnly struct{}
spanstore.go#L39: internal.Trace = &internalOnly{}
spanstore.go#L43: func (i internalOnly) ReportActiveSpans(name string) []*SpanData {
spanstore.go#L60: func (i internalOnly) ReportSpansByError(name string, code int32) []*SpanData {
spanstore.go#L92: func (i internalOnly) ConfigureBucketSizes(bcs []internal.BucketConfiguration) {
spanstore.go#L113: func (i internalOnly) ReportSpansPerMethod() map[string]internal.PerMethodSummary {
spanstore.go#L146: func (i internalOnly) ReportSpansByLatency(name string, minLatency, maxLatency time.Duration) []*SpanData {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |