diff options
author | Yang Xu <yang.xu@futurewei.com> | 2019-06-28 11:25:32 -0400 |
---|---|---|
committer | Gary Wu <gary.wu@futurewei.com> | 2019-07-08 17:43:12 +0000 |
commit | 125d00b3b5dfda960f7eb8c5d87bf79455b3df1f (patch) | |
tree | 37e28bf7003f77b0f924bb39a83b39a943d3dfc3 /docs/docs_5g_rtpm.rst | |
parent | 660f496429b43a02e0c254ae49ce63163f6f2b27 (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.rst | 2 |
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>`_ |