go.opencensus.io/zpages.traceRow.Fields (field)
16 uses
go.opencensus.io/zpages (current package)
tracez.go#L181: Fields [3]string
tracez.go#L253: firstRow := traceRow{Fields: [3]string{wholeTime(start), "", ""}, SpanContext: s.SpanContext, ParentSpanID: s.ParentSpanID}
tracez.go#L255: firstRow.Fields[1] = " "
tracez.go#L257: firstRow.Fields[1] = formatElapsed(s.EndTime)
tracez.go#L287: out = append(out, traceRow{Fields: [3]string{"", "", msg}})
tracez.go#L291: out = append(out, traceRow{Fields: [3]string{"", "", formatAttributes(s.Attributes)}})
tracez.go#L309: row := traceRow{Fields: [3]string{
tracez.go#L316: row := traceRow{Fields: [3]string{formatTime(e.Time), formatElapsed(e.Time)}}
tracez.go#L319: row.Fields[2] = fmt.Sprintf("sent message [%d bytes, %d compressed bytes]", e.UncompressedByteSize, e.CompressedByteSize)
tracez.go#L321: row.Fields[2] = fmt.Sprintf("received message [%d bytes, %d compressed bytes]", e.UncompressedByteSize, e.CompressedByteSize)
tracez.go#L327: if len(out[i].Fields[2]) > maxTraceMessageLength {
tracez.go#L328: out[i].Fields[2] = out[i].Fields[2][:maxTraceMessageLength]
tracez.go#L376: tw.Write([]byte(r.Fields[0]))
tracez.go#L378: tw.Write([]byte(r.Fields[1]))
tracez.go#L380: tw.Write([]byte(r.Fields[2]))
 |
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. |