type go.opentelemetry.io/otel/trace.TraceFlags
11 uses
go.opentelemetry.io/otel/trace (current package)
trace.go#L31: FlagsSampled = TraceFlags(0x01)
trace.go#L160: type TraceFlags byte //nolint:revive // revive complains about stutter of `trace.TraceFlags`.
trace.go#L163: func (tf TraceFlags) IsSampled() bool {
trace.go#L168: func (tf TraceFlags) WithSampled(sampled bool) TraceFlags { // nolint:revive // sampled is not a control flag.
trace.go#L178: func (tf TraceFlags) MarshalJSON() ([]byte, error) {
trace.go#L183: func (tf TraceFlags) String() string {
trace.go#L192: TraceFlags TraceFlags
trace.go#L213: traceFlags TraceFlags
trace.go#L285: func (sc SpanContext) TraceFlags() TraceFlags {
trace.go#L295: func (sc SpanContext) WithTraceFlags(flags TraceFlags) SpanContext {
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |