Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for adsClientCount (0.1 sec)

  1. pilot/pkg/xds/ads.go

    	if !req.Full {
    		log.Infof("XDS: Incremental Pushing ConnectedEndpoints:%d Version:%s",
    			s.adsClientCount(), req.Push.PushVersion)
    	} else {
    		totalService := len(req.Push.GetAllServices())
    		log.Infof("XDS: Pushing Services:%d ConnectedEndpoints:%d Version:%s",
    			totalService, s.adsClientCount(), req.Push.PushVersion)
    		monServices.Record(float64(totalService))
    
    		// Make sure the ConfigsUpdated map exists
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 08:29:05 UTC 2024
    - 23.4K bytes
    - Viewed (0)
Back to top