puppet-ceilometer/templates/polling.yaml.erb
Tobias Urdin 49d53d4c67 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
2018-04-01 15:54:48 +02:00

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