go.opencensus.io/trace.SpanData.ParentSpanID (field)
4 uses
go.opencensus.io/trace (current package)
export.go#L76: ParentSpanID SpanID
trace.go#L250: span.data.ParentSpanID = parent.SpanID
go.opencensus.io/zpages
tracez.go#L253: firstRow := traceRow{Fields: [3]string{wholeTime(start), "", ""}, SpanContext: s.SpanContext, ParentSpanID: s.ParentSpanID}
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. |