| Crates.io | glusterfs-exporter |
| lib.rs | glusterfs-exporter |
| version | 0.1.1 |
| created_at | 2016-11-03 22:39:30.783026+00 |
| updated_at | 2016-11-03 22:39:30.783026+00 |
| description | A prometheus exporter for glusterfs' volumes profile information |
| homepage | https://github.com/ibotty/glusterfs-exporter |
| repository | https://github.com/ibotty/glusterfs-exporter.git |
| max_upload_size | |
| id | 7132 |
| size | 33,906 |
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
glusterfs_exporterCan be done with cargo and a recent-ish rust.
cargo install