Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for initStatusServer (0.11 sec)

  1. pilot/cmd/pilot-agent/app/cmd.go

    			defer cancel()
    			defer agent.Close()
    
    			// If a status port was provided, start handling status probes.
    			if proxyConfig.StatusPort > 0 {
    				if err := initStatusServer(ctx, proxyConfig,
    					agentOptions.EnvoyPrometheusPort, proxyArgs.EnableProfiling, agent, cancel); err != nil {
    					return err
    				}
    			}
    
    			go iptableslog.ReadNFLOGSocket(ctx)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 22:12:28 UTC 2024
    - 11.9K bytes
    - Viewed (0)
Back to top