Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pilot_eds_no_instances (0.26 sec)

  1. pilot/pkg/model/push_context.go

    	)
    
    	// ProxyStatusClusterNoInstances tracks clusters (services) without workloads.
    	ProxyStatusClusterNoInstances = monitoring.NewGauge(
    		"pilot_eds_no_instances",
    		"Number of clusters without instances.",
    	)
    
    	// DuplicatedDomains tracks rejected VirtualServices due to duplicated hostname.
    	DuplicatedDomains = monitoring.NewGauge(
    		"pilot_vservice_dup_domain",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
Back to top