Chore: Add gerrit maven verify GHA workflow
[sdnc/oam.git] / platform-logic / restapi-templates / src / main / json / performace-data-collector.json
1 {
2     "ietf-service-pm:performance-monitoring": {
3         "service-pm": [
4             {
5                 "service-name": ${collect-performance-data-input.collect-performance-data.service-name},
6                 "task-pm-enable": "true",
7                 "granularity": "granularity-1min",
8                 "performance-data-config": [
9                     {
10                     "parameter-name": "ietf-eth-tran-types:ingress-bandwidth",
11                     "measure-method": "measure-at-ingress"
12                     }
13             }
14         ]
15     }
16 }