go.opencensus.io/trace.Span.Annotate (method)
17 uses
go.opencensus.io/trace (current package)
trace.go#L452: func (s *Span) Annotate(attributes []Attribute, str string) {
go.opencensus.io/plugin/ochttp
span_annotating_client_trace.go#L66: s.sp.Annotate(attrs, "GetConn")
span_annotating_client_trace.go#L78: s.sp.Annotate(attrs, "GotConn")
span_annotating_client_trace.go#L88: s.sp.Annotate(attrs, "PutIdleConn")
span_annotating_client_trace.go#L92: s.sp.Annotate(nil, "GotFirstResponseByte")
span_annotating_client_trace.go#L96: s.sp.Annotate(nil, "Got100Continue")
span_annotating_client_trace.go#L103: s.sp.Annotate(attrs, "DNSStart")
span_annotating_client_trace.go#L118: s.sp.Annotate(attrs, "DNSDone")
span_annotating_client_trace.go#L126: s.sp.Annotate(attrs, "ConnectStart")
span_annotating_client_trace.go#L138: s.sp.Annotate(attrs, "ConnectDone")
span_annotating_client_trace.go#L142: s.sp.Annotate(nil, "TLSHandshakeStart")
span_annotating_client_trace.go#L151: s.sp.Annotate(attrs, "TLSHandshakeDone")
span_annotating_client_trace.go#L155: s.sp.Annotate(nil, "WroteHeaders")
span_annotating_client_trace.go#L159: s.sp.Annotate(nil, "Wait100Continue")
span_annotating_client_trace.go#L168: s.sp.Annotate(attrs, "WroteRequest")
golang.org/x/pkgsite/internal/worker
server.go#L410: span.Annotate([]trace.Attribute{trace.Int64Attribute("limit", int64(limit))}, "processed limit")
server.go#L416: span.Annotate([]trace.Attribute{trace.Int64Attribute("modules to fetch", int64(len(modules)))}, "processed limit")
 |
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. |