This commit is contained in:
Chris Lu 2020-09-19 14:10:26 -07:00
parent 5b40a2690a
commit 41d508edfd
2 changed files with 1 additions and 2 deletions

View file

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