[sdc] docker file fix for cassandra
[sdc.git] / openecomp-be / tools / install / database / monitoring / component / ceilometer.ftl
1 {
2     "ceilometerInfoList": [
3         {
4             "name": "instance",
5             "type": "Gauge",
6             "unit": "instance",
7             "category": "compute",
8             "description": "Existence of instance"
9         },
10         {
11             "name": "instance:type",
12             "type": "Gauge",
13             "unit": "instance",
14             "category": "compute",
15             "description": "Existence of instance <type> (OpenStack types)"
16         },
17         {
18             "name": "memory",
19             "type": "Gauge",
20             "unit": "MB",
21             "category": "compute",
22             "description": "Volume of RAM allocated to the instance"
23         },
24         {
25             "name": "memory.usage",
26             "type": "Gauge",
27             "unit": "MB",
28             "category": "compute",
29             "description": "Volume of RAM used by the instance from the amount of its allocated memory"
30         },
31         {
32             "name": "memory.resident",
33             "type": "Gauge",
34             "unit": "MB",
35             "category": "compute",
36             "description": "Volume of RAM used by the instance on the physical machine"
37         },
38         {
39             "name": "cpu",
40             "type": "Cumulative",
41             "unit": "ns",
42             "category": "compute",
43             "description": "CPU time used"
44         },
45         {
46             "name": "cpu_util",
47             "type": "Gauge",
48             "unit": "%",
49             "category": "compute",
50             "description": "Average CPU utilization"
51         },
52         {
53             "name": "cpu.delta",
54             "type": "Delta",
55             "unit": "ns",
56             "category": "compute",
57             "description": "CPU time used since previous datapoint"
58         },
59         {
60             "name": "vcpus",
61             "type": "Gauge",
62             "unit": "ms",
63             "category": "compute",
64             "description": "Average disk latency"
65         }
66     ]
67 }