- [Fix] Bug #11 Incorrect volume name or error with PR #13 Fix unmarshalling of volume status
- [Feature] #12 Feature/add quota metrics
- [Feature] #9  Add metrics used in promethueus
- [Feature] PR#8 Adds new Metrics:
- mount_successful: Checks if mountpoints of volumes occur in 'mount' at system
- volume_writeable: Issues Create and Remove file on mounted volume
- heal_info_files_count: adds all files out of sync together. If this is > 0 your gluster is probably out of sync
- [Feature] Added new metrics exposed by command gluster volume status all details:
gluster_node_size_free_bytes
gluster_node_size_total_bytes
- [Feature] Adds FOP Metrics.
- [Feature] Now builds with promu.
- [Feature]
gluster_exporter -version
shows the correct information.
- [Feature] Added metrics:
brick duration
,totalRead
,totalWrite
- [Feature] Extended README doc
- [Feature] Added status badges for cirlce and travis
- [Fix] A lot of formatting, fixing typos and refactoring.
- [Fix] Fixed warning of golint.
- [Feature] Exposes new value:
peers_connected
. - [Fix] Removes label "node".
- [Fix] Refactoring.
- [Feature] ConstMetrics
- [Feature] Build with promu
- [Feature] vendor.json
- [Fix] Better error messages
- First version of
gluster_exporter
. ATM it only runs "gluster volume info --xml" as a command and parses the xml output.