mirror of
https://github.com/openfaas/faas.git
synced 2025-06-20 23:26:34 +00:00
Fix typo in error message
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
@ -35,7 +35,7 @@ func AddMetricsHandler(handler http.HandlerFunc, prometheusQuery PrometheusQuery
|
||||
recorder.Code,
|
||||
string(upstreamBody))
|
||||
|
||||
http.Error(w, "Unexpected status code retriving functions from backend", http.StatusInternalServerError)
|
||||
http.Error(w, "Metrics hander: unexpected status code retrieving functions from backend", http.StatusInternalServerError)
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user