Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for OutlierLogPath (0.18 sec)

  1. pkg/envoy/proxy.go

    	extraArgs []string
    }
    
    // Envoy binary flags
    type ProxyConfig struct {
    	LogLevel          string
    	ComponentLogLevel string
    	NodeIPs           []string
    	Sidecar           bool
    	LogAsJSON         bool
    	OutlierLogPath    string
    
    	BinaryPath    string
    	ConfigPath    string
    	ConfigCleanup bool
    	AdminPort     int32
    	DrainDuration *durationpb.Duration
    	Concurrency   int32
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 10:02:56 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  2. pkg/istio-agent/agent.go

    		StsPort:                     a.secOpts.STSPort,
    		ProxyConfig:                 a.proxyConfig,
    		PilotSubjectAltName:         pilotSAN,
    		CredentialSocketExists:      credentialSocketExists,
    		OutlierLogPath:              a.envoyOpts.OutlierLogPath,
    		EnvoyPrometheusPort:         a.cfg.EnvoyPrometheusPort,
    		EnvoyStatusPort:             a.cfg.EnvoyStatusPort,
    		ExitOnZeroActiveConnections: a.cfg.ExitOnZeroActiveConnections,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 10:02:56 UTC 2024
    - 26.7K bytes
    - Viewed (0)
Back to top