mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-07-15 13:27:09 +08:00
go fmt
This commit is contained in:
parent
19295600f9
commit
d475c89fcc
@ -20,7 +20,7 @@ func (fs *FilerServer) filerHandler(w http.ResponseWriter, r *http.Request) {
|
||||
}
|
||||
if fileId != "" {
|
||||
stats.FilerRequestCounter.WithLabelValues("proxy").Inc()
|
||||
fs.proxyToVolumeServer(w,r,fileId)
|
||||
fs.proxyToVolumeServer(w, r, fileId)
|
||||
stats.FilerRequestHistogram.WithLabelValues("proxy").Observe(time.Since(start).Seconds())
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user