google.golang.org/grpc.Server.czData (field)
10 uses
google.golang.org/grpc (current package)
server.go#L118: czData *channelzData
server.go#L507: czData: new(channelzData),
server.go#L962: CallsStarted: atomic.LoadInt64(&s.czData.callsStarted),
server.go#L963: CallsSucceeded: atomic.LoadInt64(&s.czData.callsSucceeded),
server.go#L964: CallsFailed: atomic.LoadInt64(&s.czData.callsFailed),
server.go#L965: LastCallStartedTimestamp: time.Unix(0, atomic.LoadInt64(&s.czData.lastCallStartedTime)),
server.go#L970: atomic.AddInt64(&s.czData.callsStarted, 1)
server.go#L971: atomic.StoreInt64(&s.czData.lastCallStartedTime, time.Now().UnixNano())
server.go#L975: atomic.AddInt64(&s.czData.callsSucceeded, 1)
server.go#L979: atomic.AddInt64(&s.czData.callsFailed, 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. |