49d53d4c67
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
31 lines
916 B
Plaintext
31 lines
916 B
Plaintext
---
|
|
sources:
|
|
- name: some_pollsters
|
|
interval: <%= @polling_interval %>
|
|
meters:
|
|
- cpu
|
|
- cpu_l3_cache
|
|
- memory.usage
|
|
- network.incoming.bytes
|
|
- network.incoming.packets
|
|
- network.outgoing.bytes
|
|
- network.outgoing.packets
|
|
- disk.read.bytes
|
|
- 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
|
|
- hardware.memory.buffer
|
|
- hardware.memory.cached
|
|
- hardware.memory.swap.avail
|
|
- hardware.memory.swap.total
|
|
- hardware.system_stats.io.outgoing.blocks
|
|
- hardware.system_stats.io.incoming.blocks
|
|
- hardware.network.ip.incoming.datagrams
|
|
- hardware.network.ip.outgoing.datagrams
|