func google.golang.org/grpc/internal/channelz.Infof
15 uses
google.golang.org/grpc/internal/channelz (current package)
logging.go#L42: func Infof(l grpclog.DepthLoggerV2, id int64, format string, args ...interface{}) {
google.golang.org/grpc
clientconn.go#L249: channelz.Infof(logger, cc.channelzID, "parsed scheme: %q", cc.parsedTarget.Scheme)
clientconn.go#L255: channelz.Infof(logger, cc.channelzID, "scheme %q not registered, fallback to default scheme", cc.parsedTarget.Scheme)
clientconn.go#L428: channelz.Infof(logger, csm.channelzID, "Channel Connectivity change to %v", state)
clientconn.go#L681: channelz.Infof(logger, cc.channelzID, "ClientConn switching balancer to %q", name)
clientconn.go#L693: channelz.Infof(logger, cc.channelzID, "failed to get balancer builder for: %v, using pick_first instead", name)
clientconn.go#L696: channelz.Infof(logger, cc.channelzID, "Channel switches to new LB policy %q", name)
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#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)
resolver_conn_wrapper.go#L143: channelz.Infof(logger, ccr.cc.channelzID, "ccResolverWrapper: sending update to cc: %v", s)
resolver_conn_wrapper.go#L164: channelz.Infof(logger, ccr.cc.channelzID, "ccResolverWrapper: sending new addresses to cc: %v", addrs)
resolver_conn_wrapper.go#L178: channelz.Infof(logger, ccr.cc.channelzID, "ccResolverWrapper: got new service config: %v", sc)
stream.go#L523: channelz.Infof(logger, cs.cc.channelzID, "Server retry pushback specified to abort (%q).", sps[0])
 |
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. |