We need to add some preometheus metrics to minio (zerostor gateway) in the filesystem meta that does the following
Size of total meta data on disk
Free space available for metadata
Number of objects in storage
Operation
On initializing metadata manager, start a go routine that monitor the metadata dir, check every few minutes the amount of data user/free space available and number of symlinks under the metadata/objects to give stats on number of objects.
We need to add some preometheus metrics to minio (zerostor gateway) in the filesystem meta that does the following
Operation
On initializing metadata manager, start a go routine that monitor the metadata dir, check every few minutes the amount of data user/free space available and number of symlinks under the metadata/objects to give stats on number of objects.