summaryrefslogtreecommitdiff
path: root/doc/source/architecture.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/architecture.rst')
-rw-r--r--doc/source/architecture.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/source/architecture.rst b/doc/source/architecture.rst
index f666251a..aaa9f094 100644
--- a/doc/source/architecture.rst
+++ b/doc/source/architecture.rst
@@ -349,9 +349,10 @@ agent daemon is configured to run one or more *pollster* plugins using
the ``ceilometer.poll.central`` namespace.
The agents periodically asks each pollster for instances of
-``Counter`` objects. The agent framework converts the Counters to
-metering messages, which it then signs and transmits on the metering
-message bus.
+``Sample`` objects. The agent framework then publishes the Samples using
+the publishers defined in the pipeline configuration. For example,
+the ``rpc`` publisher converts the Sample to metering messages, which it
+then signs and transmits on the metering message bus.
The pollster plugins do not communicate with the message bus directly,
unless it is necessary to do so in order to collect the information