@@ -186,13 +186,15 @@ The percentage of the host system's memory capacity that is being utilized.
186
186
| ---- | ----------- | ---------- |
187
187
| % | Gauge | Double |
188
188
189
- ### vcenter.host.network.packet.count
189
+ ### vcenter.host.network.packet.error.rate
190
190
191
- The number of packets transmitted and received, as measured over the most recent 20s interval .
191
+ The rate of packet errors transmitted or received on the host network .
192
192
193
- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
194
- | ---- | ----------- | ---------- | ----------------------- | --------- |
195
- | {packets/sec} | Sum | Int | Cumulative | false |
193
+ As measured over the most recent 20s interval.
194
+
195
+ | Unit | Metric Type | Value Type |
196
+ | ---- | ----------- | ---------- |
197
+ | {errors/sec} | Gauge | Double |
196
198
197
199
#### Attributes
198
200
@@ -201,15 +203,15 @@ The number of packets transmitted and received, as measured over the most recent
201
203
| direction | The direction of network throughput. | Str: ` ` transmitted` ` , ` ` received` ` |
202
204
| object | The object on the virtual machine or host that is being reported on. | Any Str |
203
205
204
- ### vcenter.host.network.packet.errors
206
+ ### vcenter.host.network.packet.rate
205
207
206
- The summation of packet errors on the host network .
208
+ The rate of packets transmitted or received across each physical NIC (network interface controller) instance on the host.
207
209
208
210
As measured over the most recent 20s interval.
209
211
210
- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
211
- | ---- | ----------- | ---------- | ----------------------- | --------- |
212
- | {errors } | Sum | Int | Cumulative | false |
212
+ | Unit | Metric Type | Value Type |
213
+ | ---- | ----------- | ---------- |
214
+ | {packets/sec } | Gauge | Double |
213
215
214
216
#### Attributes
215
217
@@ -408,73 +410,15 @@ The memory utilization of the VM.
408
410
| ---- | ----------- | ---------- |
409
411
| % | Gauge | Double |
410
412
411
- ### vcenter.vm.network.packet.count
412
-
413
- The amount of packets that was received or transmitted over the instance's network.
414
-
415
- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
416
- | ---- | ----------- | ---------- | ----------------------- | --------- |
417
- | {packets/sec} | Sum | Int | Cumulative | false |
418
-
419
- #### Attributes
420
-
421
- | Name | Description | Values |
422
- | ---- | ----------- | ------ |
423
- | direction | The direction of network throughput. | Str: ` ` transmitted` ` , ` ` received` ` |
424
- | object | The object on the virtual machine or host that is being reported on. | Any Str |
425
-
426
- ### vcenter.vm.network.throughput
427
-
428
- The amount of data that was transmitted or received over the network of the virtual machine.
429
-
430
- As measured over the most recent 20s interval.
431
-
432
- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
433
- | ---- | ----------- | ---------- | ----------------------- | --------- |
434
- | By/sec | Sum | Int | Cumulative | false |
435
-
436
- #### Attributes
437
-
438
- | Name | Description | Values |
439
- | ---- | ----------- | ------ |
440
- | direction | The direction of network throughput. | Str: ` ` transmitted` ` , ` ` received` ` |
441
- | object | The object on the virtual machine or host that is being reported on. | Any Str |
442
-
443
- ### vcenter.vm.network.usage
444
-
445
- The network utilization combined transmit and receive rates during an interval.
446
-
447
- As measured over the most recent 20s interval.
448
-
449
- | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
450
- | ---- | ----------- | ---------- | ----------------------- | --------- |
451
- | {KiBy/s} | Sum | Int | Cumulative | false |
452
-
453
- #### Attributes
454
-
455
- | Name | Description | Values |
456
- | ---- | ----------- | ------ |
457
- | object | The object on the virtual machine or host that is being reported on. | Any Str |
458
-
459
- ## Optional Metrics
460
-
461
- The following metrics are not emitted by default. Each of them can be enabled by applying the following configuration:
462
-
463
- ` ` ` yaml
464
- metrics :
465
- <metric_name> :
466
- enabled : true
467
- ` ` `
468
-
469
- ### vcenter.host.network.packet.error.rate
413
+ ### vcenter.vm.network.packet.drop.rate
470
414
471
- The rate of packet errors transmitted or received on the host network .
415
+ The rate of transmitted or received packets dropped by each vNIC (virtual network interface controller) on the virtual machine .
472
416
473
417
As measured over the most recent 20s interval.
474
418
475
419
| Unit | Metric Type | Value Type |
476
420
| ---- | ----------- | ---------- |
477
- | {errors /sec} | Gauge | Double |
421
+ | {packets /sec} | Gauge | Double |
478
422
479
423
#### Attributes
480
424
@@ -483,9 +427,9 @@ As measured over the most recent 20s interval.
483
427
| direction | The direction of network throughput. | Str: ` ` transmitted` ` , ` ` received` ` |
484
428
| object | The object on the virtual machine or host that is being reported on. | Any Str |
485
429
486
- ### vcenter.host .network.packet.rate
430
+ ### vcenter.vm .network.packet.rate
487
431
488
- The rate of packets transmitted or received across each physical NIC ( network interface controller) instance on the host .
432
+ The rate of packets transmitted or received by each vNIC (virtual network interface controller) on the virtual machine .
489
433
490
434
As measured over the most recent 20s interval.
491
435
@@ -500,15 +444,15 @@ As measured over the most recent 20s interval.
500
444
| direction | The direction of network throughput. | Str: ` ` transmitted` ` , ` ` received` ` |
501
445
| object | The object on the virtual machine or host that is being reported on. | Any Str |
502
446
503
- ### vcenter.vm.network.packet.drop.rate
447
+ ### vcenter.vm.network.throughput
504
448
505
- The rate of transmitted or received packets dropped by each vNIC (virtual network interface controller) on the virtual machine.
449
+ The amount of data that was transmitted or received over the network of the virtual machine.
506
450
507
451
As measured over the most recent 20s interval.
508
452
509
- | Unit | Metric Type | Value Type |
510
- | ---- | ----------- | ---------- |
511
- | {packets /sec} | Gauge | Double |
453
+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
454
+ | ---- | ----------- | ---------- | ----------------------- | --------- |
455
+ | By /sec | Sum | Int | Cumulative | false |
512
456
513
457
#### Attributes
514
458
@@ -517,21 +461,20 @@ As measured over the most recent 20s interval.
517
461
| direction | The direction of network throughput. | Str: ` ` transmitted` ` , ` ` received` ` |
518
462
| object | The object on the virtual machine or host that is being reported on. | Any Str |
519
463
520
- ### vcenter.vm.network.packet.rate
464
+ ### vcenter.vm.network.usage
521
465
522
- The rate of packets transmitted or received by each vNIC (virtual network interface controller) on the virtual machine .
466
+ The network utilization combined transmit and receive rates during an interval .
523
467
524
468
As measured over the most recent 20s interval.
525
469
526
- | Unit | Metric Type | Value Type |
527
- | ---- | ----------- | ---------- |
528
- | {packets/sec } | Gauge | Double |
470
+ | Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
471
+ | ---- | ----------- | ---------- | ----------------------- | --------- |
472
+ | {KiBy/s } | Sum | Int | Cumulative | false |
529
473
530
474
#### Attributes
531
475
532
476
| Name | Description | Values |
533
477
| ---- | ----------- | ------ |
534
- | direction | The direction of network throughput. | Str: ` ` transmitted` ` , ` ` received` ` |
535
478
| object | The object on the virtual machine or host that is being reported on. | Any Str |
536
479
537
480
## Resource Attributes
0 commit comments