go.opencensus.io/plugin/ocgrpc.rpcData.sentBytes (field)

4 uses

	go.opencensus.io/plugin/ocgrpc (current package)
		stats_common.go#L44: 	sentCount, sentBytes, recvCount, recvBytes int64 // access atomically
		stats_common.go#L107: 	atomic.AddInt64(&d.sentBytes, int64(s.Length))
		stats_common.go#L154: 				ClientSentBytesPerRPC.M(atomic.LoadInt64(&d.sentBytes)),
		stats_common.go#L166: 				ServerSentBytesPerRPC.M(atomic.LoadInt64(&d.sentBytes)),