Skip to content

Commit

Permalink
Merge pull request #73 from uknth/dep-upgrade
Browse files Browse the repository at this point in the history
Metrics name, remove namespace
  • Loading branch information
uknth authored Jan 4, 2024
2 parents 3e98fff + 0ef52c8 commit dcb8e3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion transport/http/filter_metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ func DefaultMetricsNameFormatter(namespace string, r *http.Request) string {

rpt := rcx.RoutePattern()

sb.WriteString(namespace)
sb.WriteRune('.')
sb.WriteString(strings.ReplaceAll(rpt, "/", "_"))

Expand Down

0 comments on commit dcb8e3f

Please # to comment.