Roni Riska | dd973f3 | 2019-11-13 08:46:18 +0200 | [diff] [blame] | 1 | ..
|
| 2 | .. Copyright (c) 2019 AT&T Intellectual Property.
|
| 3 | ..
|
| 4 | .. Copyright (c) 2019 Nokia.
|
| 5 | ..
|
| 6 | ..
|
| 7 | .. Licensed under the Creative Commons Attribution 4.0 International
|
| 8 | ..
|
| 9 | .. Public License (the "License"); you may not use this file except
|
| 10 | ..
|
| 11 | .. in compliance with the License. You may obtain a copy of the License at
|
| 12 | ..
|
| 13 | ..
|
| 14 | .. https://creativecommons.org/licenses/by/4.0/
|
| 15 | ..
|
| 16 | ..
|
| 17 | .. Unless required by applicable law or agreed to in writing, documentation
|
| 18 | ..
|
| 19 | .. distributed under the License is distributed on an "AS IS" BASIS,
|
| 20 | ..
|
| 21 | .. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 22 | ..
|
| 23 | .. See the License for the specific language governing permissions and
|
| 24 | ..
|
| 25 | .. limitations under the License.
|
| 26 | ..
|
| 27 |
|
| 28 |
|
| 29 | vespamgr Overview
|
| 30 | =================
|
| 31 |
|
| 32 | The VESPA manager uses the VES Agent (https://github.com/nokia/ONAP-VESPA)
|
| 33 | to adapt near-RT RIC internal statistics' collection using Prometheus
|
| 34 | (xApps and platform containers) to ONAP's VES (VNF event streaming).
|
| 35 |
|
| 36 | The vesmgr container runs two processes: the VESPA manager and the VES Agent (i.s. VESPA).
|
| 37 | The VESPA manager starts and configures the VES Agent.
|
| 38 | The VES Agent is a service acting as a bridge between Prometheus and ONAP's VES Collector. |