From 12acf3e8deaf15c6e5263b2b402c966f495057f1 Mon Sep 17 00:00:00 2001 From: Filip Krzywka Date: Tue, 19 Mar 2019 15:53:15 +0100 Subject: Update HV-VES documentation - include changes to collector configuration, especially moving from command line parameters to configuration file - include changes to run-time configuration i.e. moving from direct Consul requests to CBS usage - changes in design.rst cover extraction of protofiles from hv-ves repository to sdk - also swapped rstTable to rstCSVTable in deployment.rst as they are easier to maintain Change-Id: I5cdee7170d03edaf31615e40f6cb6ad14a6a2331 Issue-ID: DCAEGEN2-1352 Signed-off-by: Filip Krzywka --- docs/sections/services/ves-hv/design.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/sections/services/ves-hv/design.rst') diff --git a/docs/sections/services/ves-hv/design.rst b/docs/sections/services/ves-hv/design.rst index a6c2b864..fb4fa2c7 100644 --- a/docs/sections/services/ves-hv/design.rst +++ b/docs/sections/services/ves-hv/design.rst @@ -33,13 +33,13 @@ The proto file (with the VES CommonHeader) comes with a binary-type **Payload** Domain-specific data are encoded as well with GPB. A domain-specific proto file is required to decode the data. This domain-specific proto has to be shared with analytics applications - HV-VES does not analyze domain-specific data. -In order to support the RT-PM use-case, HV-VES includes a **perf3gpp** domain proto file. Within this domain, high volume data are expected to be reported to HV-VES collector. +In order to support the RT-PM use-case, HV-VES uses a **perf3gpp** domain proto file. Within this domain, high volume data are expected to be reported to HV-VES collector. Additional domains can be defined based on existing VES domains (like Fault, Heartbeat) or completely new domains. New domains can be added when needed. GPB proto files are backwards compatible, and a new domain can be added without affecting existing systems. Analytics applications have to be equipped with the new domain-specific proto file as well. -Currently, these additional, domain specific proto files can be added to respective repos of HV-VES collector. +Currently, these additional, domain specific proto files can be added to hv-ves-client protobuf library repository (artifactId: hvvesclient-protobuf). Implementation details ---------------------- -- cgit 1.2.3-korg