mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
filer: add metrics for go memory, gc stats
This commit is contained in:
parent
92c7f7e069
commit
ee933cd859
|
@ -96,6 +96,7 @@ func init() {
|
|||
FilerGather.MustRegister(FilerRequestHistogram)
|
||||
FilerGather.MustRegister(FilerStoreCounter)
|
||||
FilerGather.MustRegister(FilerStoreHistogram)
|
||||
FilerGather.MustRegister(prometheus.NewGoCollector())
|
||||
|
||||
VolumeServerGather.MustRegister(VolumeServerRequestCounter)
|
||||
VolumeServerGather.MustRegister(VolumeServerRequestHistogram)
|
||||
|
|
Loading…
Reference in a new issue