Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getPrometheusScrapeConfiguration (0.34 sec)

  1. pkg/kube/inject/webhook.go

    			// We have already set the port, assume user is controlling this or, more likely, re-injected
    			// the pod.
    			if cur == targetPort {
    				return nil
    			}
    		}
    		scrape := getPrometheusScrapeConfiguration(pod)
    		sidecar := FindSidecar(pod)
    		if sidecar != nil && scrape != emptyScrape {
    			by, err := json.Marshal(scrape)
    			if err != nil {
    				return err
    			}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:59:39 UTC 2024
    - 42.2K bytes
    - Viewed (0)
Back to top