ofesseler / gluster_exporter

Gluster Exporter for Prometheus
Apache License 2.0
81 stars 57 forks source link

fix 500 errors and updated to 7.x gluster release #46

Open marcelo-ochoa opened 4 years ago

marcelo-ochoa commented 4 years ago

Hi: I am configuring a Docker Swarm cluster together with GlusterFS, when I am trying to add some monitoring tool based on Grafana/Prometheus I found your exporter. It works OK in stand-alone mode but when I running at our servers I found some 500 errors, similar to #16 . In our cases is connected to Gluster Volumes with multiples mount points, for example: `8 error(s) occurred:

ofesseler commented 4 years ago

Hi Marcelo,

did you consider using the exporter developed by the glusterfs community mentioned in #40 ? If this won't suit your needs, you are very welcome to contribute to this project.

Regards, Oli

marcelo-ochoa commented 4 years ago

I'll check ASAP, do you know if there are some Grafana dashboards to visualize that exporter? Best regards, Marcelo.