summaryrefslogtreecommitdiffstats
path: root/docs/docs_5g_rtpm.rst
diff options
context:
space:
mode:
authorYang Xu <yang.xu@futurewei.com>2019-06-28 11:25:32 -0400
committerYang Xu <yang.xu@futurewei.com>2019-06-28 11:26:29 -0400
commit744f21b6dbb1114d00ca794df3ea52d7b51a88d7 (patch)
tree063acbea9a23db715afe7941ac059fc6953b4acc /docs/docs_5g_rtpm.rst
parent8ce7c939b31530435f05b7e0f1dbf0207bd94114 (diff)
Update pnf and 5g use case doc
Signed-off-by: Yang Xu <yang.xu@futurewei.com> Issue-ID: INT-1104 Change-Id: I9fa7e1babd7b7cdbdfbec71600ebed6c81ba450b
Diffstat (limited to 'docs/docs_5g_rtpm.rst')
-rw-r--r--docs/docs_5g_rtpm.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/docs_5g_rtpm.rst b/docs/docs_5g_rtpm.rst
index e1d861b7a..ecc3dcee3 100644
--- a/docs/docs_5g_rtpm.rst
+++ b/docs/docs_5g_rtpm.rst
@@ -14,6 +14,8 @@ Source files
Description
~~~~~~~~~~~
+The Real-Time Performance measurements support allows for a PNF to send streaming performance measurements to ONAP. It develops the capability for the PNF/VNF to send a subset of the typical performance measurement data to ONAP. The data can be sent to ONAP more rapidly than for bulk PM, on the order of seconds. This is valuable to the service provider and operators to debug problems and assess the impact of configuration changes. It uses an VES event driven system for high volume data delivery from xNF to ONAP/DCAE. A new VES-HV (High Volume) Collector supports GPB over TLS/TCP. The xNF generates hvMeas events containing real time PM data. These events will be GPB encoded and transmitted over TLS/TCP. Collected events are published to DMaaP and sent directly to the Kafka Cluster (bypassing the DMaaP-MR).
+
Component and API descriptions can be found under:
- `High Volume VNF Event Streaming (HV-VES) Collector <https://onap.readthedocs.io/en/latest/submodules/dcaegen2.git/docs/sections/services/ves-hv/index.html>`_