type go.opencensus.io/trace.SpanID
13 uses
go.opencensus.io/trace (current package)
basetypes.go#L27: SpanID [8]byte
basetypes.go#L34: func (s SpanID) String() string {
basetypes.go#L86: SpanID SpanID
export.go#L76: ParentSpanID SpanID
sampling.go#L30: SpanID SpanID
trace.go#L104: SpanID SpanID
go.opencensus.io/plugin/ochttp/propagation/b3
b3.go#L88: func ParseSpanID(sid string) (spanID trace.SpanID, ok bool) {
b3.go#L90: return trace.SpanID{}, false
b3.go#L94: return trace.SpanID{}, false
go.opencensus.io/zpages
templates.go#L117: if r.ParentSpanID != (trace.SpanID{}) {
tracez.go#L183: ParentSpanID trace.SpanID
tracez.go#L383: if r.ParentSpanID != (trace.SpanID{}) {
contrib.go.opencensus.io/exporter/stackdriver
trace_proto.go#L71: if p := s.ParentSpanID; p != (trace.SpanID{}) {
![]() |
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. |