go.opencensus.io/trace.StartOptions.Sampler (field)
13 uses
go.opencensus.io/trace (current package)
trace.go#L139: Sampler Sampler
trace.go#L160: o.Sampler = sampler
trace.go#L216: if !hasParent || remoteParent || o.Sampler != nil {
trace.go#L222: if o.Sampler != nil {
trace.go#L223: sampler = o.Sampler
go.opencensus.io/plugin/ocgrpc
trace_common.go#L40: trace.WithSampler(c.StartOptions.Sampler),
trace_common.go#L70: trace.WithSampler(s.StartOptions.Sampler),
trace_common.go#L77: trace.WithSampler(s.StartOptions.Sampler))
go.opencensus.io/plugin/ochttp
client.go#L92: Sampler: startOpts.Sampler,
server.go#L116: trace.WithSampler(startOpts.Sampler),
server.go#L120: trace.WithSampler(startOpts.Sampler),
trace.go#L60: trace.WithSampler(t.startOptions.Sampler),
![]() |
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. |