summaryrefslogtreecommitdiffstats
path: root/components/kpi-computation-ms/src/test/resources/kpi/kpi_config_ratio.json
diff options
context:
space:
mode:
authorVenkata Molluru <venkatamuralimohanreddy.molluru@techmahindra.com>2021-11-18 08:19:10 +0000
committerVenkata Molluru <venkatamuralimohanreddy.molluru@techmahindra.com>2021-11-18 08:19:10 +0000
commit2299aa41af51f45e5110f42ae036e68a87a9ab35 (patch)
tree8055d1535805ab5d641c45c377b532403f8d2ed7 /components/kpi-computation-ms/src/test/resources/kpi/kpi_config_ratio.json
parent70de6a27b7722e3ed02d8e8a8c7933e053eacabb (diff)
[DCAEGEN2] Improvements to kpi-computation-ms Microservice
Issue-ID: DCAEGEN2-2972 Change-Id: If2eb842a1d75b0770cd14f4e0c571c7a721327fa Signed-off-by: Venkata Molluru <venkatamuralimohanreddy.molluru@techmahindra.com>
Diffstat (limited to 'components/kpi-computation-ms/src/test/resources/kpi/kpi_config_ratio.json')
-rw-r--r--components/kpi-computation-ms/src/test/resources/kpi/kpi_config_ratio.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/components/kpi-computation-ms/src/test/resources/kpi/kpi_config_ratio.json b/components/kpi-computation-ms/src/test/resources/kpi/kpi_config_ratio.json
new file mode 100644
index 00000000..3f6828a9
--- /dev/null
+++ b/components/kpi-computation-ms/src/test/resources/kpi/kpi_config_ratio.json
@@ -0,0 +1,17 @@
+{
+ "domain": "measurementsForKpi",
+ "methodForKpi": [{
+ "eventName": "perf3gpp_AcmeNode-Acme_pmMeasResult",
+ "controlLoopSchemaType": "SLICE",
+ "policyScope": "resource=networkSlice;type=configuration",
+ "policyName": "configuration.dcae.microservice.pm-mapper.xml",
+ "policyVersion": "v0.0.1",
+ "kpis": [{
+ "measType": "RatioUpstreamDownstream",
+ "operation": "RATIO",
+ "operands": ["GTP.InDataOctN3UPF","GTP.OutDataOctN3UPF"]
+ }
+ ]
+ }
+ ]
+}