a6bce01980
The XML root element of Docbook XML files should match the following format: <ELEMENT xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="THE_XML_ID_OF_THE_ELEMENT"> Change-Id: I02a75b63d0fb3ea4a7d015794b9229a94ddad279
40 lines
2.1 KiB
XML
40 lines
2.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<chapter xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
version="5.0"
|
|
xml:id="ch_configuring-openstack-telemetry">
|
|
<title>Telemetry</title>
|
|
<para>The Telemetry service collects measurements within OpenStack. Its
|
|
various agents and services are configured in the
|
|
<filename>/etc/ceilometer/ceilometer.conf</filename> file.</para>
|
|
<para>To install Telemetry, see the <citetitle>OpenStack Installation
|
|
Guide</citetitle> for your distribution (<link
|
|
xlink:href="docs.openstack.org" >docs.openstack.org</link>).</para>
|
|
|
|
<para>The following tables provide a comprehensive list of the Telemetry
|
|
configuration options.</para>
|
|
|
|
<xi:include href="../common/tables/ceilometer-alarm.xml"/>
|
|
<xi:include href="../common/tables/ceilometer-amqp.xml"/>
|
|
<xi:include href="../common/tables/ceilometer-api.xml"/>
|
|
<xi:include href="../common/tables/ceilometer-auth.xml"/>
|
|
<xi:include href="../common/tables/ceilometer-auth_token.xml"/>
|
|
<xi:include href="../common/tables/ceilometer-collector.xml"/>
|
|
<xi:include href="../common/tables/ceilometer-common.xml"/>
|
|
<xi:include href="../common/tables/ceilometer-database.xml"/>
|
|
<xi:include href="../common/tables/ceilometer-events.xml"/>
|
|
<xi:include href="../common/tables/ceilometer-exchange.xml"/>
|
|
<xi:include href="../common/tables/ceilometer-inspector.xml"/>
|
|
<xi:include href="../common/tables/ceilometer-logging.xml"/>
|
|
<xi:include href="../common/tables/ceilometer-qpid.xml"/>
|
|
<xi:include href="../common/tables/ceilometer-rabbitmq.xml"/>
|
|
<xi:include href="../common/tables/ceilometer-redis.xml"/>
|
|
<xi:include href="../common/tables/ceilometer-rpc.xml"/>
|
|
<xi:include href="../common/tables/ceilometer-swift.xml"/>
|
|
<xi:include href="../common/tables/ceilometer-vmware.xml"/>
|
|
|
|
<xi:include href="telemetry/section_telemetry-sample-configuration-files.xml" />
|
|
<xi:include href="../common/tables/ceilometer-conf-changes-icehouse.xml"/>
|
|
</chapter>
|