diff options
| author | chrislu <chris.lu@gmail.com> | 2023-11-26 11:47:20 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-11-26 11:47:20 -0800 |
| commit | 81f11883e374795f5a8eddbb059aba7ee060411d (patch) | |
| tree | b3cd952859827a7a219dc14da7c8d3b40c7c74ca /weed/stats/metrics.go | |
| parent | 666a22b9803418a8d0d40573ad01adbb4dbd3fcf (diff) | |
| download | seaweedfs-81f11883e374795f5a8eddbb059aba7ee060411d.tar.xz seaweedfs-81f11883e374795f5a8eddbb059aba7ee060411d.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 3dda42423..87e5f2f4e 100644 --- a/weed/stats/metrics.go +++ b/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() { |
