Add cinder metrics to polling.yaml

As of [1] you can skip using cinder-volume-usage-audit
and instead let the ceilometer-polling agent poll the
cinder API for the data.

Ceilometer itself should know if cinder is available
or not.

[1] https://review.openstack.org/#/c/388584/

Change-Id: I1bd6e45060f90fcbc44658f75af45e1b4ebc7acf
This commit is contained in:
Tobias Urdin 2018-04-01 15:54:48 +02:00
parent 6955b22bd2
commit 49d53d4c67
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ sources:
- disk.read.requests
- disk.write.bytes
- disk.write.requests
- volume.size
- volume.snapshot.size
- volume.backup.size
- hardware.cpu.util
- hardware.memory.used
- hardware.memory.total