ceilometer/releasenotes/notes/add-volume-pollster-metadata-d7b435fed9aac0aa.yaml
Michel Nederlof 21f4484826 Add more metadata to volume.size and volume.backup.size pollster
When events are received from cinder, this includes the the volume_type_id
field (and not the volume_type name). Since Wallaby version it is now
possible to fetch this id from the API, so we can now make this poller
consistent with what is sent over the notification bus.

Another useful missing field for backups is the is_incremental field.

As the backup.user_id field was added in microversion 3.56, it makes sense
to add this information here as well to make it consistent with other
samples.

Closes-bug: #2064290
Change-Id: Ib109f399bab43ed8a6a0e0afea27ff0e5f7ae883
2024-05-02 08:15:17 +00:00

13 lines
441 B
YAML

---
features:
- >
Add volume.volume_type_id and backup.is_incremental metadata for cinder
pollsters. Also user_id information is now included for backups with the
generated samples.
upgrade:
- >
The cinder api microversion has been increased from Pike to Wallaby
version (3.64) for volume/snapshot/backup related pollsters.
These might not work until the cinder API has been upgraded up to this
microversion.