diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-09-17 06:56:15 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-09-17 06:56:15 -0700 |
| commit | 6544e60bea3c9612cbb382f6dfd284c3c4f65d76 (patch) | |
| tree | 99ba778940d8a118f36161f6ff07b0ef8107f46b /weed/stats/metrics.go | |
| parent | cb427d48fa42241b9396fa850e4bf02ecddc21ed (diff) | |
| download | seaweedfs-6544e60bea3c9612cbb382f6dfd284c3c4f65d76.tar.xz seaweedfs-6544e60bea3c9612cbb382f6dfd284c3c4f65d76.zip | |
s3 add metrics
empty for now
Diffstat (limited to 'weed/stats/metrics.go')
| -rw-r--r-- | weed/stats/metrics.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/stats/metrics.go b/weed/stats/metrics.go index f3824728e..fc47cebb0 100644 --- a/weed/stats/metrics.go +++ b/weed/stats/metrics.go @@ -15,6 +15,7 @@ import ( var ( FilerGather = prometheus.NewRegistry() VolumeServerGather = prometheus.NewRegistry() + S3Gather = prometheus.NewRegistry() FilerRequestCounter = prometheus.NewCounterVec( prometheus.CounterOpts{ |
