google.golang.org/grpc.ClientConn.channelzID (field)

28 uses

	google.golang.org/grpc (current package)
		clientconn.go#L151: 			cc.channelzID = channelz.RegisterChannel(&channelzChannel{cc}, cc.dopts.channelzParentID, target)
		clientconn.go#L152: 			channelz.AddTraceEvent(logger, cc.channelzID, 0, &channelz.TraceEventDesc{
		clientconn.go#L156: 					Desc:     fmt.Sprintf("Nested Channel(id:%d) created", cc.channelzID),
		clientconn.go#L161: 			cc.channelzID = channelz.RegisterChannel(&channelzChannel{cc}, 0, target)
		clientconn.go#L162: 			channelz.Info(logger, cc.channelzID, "Channel Created")
		clientconn.go#L164: 		cc.csMgr.channelzID = cc.channelzID
		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#L302: 		ChannelzParentID: cc.channelzID,
		clientconn.go#L502: 	channelzID int64 // channelz unique identification number
		clientconn.go#L681: 	channelz.Infof(logger, cc.channelzID, "ClientConn switching balancer to %q", name)
		clientconn.go#L683: 		channelz.Info(logger, cc.channelzID, "ignoring balancer switching: Balancer DialOption used instead")
		clientconn.go#L692: 		channelz.Warningf(logger, cc.channelzID, "Channel switches to new LB policy %q due to fallback from invalid balancer name", PickFirstBalancerName)
		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#L736: 		ac.channelzID = channelz.RegisterSubChannel(ac, cc.channelzID, "")
		clientconn.go#L1025: 				Desc:     fmt.Sprintf("Nested channel(id:%d) deleted", cc.channelzID),
		clientconn.go#L1029: 		channelz.AddTraceEvent(logger, cc.channelzID, 0, ted)
		clientconn.go#L1032: 		channelz.RemoveEntry(cc.channelzID)
		resolver_conn_wrapper.go#L143: 	channelz.Infof(logger, ccr.cc.channelzID, "ccResolverWrapper: sending update to cc: %v", s)
		resolver_conn_wrapper.go#L155: 	channelz.Warningf(logger, ccr.cc.channelzID, "ccResolverWrapper: reporting error to cc: %v", err)
		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)
		resolver_conn_wrapper.go#L180: 		channelz.Info(logger, ccr.cc.channelzID, "Service config lookups disabled; ignoring config")
		resolver_conn_wrapper.go#L185: 		channelz.Warningf(logger, ccr.cc.channelzID, "ccResolverWrapper: error parsing service config: %v", scpr.Err)
		resolver_conn_wrapper.go#L218: 	channelz.AddTraceEvent(logger, ccr.cc.channelzID, 0, &channelz.TraceEventDesc{
		stream.go#L523: 				channelz.Infof(logger, cs.cc.channelzID, "Server retry pushback specified to abort (%q).", sps[0])
		stream.go#L529: 			channelz.Warningf(logger, cs.cc.channelzID, "Server retry pushback specified multiple values (%q); not retrying.", sps)