X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2FxApp_config_test_output.json;h=c74bac9af33213b0560fe09859d25d3e2ba96fe5;hb=cbfed3ce369167cbe07db1486deec5505289932a;hp=fccda3f75ca4fc1709babba7292a3a7992ab1ade;hpb=5d1cfe5f1129aec5dc833b5675b2d119e2696133;p=ric-plt%2Fvespamgr.git diff --git a/test/xApp_config_test_output.json b/test/xApp_config_test_output.json old mode 100644 new mode 100755 index fccda3f..c74bac9 --- a/test/xApp_config_test_output.json +++ b/test/xApp_config_test_output.json @@ -124,22 +124,28 @@ "logger": { "level": 5 }, - "metrics": [ + "measurements": [ { - "description": "Example counter 1", - "enabled": true, - "name": "App1ExampleCounterOne", - "type": "counter", - "objectName": "App1ExampleCounterOneObject", - "objectInstance": "App1ExampleCounterOneObjectInstance" - }, - { - "description": "Example counter 2", - "enabled": true, - "name": "App1ExampleCounterTwo", - "type": "counter", - "objectName": "App1ExampleCounterTwoObject", - "objectInstance": "App1ExampleCounterTwoObjectInstance" + "measId": "M9001", + "object": "XAPP-xApp1", + "metrics": [ + { + "description": "Example counter 1", + "enabled": true, + "name": "App1ExampleCounterOne", + "type": "counter", + "objectName": "App1ExampleCounterOneObject", + "objectInstance": "App1ExampleCounterOneObjectInstance" + }, + { + "description": "Example counter 2", + "enabled": true, + "name": "App1ExampleCounterTwo", + "type": "counter", + "objectName": "App1ExampleCounterTwoObject", + "objectInstance": "App1ExampleCounterTwoObjectInstance" + } + ] } ] } @@ -269,22 +275,28 @@ "logger": { "level": 3 }, - "metrics": [ + "measurements": [ { - "description": "Example counter", - "enabled": true, - "name": "App2ExampleCounterOne", - "type": "counter", - "objectName": "App2ExampleCounterOneObject", - "objectInstance": "App2ExampleCounterOneObjectInstance" - }, - { - "description": "Another example counter", - "enabled": true, - "name": "App2ExampleCounterTwo", - "type": "counter", - "objectName": "App2ExampleCounterTwoObject", - "objectInstance": "App2ExampleCounterTwoObjectInstance" + "measId": "M9001", + "object": "XAPP-xApp2", + "metrics": [ + { + "description": "Example counter", + "enabled": true, + "name": "App2ExampleCounterOne", + "type": "counter", + "objectName": "App2ExampleCounterOneObject", + "objectInstance": "App2ExampleCounterOneObjectInstance" + }, + { + "description": "Another example counter", + "enabled": true, + "name": "App2ExampleCounterTwo", + "type": "counter", + "objectName": "App2ExampleCounterTwoObject", + "objectInstance": "App2ExampleCounterTwoObjectInstance" + } + ] } ] }