func healthCheckHandler()

in sample-apps/prometheus-sample-app/metrics/metrics_cli.go [58:60]


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