type go.opentelemetry.io/otel/api/trace.SpanContext
23 uses
go.opentelemetry.io/otel/api/trace (current package)
api.go#L119: SpanContext() SpanContext
api.go#L166: SpanContext
api.go#L262: func LinkedTo(sc SpanContext, attrs ...label.KeyValue) StartOption {
b3_propagator.go#L147: sc SpanContext
b3_propagator.go#L189: func extractMultiple(traceID, spanID, parentSpanID, sampled, flags string) (SpanContext, error) {
b3_propagator.go#L193: sc = SpanContext{}
b3_propagator.go#L256: func extractSingle(contextHeader string) (SpanContext, error) {
b3_propagator.go#L262: sc = SpanContext{}
context.go#L44: func ContextWithRemoteSpanContext(ctx context.Context, sc SpanContext) context.Context {
context.go#L50: func RemoteSpanContextFromContext(ctx context.Context) SpanContext {
context.go#L51: if sc, ok := ctx.Value(remoteContextKey).(SpanContext); ok {
noop_span.go#L31: func (NoopSpan) SpanContext() SpanContext {
span_context.go#L156: type SpanContext struct {
span_context.go#L164: func EmptySpanContext() SpanContext {
span_context.go#L165: return SpanContext{}
span_context.go#L170: func (sc SpanContext) IsValid() bool {
span_context.go#L175: func (sc SpanContext) HasTraceID() bool {
span_context.go#L180: func (sc SpanContext) HasSpanID() bool {
span_context.go#L185: func (sc SpanContext) isDeferred() bool {
span_context.go#L190: func (sc SpanContext) isDebug() bool {
span_context.go#L195: func (sc SpanContext) IsSampled() bool {
trace_context_propagator.go#L82: func (TraceContext) extract(supplier propagation.HTTPSupplier) SpanContext {
trace_context_propagator.go#L118: var sc SpanContext
![]() |
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. |