[ceilometer] document new cpu.delta meter and related transformer

Change-Id: I0473a023138c81a5e4e0201708b834e1957d90b6
Closes-Bug: #1498514
This commit is contained in:
gordon chung
2015-09-23 15:30:39 -04:00
parent 0ca1bd741e
commit b3153c29c2
2 changed files with 22 additions and 0 deletions

View File

@@ -618,6 +618,8 @@ add a list of transformer definitions. The available transformers are:
+-----------------------+------------------------------------+
| Unit conversion | unit\_conversion |
+-----------------------+------------------------------------+
| Delta | delta |
+-----------------------+------------------------------------+
The publishers section contains the list of publishers, where the
samples data should be sent after the possible transformations.
@@ -811,6 +813,20 @@ silly meter that shows average CPU time per core::
Expression evaluation gracefully handles NaNs and exceptions. In
such a case it does not create a new sample but only logs a warning.
**Delta transformer**
This transformer calculates the change between two sample datapoints of a
resource. It can be configured to capture only the positive growth deltas.
Example configuration::
transformers:
- name: "delta"
parameters:
target:
name: "cpu.delta"
growth_only: True
.. _telemetry-meter-definitions:
Meter definitions

View File

@@ -350,6 +350,12 @@ The following meters are collected for OpenStack Compute:
| | | | | Pollster | vSphere,| (OpenStack types)|
| | | | | | XenAPI | |
+-----------+-------+------+----------+----------+---------+------------------+
| **Meters added in the Liberty release** |
+-----------+-------+------+----------+----------+---------+------------------+
| cpu.delta | Delta | ns | instance | Pollster | Libvirt,| CPU time used s\ |
| | | | ID | | Hyper-V | ince previous d\ |
| | | | | | | atapoint |
+-----------+-------+------+----------+----------+---------+------------------+
|