Browse Source

go fmt

pull/5050/head
chrislu 2 years ago
parent
commit
81f11883e3
  1. 1
      weed/stats/metrics.go

1
weed/stats/metrics.go

@ -234,7 +234,6 @@ var (
Help: "Bucketed histogram of s3 time to first byte request processing time.",
Buckets: prometheus.ExponentialBuckets(0.001, 2, 27),
}, []string{"type", "bucket"})
)
func init() {

Loading…
Cancel
Save