type go.opencensus.io/trace.TraceOptions
9 uses
go.opencensus.io/trace (current package)
trace.go#L77: type TraceOptions uint32
trace.go#L89: sc.TraceOptions &= ^TraceOptions(1)
trace.go#L94: func (t TraceOptions) IsSampled() bool {
trace.go#L105: TraceOptions TraceOptions
go.opencensus.io/trace/propagation
propagation.go#L90: sc.TraceOptions = trace.TraceOptions(b[1])
go.opencensus.io/plugin/ochttp/propagation/b3
b3.go#L102: func ParseSampled(sampled string) (trace.TraceOptions, bool) {
b3.go#L105: return trace.TraceOptions(1), true
b3.go#L107: return trace.TraceOptions(0), false
google.golang.org/api/transport/http/internal/propagation
http.go#L77: sc.TraceOptions = trace.TraceOptions(o)
![]() |
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. |