-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetrics.json
210 lines (210 loc) · 6.64 KB
/
metrics.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
[
{
"name": "OS_CPUUTIL_AVG",
"displayName": "Openstack CPU utilization average",
"description": "Average openstack CPU utilization on the running node.",
"unit": "int",
"displayNameShort": "OS CPU util avg",
"defaultAggregate": "avg"
},
{
"name": "OS_CPUUTIL_SUM",
"displayName": "Openstack CPU utilization sum",
"description": "Summary of total openstack CPU utilization.",
"unit": "int",
"displayNameShort": "OS CPU util sum",
"defaultAggregate": "avg"
},
{
"name": "OS_CPUUTIL_MIN",
"displayName": "Openstack CPU utilization min",
"description": "The minimum openstack CPU utilization by VMs running on the node",
"unit": "int",
"displayNameShort": "OS CPU util min",
"defaultAggregate": "avg"
},
{
"name": "OS_CPUUTIL_MAX",
"displayName": "Openstack CPU utilization max",
"description": "The maximum openstack CPU utilization by VMs running on the node.",
"unit": "int",
"displayNameShort": "OS CPU util max",
"defaultAggregate": "avg"
},
{
"name": "OS_CPU_AVG",
"displayName": "Average CPU time used",
"description": "Avarage CPU time used by the openstack VMs",
"unit": "int",
"displayNameShort": "OS CPU AVG",
"defaultAggregate": "avg"
},
{
"name": "OS_CPU_SUM",
"displayName": "Total CPU time used",
"description": "Total CPU time used by the openstack VMs.",
"unit": "int",
"displayNameShort": "OS CPU SUM",
"defaultAggregate": "avg"
},
{
"name": "OS_INSTANCE_SUM",
"displayName": "Total instances running",
"description": "Summary of running instances in openstack.",
"unit": "int",
"displayNameShort": "OS INST SUM",
"defaultAggregate": "avg"
},
{
"name": "OS_INSTANCE_MAX",
"displayName": "Maximum started instances",
"description": "The maximum number of instances started.",
"unit": "int",
"displayNameShort": "OS INST MAX",
"defaultAggregate": "avg"
},
{
"name": "OS_MEMORY_SUM",
"displayName": "Total allocated memory",
"description": "The summary of allocated memory by all VMs on the node.",
"unit": "int",
"displayNameShort": "OS MEM SUM",
"defaultAggregate": "avg"
},
{
"name": "OS_MEMORY_AVG",
"displayName": "Average allocated memory",
"description": "The average allocated memory by all VMs on the node.",
"unit": "int",
"displayNameShort": "OS MEM AVG",
"defaultAggregate": "avg"
},
{
"name": "OS_MEMORY_USAGE_SUM",
"displayName": "Total memory used",
"description": "Volume of RAM used by the instance from the amount of its allocated memory.",
"unit": "int",
"displayNameShort": "OS MEM usage SUM",
"defaultAggregate": "avg"
},
{
"name": "OS_MEMORY_USAGE_AVG",
"displayName": "Average memory used",
"description": "Volume of RAM used by the instance from the amount of its allocated memory..",
"unit": "int",
"displayNameShort": "OS MEM usage AVG",
"defaultAggregate": "avg"
},
{
"name": "OS_VOLUME_SUM",
"displayName": "Total volume created",
"description": "Summary of created volumes",
"unit": "int",
"displayNameShort": "OS VOL SUM",
"defaultAggregate": "avg"
},
{
"name": "OS_VOLUME_AVG",
"displayName": "Average volume created",
"description": "Average of created volumes by the VMs running on the node.",
"unit": "int",
"displayNameShort": "OS VOL AVG",
"defaultAggregate": "avg"
},
{
"name": "OS_IMAGE_SUM",
"displayName": "Total image created",
"description": "Summary of created images on the image service node.",
"unit": "int",
"displayNameShort": "OS IMG SUM",
"defaultAggregate": "avg"
},
{
"name": "OS_IMAGE_AVG",
"displayName": "Average image created",
"description": "The average created images on the image service node.",
"unit": "int",
"displayNameShort": "OS IMG AVG",
"defaultAggregate": "avg"
},
{
"name": "OS_IMAGE_SIZE_SUM",
"displayName": "Total size of all images",
"description": "The total amount of space used by the created images.",
"unit": "int",
"displayNameShort": "OS IMG size SUM",
"defaultAggregate": "avg"
},
{
"name": "OS_IMAGE_SIZE_AVG",
"displayName": "Average size of all images",
"description": "Average amount of space used by the created images",
"unit": "int",
"displayNameShort": "OS IMG size AVG",
"defaultAggregate": "avg"
},
{
"name": "OS_DISK_READ_RATE_SUM",
"displayName": "Summary of disk read rate",
"description": "The total amount of disk read rate on all VMs running on the node",
"unit": "int",
"displayNameShort": "OS DSK R rate SUM",
"defaultAggregate": "avg"
},
{
"name": "OS_DISK_READ_RATE_AVG",
"displayName": "Average disk read rate",
"description": "Average amount of disk read rate on all VMs running on the node.",
"unit": "int",
"displayNameShort": "OS DSK R rate AVG",
"defaultAggregate": "avg"
},
{
"name": "OS_DISK_WRITE_RATE_SUM",
"displayName": "Summary of disk write rate",
"description": "The total amount of disk write rate on all VMs running on the node.",
"unit": "int",
"displayNameShort": "OS DSK W rate SUM",
"defaultAggregate": "avg"
},
{
"name": "OS_DISK_WRITE_RATE_AVG",
"displayName": "Average disk write rate",
"description": "Average amount of disk write rate on all VMs running on the node.",
"unit": "int",
"displayNameShort": "OS DSK W rate AVG",
"defaultAggregate": "avg"
},
{
"name": "OS_NETWORK_IN_BYTES_SUM",
"displayName": "Summary of network incoming bytes",
"description": "The total amount of network incoming bytes to all VMs running on the node",
"unit": "int",
"displayNameShort": "OS NET in byte SUM",
"defaultAggregate": "avg"
},
{
"name": "OS_NETWORK_IN_BYTES_AVG",
"displayName": "Average of network incoming bytes",
"description": "Average amount of network incoming bytes to all VMs running on the node.",
"unit": "int",
"displayNameShort": "OS NET in byte AVG",
"defaultAggregate": "avg"
},
{
"name": "OS_NETWORK_OUT_BYTES_SUM",
"displayName": "Summary of network outgoing bytes",
"description": "The total amount of network outgoing bytes from all VMs running on the node",
"unit": "int",
"displayNameShort": "OS NET out byte SUM",
"defaultAggregate": "avg"
},
{
"name": "OS_NETWORK_OUT_BYTES_AVG",
"displayName": "Average of network outgoing bytes",
"description": "Average amount of network outgoing bytes from all VMs running on the node.",
"unit": "int",
"displayNameShort": "OS NET out byte AVG",
"defaultAggregate": "avg"
}
]