Browse Source

go fmt

pull/1475/head
Chris Lu 4 years ago
parent
commit
41d508edfd
  1. 1
      weed/stats/metrics.go

1
weed/stats/metrics.go

@ -107,7 +107,6 @@ var (
Help: "Bucketed histogram of s3 request processing time.",
Buckets: prometheus.ExponentialBuckets(0.0001, 2, 24),
}, []string{"type"})
)
func init() {

Loading…
Cancel
Save