This is an automated email from the git hooks/post-receive script. New commit to branch bow-v2-go in repository bow. See https://gitlab.nuiton.org/chorem/bow.git commit 823c006422af7e54486c421000aa4f66e454a80b Author: Benjamin <poussin@codelutin.com> Date: Mon May 18 02:27:52 2020 +0200 ajout de la method http dans les stats --- pkg/http/router.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/http/router.go b/pkg/http/router.go index a97d2e1..08e4e34 100644 --- a/pkg/http/router.go +++ b/pkg/http/router.go @@ -230,7 +230,7 @@ func authentication(next http.Handler) http.Handler { } routeName := getRouteName(r) - restStat := stats.StartStat(fmt.Sprintf("rest(%v)", routeName), r.URL.String()) + restStat := stats.StartStat(fmt.Sprintf("rest(%s %v)", r.Method, routeName), r.URL.String()) next.ServeHTTP(w, r) restStat.Stop() }) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.