Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pilot/cmd/pilot-agent/status/server.go

    			if err != nil {
    				log.Infof("app connection is not closed: %v", err)
    			}
    		}
    		if envoyCancel != nil {
    			envoyCancel()
    		}
    		if appCancel != nil {
    			appCancel()
    		}
    	}()
    
    	// Gather all the metrics we will merge
    	if !s.config.NoEnvoy {
    		if envoy, envoyCancel, _, err = s.scrape(fmt.Sprintf("http://localhost:%d/stats/prometheus", s.envoyStatsPort), r.Header); err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 15:07:03 UTC 2024
    - 31.1K bytes
    - Viewed (1)
Back to top