go.opencensus.io/trace.SamplingDecision.Sample (field)
6 uses
go.opencensus.io/trace (current package)
sampling.go#L37: Sample bool
sampling.go#L53: return SamplingDecision{Sample: true}
sampling.go#L56: return SamplingDecision{Sample: x < traceIDUpperBound}
sampling.go#L66: return SamplingDecision{Sample: true}
sampling.go#L73: return SamplingDecision{Sample: false}
trace.go#L230: HasRemoteParent: remoteParent}).Sample)
![]() |
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. |