Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Apr 12, 2020
1 parent 49ffa94 commit e4e7c43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/app/middleware/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ func Logger() gin.HandlerFunc {
// Collect Metrics
httpRequests.WithLabelValues(
strconv.Itoa(c.Writer.Status()),
c.Request.Method, c.HandlerName(),
c.Request.Method,
c.HandlerName(),
c.Request.Host,
c.Request.URL.Path,
).Inc()
Expand Down

0 comments on commit e4e7c43

Please sign in to comment.