Limit out of the box metrics ceilometer polls
We changed the default in upstream ceilometer in this patch: Ifb5aa684e575b7904726276b7205824f2dcaa7ce. Change-Id: I67d9a8e23aa99277da00e8111e1d784c16c7e42f
This commit is contained in:
parent
22d188e733
commit
d2ef803b10
@ -1,6 +1,26 @@
|
|||||||
---
|
---
|
||||||
sources:
|
sources:
|
||||||
- name: all_pollsters
|
- name: some_pollsters
|
||||||
interval: <%= @polling_interval %>
|
interval: <%= @polling_interval %>
|
||||||
meters:
|
meters:
|
||||||
- "*"
|
- cpu
|
||||||
|
- 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
|
||||||
|
- 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user