func google.golang.org/grpc/internal/channelz.Warningf

10 uses

	google.golang.org/grpc/internal/channelz (current package)
		logging.go#L54: func Warningf(l grpclog.DepthLoggerV2, e Entity, format string, args ...any) {

	google.golang.org/grpc
		balancer_wrapper.go#L196: 		channelz.Warningf(logger, ccb.cc.channelz, "acBalancerWrapper: NewSubConn: failed to newAddrConn: %v", err)
		clientconn.go#L1534: 		channelz.Warningf(logger, ac.channelz, "grpc: addrConn.createTransport failed to connect to %s. Err: %v", addr, err)
		resolver_wrapper.go#L157: 	channelz.Warningf(logger, ccr.cc.channelz, "ccResolverWrapper: reporting error to cc: %v", err)
		server.go#L1402: 			channelz.Warningf(logger, s.channelz, "grpc: Server.processUnaryRPC failed to write status: %v", e)
		server.go#L1457: 			channelz.Warningf(logger, s.channelz, "grpc: Server.processUnaryRPC failed to write status: %v", e)
		server.go#L1497: 				channelz.Warningf(logger, s.channelz, "grpc: Server.processUnaryRPC failed to write status: %v", e)
		server.go#L1793: 		channelz.Warningf(logger, s.channelz, "grpc: Server.handleStream failed to write status: %v", err)
		server.go#L1886: 		channelz.Warningf(logger, s.channelz, "grpc: Server.handleStream failed to write status: %v", err)
		stream.go#L729: 			channelz.Warningf(logger, cs.cc.channelz, "Server retry pushback specified multiple values (%q); not retrying.", sps)