From 718b37b6fb6f5a0b6f70b7f2108804e98acdff90 Mon Sep 17 00:00:00 2001 From: WenyanZhang Date: Wed, 31 Aug 2016 15:16:55 +0800 Subject: [PATCH] [admin-guide]add direct publish type in telemetry-data-retrieval add direct publish type, which is consistent with current condition of ceilometer. Closes-Bug: #1617941 Change-Id: I471e32554b8074a09f42bcc9f5e47e228bd356d9 --- doc/admin-guide/source/telemetry-data-retrieval.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/admin-guide/source/telemetry-data-retrieval.rst b/doc/admin-guide/source/telemetry-data-retrieval.rst index 75ea0fa995..923a77fa82 100644 --- a/doc/admin-guide/source/telemetry-data-retrieval.rst +++ b/doc/admin-guide/source/telemetry-data-retrieval.rst @@ -514,6 +514,15 @@ file. The following publisher types are supported: +direct + It can be specified in the form of ``direct://?dispatcher=http``. The + dispatcher's options include database, file, http, and gnocchi. For + more details on dispatcher, see :ref:`telemetry-storing-samples`. + It emits data in the configured dispatcher directly, default configuration + (the form is ``direct://``) is database dispatcher. + In the Mitaka release, this method can only emit data to the database + dispatcher, and the form is ``direct://``. + notifier It can be specified in the form of ``notifier://?option1=value1&option2=value2``. It emits data over @@ -614,3 +623,4 @@ specified. A sample ``publishers`` section in the - udp://10.0.0.2:1234 - rpc://?per_meter_topic=1 (deprecated in Liberty) - notifier://?policy=drop&max_queue_length=512&topic=custom_target + - direct://?dispatcher=http