google.golang.org/grpc.channelzData.callsStarted (field)
7 uses
google.golang.org/grpc (current package)
clientconn.go#L768: CallsStarted: atomic.LoadInt64(&cc.czData.callsStarted),
clientconn.go#L782: atomic.AddInt64(&cc.czData.callsStarted, 1)
clientconn.go#L1465: CallsStarted: atomic.LoadInt64(&ac.czData.callsStarted),
clientconn.go#L1473: atomic.AddInt64(&ac.czData.callsStarted, 1)
rpc_util.go#L859: callsStarted int64
server.go#L962: CallsStarted: atomic.LoadInt64(&s.czData.callsStarted),
server.go#L970: atomic.AddInt64(&s.czData.callsStarted, 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. |