func healthCheckHandler()

in prometheus/main.go [40:42]


func healthCheckHandler(w http.ResponseWriter, r *http.Request) {
	fmt.Fprintf(w, "healthy")
}