forked from open-telemetry/opentelemetry-collector-contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.yaml
450 lines (446 loc) · 13.8 KB
/
metadata.yaml
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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
type: vcenter
scope_name: otelcol/vcenterreceiver
status:
class: receiver
stability:
alpha: [metrics]
distributions: [contrib]
codeowners:
active: [djaglowski, schmikei, StefanKurek]
seeking_new: true
resource_attributes:
vcenter.datacenter.name:
description: The name of the vCenter datacenter.
enabled: true
type: string
vcenter.cluster.name:
description: The name of the vCenter cluster.
enabled: true
type: string
vcenter.host.name:
description: The hostname of the vCenter ESXi host.
enabled: true
type: string
vcenter.resource_pool.name:
description: The name of the resource pool.
enabled: true
type: string
vcenter.resource_pool.inventory_path:
description: The inventory path of the resource pool.
enabled: true
type: string
vcenter.virtual_app.name:
description: The name of the vApp.
enabled: true
type: string
vcenter.virtual_app.inventory_path:
description: The inventory path of the vApp.
enabled: true
type: string
vcenter.datastore.name:
description: The name of the vCenter datastore.
enabled: true
type: string
vcenter.vm.name:
description: The name of the virtual machine.
enabled: true
type: string
vcenter.vm.id:
description: The instance UUID of the virtual machine.
enabled: true
type: string
vcenter.vm_template.name:
description: The name of the virtual machine template.
enabled: true
type: string
vcenter.vm_template.id:
description: The instance UUID of the virtual machine template.
enabled: true
type: string
attributes:
disk_state:
description: The state of storage and whether it is already allocated or free.
type: string
enum:
- available
- used
disk_type:
description: The type of storage device that is being recorded.
type: string
enum:
- virtual
- physical
host_effective:
type: bool
name_override: effective
description: Whether the host is effective in the vCenter cluster.
disk_direction:
name_override: direction
description: The direction of disk latency.
type: string
enum:
- read
- write
throughput_direction:
name_override: direction
description: The direction of network throughput.
type: string
enum:
- transmitted
- received
vm_count_power_state:
name_override: power_state
description: The current power state of the virtual machine.
type: string
enum:
- "on"
- "off"
- "suspended"
object_name:
name_override: object
description: The object on the virtual machine or host that is being reported on.
type: string
metrics:
vcenter.cluster.cpu.limit:
enabled: true
description: The amount of CPU available to the cluster.
unit: "{MHz}"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: []
vcenter.cluster.cpu.effective:
enabled: true
description: The effective CPU available to the cluster. This value excludes CPU from hosts in maintenance mode or are unresponsive.
unit: "{MHz}"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: []
vcenter.cluster.memory.limit:
enabled: true
description: The available memory of the cluster.
unit: By
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: []
vcenter.cluster.memory.effective:
enabled: true
description: The effective available memory of the cluster.
unit: By
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: []
extended_documentation: This value excludes memory from hosts that are either in maintenance mode or are unresponsive. It also excludes memory used by the VMware Service Console.
vcenter.cluster.vm.count:
enabled: true
description: The number of virtual machines in the cluster.
unit: "{virtual_machines}"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: [vm_count_power_state]
vcenter.cluster.vm_template.count:
enabled: true
description: The number of virtual machine templates in the cluster.
unit: "{virtual_machine_templates}"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: []
vcenter.cluster.host.count:
enabled: true
description: The number of hosts in the cluster.
unit: "{hosts}"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: [host_effective]
vcenter.datastore.disk.usage:
enabled: true
description: The amount of space in the datastore.
unit: By
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: [disk_state]
vcenter.datastore.disk.utilization:
enabled: true
description: The utilization of the datastore.
unit: "%"
gauge:
value_type: double
attributes: []
vcenter.host.cpu.utilization:
enabled: true
description: The CPU utilization of the host system.
unit: "%"
gauge:
value_type: double
attributes: []
vcenter.host.cpu.usage:
enabled: true
description: The amount of CPU used by the host.
unit: "MHz"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: []
vcenter.host.disk.throughput:
enabled: true
description: Average number of kilobytes read from or written to the disk each second.
unit: "{KiBy/s}"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: [disk_direction, object_name]
extended_documentation: As measured over the most recent 20s interval. Aggregated disk I/O rate. Requires Performance Level 4.
vcenter.host.disk.latency.avg:
enabled: true
description: The latency of operations to the host system's disk.
unit: ms
gauge:
value_type: int
attributes: [disk_direction, object_name]
extended_documentation: This latency is the sum of the device and kernel read and write latencies. Requires Performance Counter level 2 for metric to populate.
vcenter.host.disk.latency.max:
enabled: true
description: Highest latency value across all disks used by the host.
unit: ms
gauge:
value_type: int
attributes: [object_name]
extended_documentation: As measured over the most recent 20s interval. Requires Performance Level 3.
vcenter.host.memory.utilization:
enabled: true
description: The percentage of the host system's memory capacity that is being utilized.
unit: "%"
gauge:
value_type: double
attributes: []
vcenter.host.memory.usage:
enabled: true
description: The amount of memory the host system is using.
unit: MiBy
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: []
vcenter.host.network.throughput:
enabled: true
description: The amount of data that was transmitted or received over the network by the host.
unit: "{KiBy/s}"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: [throughput_direction, object_name]
extended_documentation: As measured over the most recent 20s interval.
vcenter.host.network.usage:
enabled: true
description: The sum of the data transmitted and received for all the NIC instances of the host.
unit: "{KiBy/s}"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: [object_name]
vcenter.host.network.packet.error.rate:
enabled: true
description: The rate of packet errors transmitted or received on the host network.
unit: "{errors/sec}"
gauge:
value_type: double
attributes: [throughput_direction, object_name]
extended_documentation: As measured over the most recent 20s interval.
vcenter.host.network.packet.rate:
enabled: true
description: The rate of packets transmitted or received across each physical NIC (network interface controller) instance on the host.
unit: "{packets/sec}"
gauge:
value_type: double
attributes: [throughput_direction, object_name]
extended_documentation: As measured over the most recent 20s interval.
vcenter.resource_pool.memory.usage:
enabled: true
description: The usage of the memory by the resource pool.
unit: MiBy
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: []
vcenter.resource_pool.memory.shares:
enabled: true
description: The amount of shares of memory in the resource pool.
unit: "{shares}"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: []
vcenter.resource_pool.cpu.usage:
enabled: true
description: The usage of the CPU used by the resource pool.
unit: "{MHz}"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: []
vcenter.resource_pool.cpu.shares:
enabled: true
description: The amount of shares of CPU in the resource pool.
unit: "{shares}"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: []
vcenter.vm.memory.ballooned:
enabled: true
description: The amount of memory that is ballooned due to virtualization.
unit: MiBy
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: []
vcenter.vm.memory.usage:
enabled: true
description: The amount of memory that is used by the virtual machine.
unit: MiBy
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: []
vcenter.vm.memory.swapped:
enabled: true
description: The portion of memory that is granted to this VM from the host's swap space.
unit: MiBy
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: []
vcenter.vm.memory.swapped_ssd:
enabled: true
description: The amount of memory swapped to fast disk device such as SSD.
unit: KiBy
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: []
vcenter.vm.disk.usage:
enabled: true
description: The amount of storage space used by the virtual machine.
unit: By
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: [disk_state]
vcenter.vm.disk.utilization:
enabled: true
description: The utilization of storage on the virtual machine.
unit: "%"
gauge:
value_type: double
attributes: []
vcenter.vm.disk.latency.avg:
enabled: true
description: The latency of operations to the virtual machine's disk.
unit: ms
gauge:
value_type: int
attributes: [disk_direction, disk_type, object_name]
extended_documentation: Requires Performance Counter level 2 for metric to populate. As measured over the most recent 20s interval.
vcenter.vm.disk.latency.max:
enabled: true
description: The highest reported total latency (device and kernel times) over an interval of 20 seconds.
unit: ms
gauge:
value_type: int
attributes: [object_name]
vcenter.vm.disk.throughput:
enabled: true
description: Average number of kilobytes read from or written to the virtual disk each second.
unit: "{KiBy/s}"
gauge:
value_type: int
attributes: [disk_direction, object_name]
extended_documentation: As measured over the most recent 20s interval. Requires Performance Level 2.
vcenter.vm.network.throughput:
enabled: true
description: The amount of data that was transmitted or received over the network of the virtual machine.
unit: By/sec
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: [throughput_direction, object_name]
extended_documentation: As measured over the most recent 20s interval.
vcenter.vm.network.packet.rate:
enabled: true
description: The rate of packets transmitted or received by each vNIC (virtual network interface controller) on the virtual machine.
unit: "{packets/sec}"
gauge:
value_type: double
attributes: [throughput_direction, object_name]
extended_documentation: As measured over the most recent 20s interval.
vcenter.vm.network.packet.drop.rate:
enabled: true
description: The rate of transmitted or received packets dropped by each vNIC (virtual network interface controller) on the virtual machine.
unit: "{packets/sec}"
gauge:
value_type: double
attributes: [throughput_direction, object_name]
extended_documentation: As measured over the most recent 20s interval.
vcenter.vm.network.usage:
enabled: true
description: The network utilization combined transmit and receive rates during an interval.
unit: "{KiBy/s}"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: [object_name]
extended_documentation: As measured over the most recent 20s interval.
vcenter.vm.cpu.utilization:
enabled: true
description: The CPU utilization of the VM.
unit: "%"
gauge:
value_type: double
attributes: []
vcenter.vm.cpu.usage:
enabled: true
description: The amount of CPU used by the VM.
unit: "MHz"
sum:
monotonic: false
value_type: int
aggregation_temporality: cumulative
attributes: []
vcenter.vm.memory.utilization:
enabled: true
description: The memory utilization of the VM.
unit: "%"
gauge:
value_type: double
attributes: []