Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for xdsClientTracker (0.11 sec)

  1. pilot/pkg/xds/monitoring.go

    	)
    )
    
    func recordXDSClients(version string, delta float64) {
    	xdsClientTrackerMutex.Lock()
    	defer xdsClientTrackerMutex.Unlock()
    	xdsClientTracker[version] += delta
    	xdsClients.With(versionTag.Value(version)).Record(xdsClientTracker[version])
    }
    
    // triggerMetric is a precomputed monitoring.Metric for each trigger type. This saves on a lot of allocations
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 00:26:45 UTC 2024
    - 6.7K bytes
    - Viewed (0)
Back to top