westerndigitalcorporation / zenfs

ZenFS is a storage backend for RocksDB that enables support for ZNS SSDs and SMR HDDs.
GNU General Public License v2.0
238 stars 87 forks source link

Add optional generic time series logging in zenfs #204

Closed yhr closed 2 years ago

yhr commented 2 years ago

We already have a bunch of metrics being monitored inside zenfs, but this is only utilized by terakdb. Let's add a reported class that can be optionally enabled by a flag in the superblock that will connect to e.g. prometheus on the local host to report these metrics.

Related: #202 #178

yhr commented 2 years ago

Now available via tha prometheus exporter