diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-09-19 14:10:26 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-09-19 14:10:26 -0700 |
| commit | 41d508edfdb715a8509881ba476293758a88ab1e (patch) | |
| tree | 71e0a80ea7c28d1d28d6b07abc1808e68d5b629b /weed/stats/metrics.go | |
| parent | 5b40a2690a9e24eb3911bbb8cf2454180887f90d (diff) | |
| download | seaweedfs-41d508edfdb715a8509881ba476293758a88ab1e.tar.xz seaweedfs-41d508edfdb715a8509881ba476293758a88ab1e.zip | |
go fmt
Diffstat (limited to 'weed/stats/metrics.go')
| -rw-r--r-- | weed/stats/metrics.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/stats/metrics.go b/weed/stats/metrics.go index 25117ae72..161cc1cda 100644 --- a/weed/stats/metrics.go +++ b/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() { |
