type go.opencensus.io/zpages.traceRow
10 uses
go.opencensus.io/zpages (current package)
templates.go#L108: func traceIDFormatter(r traceRow) template.HTML {
tracez.go#L177: Rows []traceRow
tracez.go#L180: type traceRow struct {
tracez.go#L208: func traceRows(s *trace.SpanData) []traceRow {
tracez.go#L253: firstRow := traceRow{Fields: [3]string{wholeTime(start), "", ""}, SpanContext: s.SpanContext, ParentSpanID: s.ParentSpanID}
tracez.go#L260: out := []traceRow{firstRow}
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)}}
 |
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. |