The ibm-storage-odf-block-driver is a Prometheus Exporter to expose IBM Storage Virtualize® family storage systems information such as health, capacity and performance data as Prometheus metrics. It uses the storage Rest API to fetch data and exports such data as metrics.
It is managed by the IBM® storage odf operator. Currently it supports all IBM Storage Virtualize® family storage systems.
The Exporter endpoint is POD:9100/metrics.
- Update the IMAGE_REPO,NAME_SPACE,DRIVER_IMAGE_VERSION in Makefile to setup the image repository.
- Run
make push-image
to build and publish image to your specified repository.
It is deployed by IBM® storage odf operator.