glusterfs-exporter

Crates.ioglusterfs-exporter
lib.rsglusterfs-exporter
version0.1.1
sourcesrc
created_at2016-11-03 22:39:30.783026
updated_at2016-11-03 22:39:30.783026
descriptionA prometheus exporter for glusterfs' volumes profile information
homepagehttps://github.com/ibotty/glusterfs-exporter
repositoryhttps://github.com/ibotty/glusterfs-exporter.git
max_upload_size
id7132
size33,906
Tobias Florek (ibotty)

documentation

README

Build Status crates.io

Prometheus glusterfs exporter

This exporter is meant to be started next to a gluster peer (not neccessarily serving bricks!).

It will only work with volumes that have profiling enabled.

 gluster volume profile <volname> start

The exporter will not set up profiling, but you can run the following command to enable profiling on all volumes.

 gluster volume list | xargs -I {} -n1 gluster volume profile {} start

Building glusterfs_exporter

Can be done with cargo and a recent-ish rust.

cargo install
Commit count: 21

cargo fmt