Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for xds_cache_evictions (0.61 sec)

  1. pilot/pkg/model/typed_xds_cache.go

    }
    
    var (
    	xdsCacheReads = monitoring.NewSum(
    		"xds_cache_reads",
    		"Total number of xds cache xdsCacheReads.",
    		monitoring.WithEnabled(enableStats),
    	)
    
    	xdsCacheEvictions = monitoring.NewSum(
    		"xds_cache_evictions",
    		"Total number of xds cache evictions.",
    		monitoring.WithEnabled(enableStats),
    	)
    
    	xdsCacheSize = monitoring.NewGauge(
    		"xds_cache_size",
    		"Current size of xds cache",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 30 05:26:03 UTC 2024
    - 11K bytes
    - Viewed (0)
Back to top