aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/performace-data-collector.json
blob: 52cb813c6c2d91be0caa8cdef00d47f7f7029716 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "ietf-service-pm:performance-monitoring": {
        "service-pm": [
            {
                "service-name": ${collect-performance-data-input.collect-performance-data.service-name},
                "task-pm-enable": "true",
                "granularity": "granularity-1min",
                "performance-data-config": [
                    {
                    "parameter-name": "ietf-eth-tran-types:ingress-bandwidth",
                    "measure-method": "measure-at-ingress"
                    }
            }
        ]
    }
}