- SQL-based backends |
- The library (SQLAlchemy) that is used for accessing SQL-based backends does
+ | SQL-based back ends |
+ The library (SQLAlchemy) that is used for accessing SQL-based back ends does
not support using the ttl value. |
ceilometer-expirer has to be
used for deleting both the samples and the remaining entires in other
diff --git a/doc/admin-guide-cloud/telemetry/section_telemetry-system-architecture.xml b/doc/admin-guide-cloud/telemetry/section_telemetry-system-architecture.xml
index a67af78a51..14198363a1 100644
--- a/doc/admin-guide-cloud/telemetry/section_telemetry-system-architecture.xml
+++ b/doc/admin-guide-cloud/telemetry/section_telemetry-system-architecture.xml
@@ -67,10 +67,6 @@
Besides the ceilometer-agent-compute service,
all the other services are placed on one or more controller nodes.
-
- The ceilometer-agent-central service does
- not support multiple running instances at a time, it can have only one.
-
The Telemetry architecture highly depends on the AMQP service both for consuming
notifications coming from OpenStack services and internal communication.
@@ -78,10 +74,10 @@
The other key external component of Telemetry is the database, where the samples, alarm
definitions and alarms are stored.
- Multiple database backends can be configured in order to store samples and alarms
+ Multiple database back ends can be configured in order to store samples and alarms
separately.
- The list of supported database backends:
+ The list of supported database back ends:
@@ -165,7 +161,7 @@
- Suported networking services
+ Supported networking services
Telemetry is able to retrieve information from OpenStack Networking
and external networking services:
|