diff --git a/doc/admin-guide-cloud/source/telemetry-data-retrieval.rst b/doc/admin-guide-cloud/source/telemetry-data-retrieval.rst index df11d90cd8..784931996a 100644 --- a/doc/admin-guide-cloud/source/telemetry-data-retrieval.rst +++ b/doc/admin-guide-cloud/source/telemetry-data-retrieval.rst @@ -416,7 +416,8 @@ rpc It can be specified in the form of ``rpc://?option1=value1&option2=value2``. It emits metering data over lossy AMQP. This method is synchronous and may experience - performance issues. + performance issues. This publisher is deprecated in Liberty in favour of + the notifier publisher. udp It can be specified in the form of ``udp://:/``. It emits @@ -493,5 +494,5 @@ specified. A sample ``publishers`` section in the publishers: - udp://10.0.0.2:1234 - - rpc://?per_meter_topic=1 + - rpc://?per_meter_topic=1 (deprecated in Liberty) - notifier://?policy=drop&max_queue_length=512 diff --git a/doc/admin-guide-cloud/source/telemetry-system-architecture.rst b/doc/admin-guide-cloud/source/telemetry-system-architecture.rst index 6715a71670..f3f104a4ed 100644 --- a/doc/admin-guide-cloud/source/telemetry-system-architecture.rst +++ b/doc/admin-guide-cloud/source/telemetry-system-architecture.rst @@ -16,7 +16,8 @@ ceilometer-api ceilometer-polling Polls for different kinds of meter data by using the polling - plug-ins (pollsters) registered in different namespaces. + plug-ins (pollsters) registered in different namespaces. It provides a + single polling interface across different namespaces. ceilometer-agent-central Polls the public RESTful APIs of other OpenStack services such as @@ -53,6 +54,8 @@ ceilometer-alarm-notifier .. note:: The ``ceilometer-polling`` service is available since the Kilo release. + It is intended to replace ceilometer-agent-central, + ceilometer-agent-compute, and ceilometer-agent-ipmi. Besides the ``ceilometer-agent-compute`` and the ``ceilometer-agent-ipmi`` services, all the other services are placed on one or more controller @@ -89,7 +92,12 @@ The list of supported database back ends: - `HBase `__ -- `DB2 `__ +- `DB2(deprecated) `__ + +.. note:: + + DB2 nosql support is deprecated as of Liberty and will be removed in Mitaka + as the product is no longer in development. |