go.opencensus.io/trace.Span.AddMessageSendEvent (method)
3 uses
go.opencensus.io/trace (current package)
trace.go#L473: func (s *Span) AddMessageSendEvent(messageID, uncompressedByteSize, compressedByteSize int64) {
go.opencensus.io/plugin/ocgrpc
trace_common.go#L95: span.AddMessageSendEvent(0, int64(rs.Length), int64(rs.WireLength))
go.opencensus.io/plugin/ochttp
server.go#L216: span.AddMessageSendEvent(0 /* TODO: messageID */, int64(n), -1)
![]() |
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. |