const go.opentelemetry.io/otel/trace.FlagsSampled
5 uses
go.opentelemetry.io/otel/trace (current package)
trace.go#L13: FlagsSampled = TraceFlags(0x01)
trace.go#L187: return tf&FlagsSampled == FlagsSampled
trace.go#L193: return tf | FlagsSampled
trace.go#L196: return tf &^ FlagsSampled
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |