go.opencensus.io/zpages.traceRow.ParentSpanID (field)
6 uses
go.opencensus.io/zpages (current package)
templates.go#L117: if r.ParentSpanID != (trace.SpanID{}) {
templates.go#L118: return template.HTML(fmt.Sprintf(`trace_id: <b style="color:%s">%s</b> span_id: %s parent_span_id: %s`, col, sc.TraceID, sc.SpanID, r.ParentSpanID))
tracez.go#L183: ParentSpanID trace.SpanID
tracez.go#L253: firstRow := traceRow{Fields: [3]string{wholeTime(start), "", ""}, SpanContext: s.SpanContext, ParentSpanID: s.ParentSpanID}
tracez.go#L383: if r.ParentSpanID != (trace.SpanID{}) {
tracez.go#L384: fmt.Fprintf(tw, " parent_span_id: %s", r.ParentSpanID)
 |
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. |