Update strategy doc
Ceilometer removed cpu_util metric in [1]. Another metric compute.node.cpu.percent need to set compute_monitors option to cpu.virt_driver in the nova.conf, we should remind user about these. [1]: https://review.opendev.org/#/c/580709/ Change-Id: I89306ef7c26fa2927945bd4f3ee88b670511d147
This commit is contained in:
@@ -19,12 +19,16 @@ Metrics
|
||||
|
||||
The *basic* strategy requires the following metrics:
|
||||
|
||||
============================ ============ ======= =======
|
||||
============================ ============ ======= ===========================
|
||||
metric service name plugins comment
|
||||
============================ ============ ======= =======
|
||||
``compute.node.cpu.percent`` ceilometer_ none
|
||||
``cpu_util`` ceilometer_ none
|
||||
============================ ============ ======= =======
|
||||
============================ ============ ======= ===========================
|
||||
``compute.node.cpu.percent`` ceilometer_ none need to set the
|
||||
``compute_monitors`` option
|
||||
to ``cpu.virt_driver`` in
|
||||
the nova.conf.
|
||||
``cpu_util`` ceilometer_ none cpu_util has been removed
|
||||
since Stein.
|
||||
============================ ============ ======= ===========================
|
||||
|
||||
.. _ceilometer: https://docs.openstack.org/ceilometer/latest/admin/telemetry-measurements.html#openstack-compute
|
||||
|
||||
|
||||
Reference in New Issue
Block a user