Prometheus exporter for CephFS metrics. Currently exposed metrics:
cephfs_subvolume_quota_bytesfor all subvolumes of all CephFS volumescephfs_subvolume_used_bytesfor all subvolumes of all CephFS volumes
make build
Run, optionally specify address/port where to listen for requests:
./cephfs_exporter -web.listen-address :9939
cephfs_exporter is using the default ceph configuration file in
/etc/ceph/ceph.conf. If ceph management commands work correctly the exporter
should also work.