adjust printout

This commit is contained in:
Chris Lu
2020-09-20 16:01:56 -07:00
parent 62563a895a
commit 9a3b564508
2 changed files with 3 additions and 3 deletions

View File

@@ -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()