Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pilot_duplicate_envoy_clusters (0.39 sec)

  1. pilot/pkg/model/push_context.go

    		"Number of conflicting inbound listeners.",
    	)
    
    	// DuplicatedClusters tracks duplicate clusters seen while computing CDS
    	DuplicatedClusters = monitoring.NewGauge(
    		"pilot_duplicate_envoy_clusters",
    		"Duplicate envoy clusters caused by service entries with same hostname",
    	)
    
    	// DNSNoEndpointClusters tracks dns clusters without endpoints
    	DNSNoEndpointClusters = monitoring.NewGauge(
    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