Skip to content
OpenStack Prometheus Exporter v0.1.0
====================================

First public release of the OpenStack Prometheus Exporter.

Features:

- Export project usage metrics:
  - Number of instances
  - Total cores in use
  - Total memory in use (MB)

- Export project quota limits:
  - Max instances
  - Max cores
  - Max memory (MB)

- Export per-instance info:
  - ID, name, status, flavor name, image name

- Automatic caching of flavors and images
- Lazy resolution of old image IDs
- Full Helm chart for Kubernetes deployment
- Fully static binary, built with Go 1.24.4
- Docker image with required CAs
- Compatible with Prometheus Operator + ServiceMonitor

Tested with:

- OpenStack Yoga / Zed
- Prometheus Operator 0.72+
- Prometheus 2.48+

Notes:

- Recommended scrape interval: 60s
- Recommended timeout: 30s
- Image published to: gitlab-registry.cern.ch/gfacundo/openstack-prometheus-exporter:v0.1.0