summaryrefslogtreecommitdiffstats
path: root/components/kpi-computation-ms/src/test/resources/kpi/kpi_config_sumratio.json
blob: 1c6f79b984d4993074abfd4e7141bc638cd10b4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
    "domain": "measurementsForKpi",
    "methodForKpi": [{
            "eventName": "perf3gpp_CORE_AMF_pmMeasResult",
            "controlLoopSchemaType": "SLICE",
            "policyScope": "resource=networkSlice;type=configuration",
            "policyName": "configuration.dcae.microservice.pm-mapper.xml",
            "policyVersion": "v0.0.1",
            "kpis": [{
                "measType": "AMFRegNbr",
                "operation": "SUM",
                "operands": ["RM.RegisteredSubNbrMean"]
            }]
        },
        {
            "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": "UpstreamThr",
                    "operation": "SUMRATIO",
                    "operands": ["GTP.InDataOctN3UPF","GTP.OutDataOctN3UPF"]
                },
                {
                    "measType": "DownstreamThr",
                    "operation": "SUMRATIO",
                    "operands": ["GTP.InDataOctN3UPF","GTP.OutDataOctN3UPF"]
                }
            ]
        }
    ]
}