Merge "Update cpu meters of hardware resource"

This commit is contained in:
Zuul 2021-01-25 19:31:53 +00:00 committed by Gerrit Code Review
commit 34a3316c59
3 changed files with 27 additions and 0 deletions

View File

@ -31,6 +31,13 @@ class ceilometer::params {
'volume.snapshot.size',
'volume.backup.size',
'hardware.cpu.util',
'hardware.cpu.user',
'hardware.cpu.nice',
'hardware.cpu.system',
'hardware.cpu.idle',
'hardware.cpu.wait',
'hardware.cpu.kernel',
'hardware.cpu.interrupt',
'hardware.memory.used',
'hardware.memory.total',
'hardware.memory.buffer',

View File

@ -0,0 +1,13 @@
---
features:
- |
The following meters are enabled by default when
``ceilometer::agent::polling::manage_polling`` is ``true``.
- hardware.cpu.user
- hardware.cpu.nice
- hardware.cpu.system
- hardware.cpu.idle
- hardware.cpu.wait
- hardware.cpu.kernel
- hardware.cpu.interrupt

View File

@ -123,6 +123,13 @@ sources:
- volume.snapshot.size
- volume.backup.size
- hardware.cpu.util
- hardware.cpu.user
- hardware.cpu.nice
- hardware.cpu.system
- hardware.cpu.idle
- hardware.cpu.wait
- hardware.cpu.kernel
- hardware.cpu.interrupt
- hardware.memory.used
- hardware.memory.total
- hardware.memory.buffer