Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 32 of 32 for cluster_manager (0.25 sec)

  1. pkg/bootstrap/config.go

    	IstioMetaJSONPrefix = "ISTIO_METAJSON_"
    
    	lightstepAccessTokenBase = "lightstep_access_token.txt"
    
    	// required stats are used by readiness checks.
    	requiredEnvoyStatsMatcherInclusionPrefixes = "cluster_manager,listener_manager,server,cluster.xds-grpc,wasm"
    
    	rbacEnvoyStatsMatcherInclusionSuffix = "rbac.allowed,rbac.denied,shadow_allowed,shadow_denied"
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  2. pilot/cmd/pilot-agent/status/server_test.go

    	lastAlpn *atomic.String
    }
    
    const (
    	testHeader      = "Some-Header"
    	testHeaderValue = "some-value"
    	testHostValue   = "test.com:9999"
    )
    
    var liveServerStats = "cluster_manager.cds.update_success: 1\nlistener_manager.lds.update_success: 1\nserver.state: 0\nlistener_manager.workers_started: 1"
    
    func (h *handler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
    	h.lastAlpn.Store(r.Proto)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 15:07:03 UTC 2024
    - 42.6K bytes
    - Viewed (0)
Back to top