
The hardware.cpu.util is deprecated and ceilometer now supports meters to get cpu utils per usage like usr, sys and so on. This change updates the default meters to follow the change[1] in ceilometer. [1] 8fd68396af595a2ba009591c9e53a1b55557b311 Change-Id: Iea1240e97e62da03ddc485602ed9099a39bff875
14 lines
315 B
YAML
14 lines
315 B
YAML
---
|
|
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
|