Skip to content

Collect and export Gluster metrics for OpenShift CNS to Prometheus

Notifications You must be signed in to change notification settings

rvanbutselaar/openshift-gluster-metrics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

openshift-gluster-metrics

Python application which exposes GlusterFS metrics (number of brick / number of online brick) using the Prometheus metrics format.

oc create serviceaccount openshift-gluster-metrics
oc adm policy add-cluster-role-to-user cluster-admin -z openshift-gluster-metrics
oc new-app https://github.com/rvanbutselaar/openshift-gluster-metrics.git#dev --image-stream=python:latest
oc patch dc/openshift-gluster-metrics --patch '{"spec":{"template":{"spec":{"serviceAccountName": "openshift-gluster-metrics"}}}}'

About

Collect and export Gluster metrics for OpenShift CNS to Prometheus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%