mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-18 18:03:57 +08:00
adjust printout
This commit is contained in:
@@ -11,7 +11,7 @@ func track(f http.HandlerFunc, action string) http.HandlerFunc {
|
||||
|
||||
return func(w http.ResponseWriter, r *http.Request) {
|
||||
|
||||
w.Header().Set("Server", "Seaweed S3 "+util.VERSION)
|
||||
w.Header().Set("Server", "SeaweedFS S3 "+util.VERSION)
|
||||
|
||||
start := time.Now()
|
||||
stats_collect.S3RequestCounter.WithLabelValues(action).Inc()
|
||||
|
Reference in New Issue
Block a user