Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Releases: ofesseler/gluster_exporter

v0.2.7

09 May 09:29
Compare
Choose a tag to compare
v0.2.7 Pre-release
Pre-release

fixes bug #11 Incorrect volume name or error with PR #13 Fix unmarshalling of volume status

adds features:
#12 Feature/add quota metrics
#9  add metrics used in promethues

v0.2.6

16 Feb 16:50
Compare
Choose a tag to compare
v0.2.6 Pre-release
Pre-release

includes 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

Problem is, currently if gluster doesn't reach peers it runs into timeouts and that can take up to a minute. So be aware of it.

v0.2.5

14 Dec 15:01
Compare
Choose a tag to compare

Added new metrics exposed by command gluster volume status all details:

gluster_node_size_free_bytes
gluster_node_size_total_bytes

v0.2.4

12 Dec 15:34
Compare
Choose a tag to compare

adds FOP Metrics

v0.2.3

05 Dec 09:52
Compare
Choose a tag to compare

now builds with promu

and gluster_exporter -version shows correct information

https://github.com/prometheus/promu

v0.2.2

29 Nov 16:20
Compare
Choose a tag to compare

Changes:

  • added metrics: brick duration, totalRead, totalWrite
  • Extended README doc
  • added status badges for cirlce and travis
  • a lot of formatting, fixing typos and refactoring
  • fixed warning of golint

v0.1.2

28 Nov 13:17
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release
  • exposes new value: peers_connected
  • removes label "node"
  • refactoring

v0.1.1

22 Nov 17:21
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Changed a lot.

  • ConstMetrics
  • Build with promu
  • vendor.json
  • better error messages

v0.1.0

21 Nov 15:03
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First version of gluster_exporter. ATM it only runs "gluster volume info --xml" as a command and parses the xml output.

There is still a lot to do. Please open an issue for errors and improvements.