summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorzhurong <aaronzhu1121@gmail.com>2020-04-11 00:07:40 -0700
committerzhurong <aaronzhu1121@gmail.com>2020-04-11 00:07:40 -0700
commit4fafac840468ab277ac00d919af50740f1ea600a (patch)
treec56b6d9eeee8cc7c6380739e314d6bddf7838ca6 /doc
parent75b9d4e914804364bb07292c412b1d1cd1459295 (diff)
downloadceilometer-4fafac840468ab277ac00d919af50740f1ea600a.tar.gz
Fix docs build error
Change-Id: I25558ff48b6236773f765aad8d1fc150f7011aef
Diffstat (limited to 'doc')
-rw-r--r--doc/source/contributor/architecture.rst4
-rw-r--r--doc/source/contributor/overview.rst6
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/source/contributor/architecture.rst b/doc/source/contributor/architecture.rst
index cda99243..896e517d 100644
--- a/doc/source/contributor/architecture.rst
+++ b/doc/source/contributor/architecture.rst
@@ -59,9 +59,9 @@ How is data collected?
The Ceilometer project created 2 methods to collect data:
-1. :term:`Notification agent` which takes messages generated on the
+1. :term:`notification agent` which takes messages generated on the
notification bus and transforms them into Ceilometer samples or events.
-2. :term:`Polling agent`, will poll some API or other tool to collect
+2. :term:`polling agent`, will poll some API or other tool to collect
information at a regular interval. The polling approach may impose
significant on the API services so should only be used on optimised
endpoints.
diff --git a/doc/source/contributor/overview.rst b/doc/source/contributor/overview.rst
index 794a73e6..ebc03554 100644
--- a/doc/source/contributor/overview.rst
+++ b/doc/source/contributor/overview.rst
@@ -26,9 +26,9 @@ Metering
If you divide a billing process into a 3 step process, as is commonly done in
the telco industry, the steps are:
-1. :term:`Metering`
-2. :term:`Rating`
-3. :term:`Billing`
+1. :term:`metering`
+2. :term:`rating`
+3. :term:`billing`
Ceilometer's initial goal was, and still is, strictly limited to step
one. This is a choice made from the beginning not to go into rating or billing,