Skip to content

Commit

Permalink
addressed previous PR comments
Browse files Browse the repository at this point in the history
Signed-off-by: Samiur Arif <[email protected]>
  • Loading branch information
samiura committed Jan 28, 2025
1 parent 56591b9 commit cc899eb
Show file tree
Hide file tree
Showing 10 changed files with 172 additions and 347 deletions.
35 changes: 4 additions & 31 deletions receiver/vcenterreceiver/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -820,46 +820,19 @@ Total memory capacity of the host system.
| ---- | ----------- | ---------- | ----------------------- | --------- |
| MiBy | Sum | Double | Cumulative | false |
### vcenter.vm.cpu.idle.time
### vcenter.vm.cpu.time
Total time that the CPU spent in an idle state.
CPU time spent in idle, ready or idle state.
| Unit | Metric Type | Value Type |
| ---- | ----------- | ---------- |
| ms | Gauge | Int |
#### Attributes
| Name | Description | Values |
| ---- | ----------- | ------ |
| object | The object on the virtual machine or host that is being reported on. | Any Str |
### vcenter.vm.cpu.ready.time
CPU time spent in ready state.
| Unit | Metric Type | Value Type |
| ---- | ----------- | ---------- |
| ms | Gauge | Int |
#### Attributes
| Name | Description | Values |
| ---- | ----------- | ------ |
| object | The object on the virtual machine or host that is being reported on. | Any Str |
### vcenter.vm.cpu.wait.time
Total CPU time spent in wait state.The wait total includes time spent the CPU Idle, CPU Swap Wait, and CPU I/O Wait states.
| Unit | Metric Type | Value Type |
| ---- | ----------- | ---------- |
| ms | Gauge | Int |
| % | Gauge | Double |
#### Attributes
| Name | Description | Values |
| ---- | ----------- | ------ |
| spent_state | Whether the CPU time was spent in idle, ready or wait state. | Str: ``idle``, ``ready``, ``wait`` |
| object | The object on the virtual machine or host that is being reported on. | Any Str |
### vcenter.vm.memory.granted
Expand Down
12 changes: 2 additions & 10 deletions receiver/vcenterreceiver/internal/metadata/generated_config.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cc899eb

Please sign in to comment.