[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / openecomp-be / tools / install / database / monitoring / port / ceilometer.ftl
1 {
2     "ceilometerMetricList": [
3         {
4             "name": "network.incoming.bytes",
5             "type": "Cumulative",
6             "unit": "B",
7             "category": "network",
8             "description": "Number of incoming bytes"
9         },
10         {
11             "name": "network.incoming.bytes.rate",
12             "type": "Gauge",
13             "unit": "B/s",
14             "category": "network",
15             "description": "Average rate of incoming bytes"
16         },
17         {
18             "name": "network.outgoing.bytes",
19             "type": "Cumulative",
20             "unit": "B",
21             "category": "network",
22             "description": "Number of outgoing bytes"
23         },
24         {
25             "name": "network.outgoing.bytes.rate",
26             "type": "Gauge",
27             "unit": "B/s",
28             "category": "network",
29             "description": "Average rate of outgoing bytes"
30         },
31         {
32             "name": "network.incoming.packets",
33             "type": "Cumulative",
34             "unit": "packet",
35             "category": "network",
36             "description": "Number of incoming packets"
37         },
38         {
39             "name": "network.incoming.packets.rate",
40             "type": "Gauge",
41             "unit": "packet/s",
42             "category": "network",
43             "description": "Average rate of incoming packets"
44         },
45         {
46             "name": "network.outpoing.packets",
47             "type": "Cumulative",
48             "unit": "packet",
49             "category": "network",
50             "description": "Number of outgoing packets"
51         },
52         {
53             "name": "network.outgoing.packets.rate",
54             "type": "Gauge",
55             "unit": "packet/s",
56             "category": "network",
57             "description": "Average rate of outgoing packets"
58         }
59     ]
60 }