gluster / anthill

A Kubernetes/OpenShift operator to manage Gluster clusters
http://gluster-anthill.readthedocs.io/
Apache License 2.0
35 stars 12 forks source link

Prometheus monitoring #25

Open JohnStrunk opened 6 years ago

JohnStrunk commented 6 years ago

Describe the feature you'd like to have. It should be possible to monitor the Gluster cluster via prometheus

What is the value to the end user? (why is it a priority?) Prometheus is the monitoring solution for Kubernetes, and as such, admins expect it to be the place to go for metrics about the services running in their infra. By providing statistics about the cluster, admins can be assured things are working well, or they know that they need to dig deeper.

How will we know we have a good solution? (acceptance criteria)

Work items

Additional context We need to consider what data should come from the operator and what should come from the Gluster pods themselves or the CSI driver.