type go.opencensus.io/trace.StartOption
5 uses
go.opencensus.io/trace (current package)
trace.go#L147: type StartOption func(*StartOptions)
trace.go#L150: func WithSpanKind(spanKind int) StartOption {
trace.go#L158: func WithSampler(sampler Sampler) StartOption {
trace.go#L169: func StartSpan(ctx context.Context, name string, o ...StartOption) (context.Context, *Span) {
trace.go#L193: func StartSpanWithRemoteParent(ctx context.Context, name string, parent SpanContext, o ...StartOption) (context.Context, *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. |