google.golang.org/grpc.addrConn.channelzID (field)
18 uses
google.golang.org/grpc (current package)
balancer_conn_wrappers.go#L223: channelz.Warningf(logger, acbw.ac.channelzID, "acBalancerWrapper: UpdateAddresses: failed to newAddrConn: %v", err)
clientconn.go#L736: ac.channelzID = channelz.RegisterSubChannel(ac, cc.channelzID, "")
clientconn.go#L737: channelz.AddTraceEvent(logger, ac.channelzID, 0, &channelz.TraceEventDesc{
clientconn.go#L741: Desc: fmt.Sprintf("Subchannel(id:%d) created", ac.channelzID),
clientconn.go#L835: channelz.Infof(logger, ac.channelzID, "addrConn: tryUpdateAddrs curAddr: %v, addrs: %v", ac.curAddr, addrs)
clientconn.go#L855: channelz.Infof(logger, ac.channelzID, "addrConn: tryUpdateAddrs curAddrFound: %v", curAddrFound)
clientconn.go#L1063: channelzID int64 // channelz unique identification number.
clientconn.go#L1073: channelz.Infof(logger, ac.channelzID, "Subchannel Connectivity change to %v", s)
clientconn.go#L1210: channelz.Infof(logger, ac.channelzID, "Subchannel picks a new address %q to connect", addr.Addr)
clientconn.go#L1279: copts.ChannelzParentID = ac.channelzID
clientconn.go#L1285: channelz.Warningf(logger, ac.channelzID, "grpc: addrConn.createTransport failed to connect to %v. Err: %v. Reconnecting...", addr, err)
clientconn.go#L1293: channelz.Warningf(logger, ac.channelzID, "grpc: addrConn.createTransport failed to connect to %v: didn't receive server preface in time. Reconnecting...", addr)
clientconn.go#L1340: channelz.Error(logger, ac.channelzID, "Health check is requested but health check function is not set.")
clientconn.go#L1370: channelz.Error(logger, ac.channelzID, "Subchannel health check is unimplemented at server side, thus health check is disabled")
clientconn.go#L1372: channelz.Errorf(logger, ac.channelzID, "HealthCheckFunc exits with unexpected error %v", err)
clientconn.go#L1437: channelz.AddTraceEvent(logger, ac.channelzID, 0, &channelz.TraceEventDesc{
clientconn.go#L1441: Desc: fmt.Sprintf("Subchanel(id:%d) deleted", ac.channelzID),
clientconn.go#L1447: channelz.RemoveEntry(ac.channelzID)
 |
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. |