Metrics working

This commit is contained in:
Pablu23
2025-10-01 13:58:42 +02:00
parent 018d9a9022
commit 66f2811fff
7 changed files with 188 additions and 27 deletions

View File

@@ -22,6 +22,7 @@ func RequestLogger(next http.Handler) http.Handler {
Str("uri", r.RequestURI).
Str("method", r.Method).
Str("uuid", uuid).
Str("remote_address", r.RemoteAddr).
Msg("Received Request")
next.ServeHTTP(lrw, r)