Add new tables to Telemetry Measurements

This patch adds Swift, Heat, Sahara, MagnetoDB and Energy
tables to the Measurements section of Telemetry.

Change-Id: I90acf270dc8874f26cedbbbf3499120d6a4a3be6
This commit is contained in:
Ildiko Vancsa
2015-02-17 13:47:21 +01:00
parent f91274b277
commit 04a51bab11
6 changed files with 329 additions and 0 deletions

View File

@@ -229,6 +229,11 @@
<para>The following meters are collected for OpenStack Block Storage:</para>
<xi:include href="tables/ceilometer-measurements-cinder.xml"/>
</section>
<section xml:id="section_telemetry-object-storage-metrics">
<title>OpenStack Object Storage</title>
<para>The following meters are collected for OpenStack Object Storage:</para>
<xi:include href="tables/ceilometer-measurements-swift.xml"/>
</section>
<section xml:id="section_telemetry-keystone-metrics">
<title>OpenStack Identity</title>
<para>The following meters are collected for OpenStack Identity:</para>
@@ -262,4 +267,25 @@
<para>The following meters are collected for FWaaS:</para>
<xi:include href="tables/ceilometer-measurements-fwaas.xml"/>
</section>
<section xml:id="section_telemetry-orchestration-metrics">
<title>Orchestration module</title>
<para>The following meters are collected for the Orchestration module:</para>
<xi:include href="tables/ceilometer-measurements-heat.xml"/>
</section>
<section xml:id="section_telemetry-data-processing-metrics">
<title>Data processing service for OpenStack</title>
<para>The following meters are collected for the Data processing
service for OpenStack:</para>
<xi:include href="tables/ceilometer-measurements-sahara.xml"/>
</section>
<section xml:id="section_telemetry-key-value-store-metrics">
<title>Key Value Store module</title>
<para>The following meters are collected for the Key Value Store module:</para>
<xi:include href="tables/ceilometer-measurements-magnetodb.xml"/>
</section>
<section xml:id="section_telemetry-energy-metrics">
<title>Energy</title>
<para>The following energy related meters are available:</para>
<xi:include href="tables/ceilometer-measurements-kwapi.xml"/>
</section>
</section>

View File

@@ -0,0 +1,67 @@
<?xml version='1.0' encoding='UTF-8'?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all" xml:id="ceilometer_measurements_table_orchestration">
<caption>Metrics for the Orchestration module</caption>
<col width="27%"/>
<col width="11%"/>
<col width="9%"/>
<col width="12%"/>
<col width="12%"/>
<col width="29%"/>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td>Unit</td>
<td>Resource</td>
<td>Origin</td>
<td>Note</td>
</tr>
</thead>
<tbody>
<tr>
<th colspan="6">Meters added in the Icehouse release or earlier</th>
</tr>
<tr>
<td>stack.create</td>
<td>Delta</td>
<td>stack</td>
<td>stack ID</td>
<td>Notification</td>
<td>Stack was successfully created.</td>
</tr>
<tr>
<td>stack.update</td>
<td>Delta</td>
<td>stack</td>
<td>stack ID</td>
<td>Notification</td>
<td>Stack was successfully updated.</td>
</tr>
<tr>
<td>stack.delete</td>
<td>Delta</td>
<td>stack</td>
<td>stack ID</td>
<td>Notification</td>
<td>Stack was successfully deleted.</td>
</tr>
<tr>
<td>stack.resume</td>
<td>Delta</td>
<td>stack</td>
<td>stack ID</td>
<td>Notification</td>
<td>Stack was successfully resumed.</td>
</tr>
<tr>
<td>stack.suspend</td>
<td>Delta</td>
<td>stack</td>
<td>stack ID</td>
<td>Notification</td>
<td>Stack was successfully suspended.</td>
</tr>
</tbody>
</table>
</para>

View File

@@ -0,0 +1,43 @@
<?xml version='1.0' encoding='UTF-8'?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all" xml:id="ceilometer_measurements_table_energy">
<caption>Energy metrics</caption>
<col width="27%"/>
<col width="11%"/>
<col width="9%"/>
<col width="12%"/>
<col width="12%"/>
<col width="29%"/>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td>Unit</td>
<td>Resource</td>
<td>Origin</td>
<td>Note</td>
</tr>
</thead>
<tbody>
<tr>
<th colspan="6">Meters added in the Icehouse release or earlier</th>
</tr>
<tr>
<td>energy</td>
<td>Cumulative</td>
<td>kWh</td>
<td>probe ID</td>
<td>Pollster</td>
<td>Amount of energy.</td>
</tr>
<tr>
<td>power</td>
<td>Gauge</td>
<td>W</td>
<td>probe ID</td>
<td>Pollster</td>
<td>Power consumption.</td>
</tr>
</tbody>
</table>
</para>

View File

