Table of Contents |
---|
...
KPI-computation-service is component that can do calucaltion based on PM data, and expose KPI result.
The features include:
Subscribe original PM data from DMaaP
Do KPI computation based on KPI formula which can be got from config policies and the formula can be configued dynamically.
Publish KPI results on DMaaP
Receive request for specific KPI computation (future scope) on specific ‘objects’ (e.g., S-NSSAI, Service)
Architecture Diagram
KPI flows:
1. KPI Computation MS will get PM data VES format from DMaaP
2. Other modules (e.g., SO/OOF/Slice Analysis MS) can also request KPI-MS for KPI calculation (Future scope beyond H-release).
3. KPI Computation MS will support for periodical KPI Computation. Period may be specified by a requestor optionally, if nothing is specified, KPI computation MS will continue computation until an explicit stop trigger is received.
4. The KPI result which genertate by kpi computation will be published to DMaaP.
...
|
3. curl the topic on Message Router to retrieve kpi event:
curl -k https://message-router.onap.svc.cluster.local:3905/events/unauthenticated.DCAE_KPI_OUTPUT/c1/g1
summary:
...