mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-07-15 08:54:05 +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 != "" {
|
if fileId != "" {
|
||||||
stats.FilerRequestCounter.WithLabelValues("proxy").Inc()
|
stats.FilerRequestCounter.WithLabelValues("proxy").Inc()
|
||||||
fs.proxyToVolumeServer(w,r,fileId)
|
fs.proxyToVolumeServer(w, r, fileId)
|
||||||
stats.FilerRequestHistogram.WithLabelValues("proxy").Observe(time.Since(start).Seconds())
|
stats.FilerRequestHistogram.WithLabelValues("proxy").Observe(time.Since(start).Seconds())
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user