@@ -0,0 +1,51 @@
<?xml version='1.0' encoding='UTF-8'?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all" xml:id="ceilometer_measurements_table_key_value_store">
<caption>Key Value Store module metrics</caption>
<col width="27%"/>
<col width="11%"/>
<col width="9%"/>
<col width="12%"/>
<col width="12%"/>
<col width="29%"/>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td>Unit</td>
<td>Resource</td>
<td>Origin</td>
<td>Note</td>
</tr>
</thead>
<tbody>
<tr>
<th colspan="6">Meters added in the Kilo release</th>
</tr>
<tr>
<td>magnetodb.table.create</td>
<td>Gauge</td>
<td>table</td>
<td>table ID</td>
<td>Notification</td>
<td>Table was successfully created.</td>
</tr>
<tr>
<td>magnetodb.table.delete</td>
<td>Gauge</td>
<td>table</td>
<td>table ID</td>
<td>Notification</td>
<td>Table was successfully deleted.</td>
</tr>
<tr>
<td>magnetodb.table.index.count</td>
<td>Gauge</td>
<td>index</td>
<td>table ID</td>
<td>Notification</td>
<td>Number of indices created in a table.</td>
</tr>
</tbody>
</table>
</para>

View File

@@ -0,0 +1,51 @@
<?xml version='1.0' encoding='UTF-8'?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all" xml:id="ceilometer_measurements_table_data_processing">
<caption>Metrics of the Data processing service for OpenStack</caption>
<col width="27%"/>
<col width="11%"/>
<col width="9%"/>
<col width="12%"/>
<col width="12%"/>
<col width="29%"/>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td>Unit</td>
<td>Resource</td>
<td>Origin</td>
<td>Note</td>
</tr>
</thead>
<tbody>
<tr>
<th colspan="6">Meters added in the Juno release</th>
</tr>
<tr>
<td>cluster.create</td>
<td>Delta</td>
<td>cluster</td>
<td>cluster ID</td>
<td>Notification</td>
<td>Cluster was successfully created.</td>
</tr>
<tr>
<td>cluster.update</td>
<td>Delta</td>
<td>cluster</td>
<td>cluster ID</td>
<td>Notification</td>
<td>Cluster was successfully updated.</td>
</tr>
<tr>
<td>cluster.delete</td>
<td>Delta</td>
<td>cluster</td>
<td>cluster ID</td>
<td>Notification</td>
<td>Cluster was successfully deleted.</td>
</tr>
</tbody>
</table>
</para>

View File

@@ -0,0 +1,91 @@
<?xml version='1.0' encoding='UTF-8'?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all" xml:id="ceilometer_measurements_table_swift">
<caption>OpenStack Object Storage metrics</caption>
<col width="27%"/>
<col width="11%"/>
<col width="9%"/>
<col width="12%"/>
<col width="12%"/>
<col width="29%"/>
<thead>
<tr>
<td>Name</td>
<td>Type</td>
<td>Unit</td>
<td>Resource</td>
<td>Origin</td>
<td>Note</td>
</tr>
</thead>
<tbody>
<tr>
<th colspan="6">Meters added in the Icehouse release or earlier</th>
</tr>
<tr>
<td>storage.objects</td>
<td>Gauge</td>
<td>object</td>
<td>storage ID</td>
<td>Pollster</td>
<td>Number of objects.</td>
</tr>
<tr>
<td>storage.objects.size</td>
<td>Gauge</td>
<td>B</td>
<td>storage ID</td>
<td>Pollster</td>
<td>Total size of stored objects.</td>
</tr>
<tr>
<td>storage.objects.containers</td>
<td>Gauge</td>
<td>container</td>
<td>storage ID</td>
<td>Pollster</td>
<td>Number of containers.</td>
</tr>
<tr>
<td>storage.objects.incoming.bytes</td>
<td>Delta</td>
<td>B</td>
<td>storage ID</td>
<td>Notification</td>
<td>Number of incoming bytes.</td>
</tr>
<tr>
<td>storage.objects.outgoing.bytes</td>
<td>Delta</td>
<td>B</td>
<td>storage ID</td>
<td>Notification</td>
<td>Number of outgoing bytes.</td>
</tr>
<tr>
<td>storage.api.request</td>
<td>Delta</td>
<td>request</td>
<td>storage ID</td>
<td>Notification</td>
<td>Number of API requests against OpenStack Object Storage.</td>
</tr>
<tr>
<td>storage.containers.objects</td>
<td>Gauge</td>
<td>object</td>
<td>storage ID/container</td>
<td>Pollster</td>
<td>Number of objects in container.</td>
</tr>
<tr>
<td>storage.containers.objects.size</td>
<td>Gauge</td>
<td>B</td>
<td>storage ID/container</td>
<td>Pollster</td>
<td>Total size of stored objects in container.</td>
</tr>
</tbody>
</table>
</para>