Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PrometheusPathAndPort (0.17 sec)

  1. istioctl/pkg/proxyconfig/proxyconfig.go

    		if err != nil {
    			return "", fmt.Errorf("failed to retrieve Pod %s/%s: %v", podNamespace, podName, err)
    		}
    
    		promPath, promPort, err := util.PrometheusPathAndPort(pod)
    		if err != nil {
    			return "", fmt.Errorf("failed to retrieve prometheus path and port from Pod %s/%s: %v", podNamespace, podName, err)
    		}
    		path = promPath
    		port = promPort
    	}
    
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Tue Apr 16 03:28:36 GMT 2024
    - 48K bytes
    - Viewed (0)
Back to top