func go.opencensus.io/trace.startSpanInternal
3 uses
go.opencensus.io/trace (current package)
trace.go#L179: span := startSpanInternal(name, parent != SpanContext{}, parent, false, opts)
trace.go#L198: span := startSpanInternal(name, parent != SpanContext{}, parent, true, opts)
trace.go#L204: func startSpanInternal(name string, hasParent bool, parent SpanContext, remoteParent bool, o StartOptions) *Span {
 |
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. |