main
lzf 2025-07-22 17:43:07 +08:00
parent 9093bf2b79
commit 063fc82338
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ func QPSCollect(svcName string) gin.HandlerFunc {
"svc": svcName,
"method": ctx.Request.Method,
"route": ctx.Request.URL.Path,
"form": "",
"from": "",
}).Observe(float64(time.Since(st).Milliseconds()))
}