func go.opencensus.io/trace.StartSpanWithRemoteParent
3 uses
go.opencensus.io/trace (current package)
trace.go#L193: func StartSpanWithRemoteParent(ctx context.Context, name string, parent SpanContext, o ...StartOption) (context.Context, *Span) {
go.opencensus.io/plugin/ocgrpc
trace_common.go#L68: ctx, _ := trace.StartSpanWithRemoteParent(ctx, name, parent,
go.opencensus.io/plugin/ochttp
server.go#L115: ctx, span = trace.StartSpanWithRemoteParent(ctx, name, sc,
 |
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. |