google.golang.org/grpc/internal/transport.http2Client.czData (field)
20 uses
google.golang.org/grpc/internal/transport (current package)
http2_client.go#L130: czData *channelzData
http2_client.go#L273: czData: new(channelzData),
http2_client.go#L622: atomic.AddInt64(&t.czData.streamsStarted, 1)
http2_client.go#L623: atomic.StoreInt64(&t.czData.lastStreamCreatedTime, time.Now().UnixNano())
http2_client.go#L777: atomic.AddInt64(&t.czData.streamsSucceeded, 1)
http2_client.go#L779: atomic.AddInt64(&t.czData.streamsFailed, 1)
http2_client.go#L1406: atomic.AddInt64(&t.czData.kpCount, 1)
http2_client.go#L1438: StreamsStarted: atomic.LoadInt64(&t.czData.streamsStarted),
http2_client.go#L1439: StreamsSucceeded: atomic.LoadInt64(&t.czData.streamsSucceeded),
http2_client.go#L1440: StreamsFailed: atomic.LoadInt64(&t.czData.streamsFailed),
http2_client.go#L1441: MessagesSent: atomic.LoadInt64(&t.czData.msgSent),
http2_client.go#L1442: MessagesReceived: atomic.LoadInt64(&t.czData.msgRecv),
http2_client.go#L1443: KeepAlivesSent: atomic.LoadInt64(&t.czData.kpCount),
http2_client.go#L1444: LastLocalStreamCreatedTimestamp: time.Unix(0, atomic.LoadInt64(&t.czData.lastStreamCreatedTime)),
http2_client.go#L1445: LastMessageSentTimestamp: time.Unix(0, atomic.LoadInt64(&t.czData.lastMsgSentTime)),
http2_client.go#L1446: LastMessageReceivedTimestamp: time.Unix(0, atomic.LoadInt64(&t.czData.lastMsgRecvTime)),
http2_client.go#L1463: atomic.AddInt64(&t.czData.msgSent, 1)
http2_client.go#L1464: atomic.StoreInt64(&t.czData.lastMsgSentTime, time.Now().UnixNano())
http2_client.go#L1468: atomic.AddInt64(&t.czData.msgRecv, 1)
http2_client.go#L1469: atomic.StoreInt64(&t.czData.lastMsgRecvTime, time.Now().UnixNano())
 |
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. |