aodh/ceilometer/compute/pollsters
Saba Ahmed 707c286cf5 Add Disk Meters for ceilometer
The new disk meter reading correspond to libvirt domblkinfo Statistics :
capacity, allocation and physical(usage) .

Storage meters per instance
disk.capacity = Disk Capacity for all the disks of the instance
disk.usage = Disk Usage for all the disks of the instance
disk.allocation = Disk Allocation for all the disks of the instance

Storage Meters per disk per instance
disk.device.capacity = Disk Capacity for each individual disk of an instance
disk.device.usage = Disk Usage for each individual disk of an instance
disk.device.allocation =Disk Allocation for each individual disk of an instance

DocImpact

Implements: blueprint disk-info-meters
Change-Id: Ie5accb8fb75b0d3a6641d090fa273fc8fe100ab3
2015-02-12 09:27:33 -05:00
..
__init__.py Use oslo_utils instead of deprecated oslo.utils 2015-01-10 21:04:23 +08:00
cpu.py Upgrade to hacking 0.10 2015-01-23 17:43:04 +01:00
disk.py Add Disk Meters for ceilometer 2015-02-12 09:27:33 -05:00
instance.py Upgrade to hacking 0.10 2015-01-23 17:43:04 +01:00
memory.py Return a meaningful value or raise an excpetion for libvirt 2015-01-08 02:45:53 +08:00
net.py Upgrade to hacking 0.10 2015-01-23 17:43:04 +01:00
util.py Upgrade to hacking 0.10 2015-01-23 17:43:04 +01:00