Files
ceilometer/releasenotes/notes/add-pool-size-metrics-cdecb979135bba85.yaml
Jaromir Wysoglad 3922db4f3d Add pool capacity pollsters
This adds code to retrieve pool capacity metrics
via the cinder API.

Change-Id: Ib84f33a91b6a69f56b8cff9da431720cb58f5d33
2025-03-26 18:24:18 +09:00

12 lines
368 B
YAML

---
features:
- |
Added the following meters to the central agent to capture these metrics
for each storage pool by API.
- `volume.provider.pool.capacity.total`
- `volume.provider.pool.capacity.free`
- `volume.provider.pool.capacity.provisioned`
- `volume.provider.pool.capacity.virtual_free`
- `volume.provider.pool.capacity.allocated`