go fmt
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -10,8 +10,8 @@ const (
|
||||
ErrorSizeMismatch = "errorSizeMismatch"
|
||||
ErrorCRC = "errorCRC"
|
||||
ErrorIndexOutOfRange = "errorIndexOutOfRange"
|
||||
ErrorGetNotFound = "errorGetNotFound"
|
||||
ErrorGetInternal = "errorGetInternal"
|
||||
ErrorGetNotFound = "errorGetNotFound"
|
||||
ErrorGetInternal = "errorGetInternal"
|
||||
|
||||
// master topology
|
||||
ErrorWriteToLocalDisk = "errorWriteToLocalDisk"
|
||||
|
||||
Reference in New Issue
Block a user