Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
kdudkov committed Nov 10, 2023
1 parent 61334c0 commit 2b2ec98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/goatak_server/air_gases.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func LoggerGas(log *zap.SugaredLogger, apiname string) air.Gas {

httpRequestsCount.With(prometheus.Labels{
"api": apiname,
"path": req.Path,
"path": req.RawPath(),
"method": req.Method,
"code": strconv.Itoa(res.Status)}).Inc()

Expand Down

0 comments on commit 2b2ec98

Please sign in to comment.