Skip to content

Commit

Permalink
Addressing 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 Feb 4, 2025
1 parent d246ffd commit a21d98a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ change_type: enhancement
component: vcenterreceiver

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Adds six more Vcenter virtual machine performance metrics
note: Adds three more vCenter virtual machine performance metrics

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
issues: [37488]
Expand Down
2 changes: 1 addition & 1 deletion receiver/vcenterreceiver/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ Total memory capacity of the host system.
### vcenter.vm.cpu.time
CPU time spent in idle, ready or idle state.
CPU time spent in idle, ready or wait state.
As measured over the most recent 20s interval.
Expand Down

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.

4 changes: 2 additions & 2 deletions receiver/vcenterreceiver/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ attributes:
- "standby"
- "unknown"
cpu_state:
description: CPU time spent in idle, ready or idle state.
description: CPU time spent in idle, ready or idle state.
type: string
enum:
- "idle"
Expand Down Expand Up @@ -577,7 +577,7 @@ metrics:
attributes: []
vcenter.vm.cpu.time:
enabled: false
description: CPU time spent in idle, ready or idle state.
description: CPU time spent in idle, ready or wait state.
unit: "%"
gauge:
value_type: double
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2167,7 +2167,7 @@ resourceMetrics:
timeUnixNano: "2000000"
name: vcenter.vm.cpu.readiness
unit: '%'
- description: CPU time spent in idle, ready or idle state.
- description: CPU time spent in idle, ready or wait state.
gauge:
dataPoints:
- asDouble: "1.0"
Expand Down Expand Up @@ -2998,7 +2998,7 @@ resourceMetrics:
timeUnixNano: "2000000"
name: vcenter.vm.cpu.readiness
unit: '%'
- description: CPU time spent in idle, ready or idle state.
- description: CPU time spent in idle, ready or wait state.
gauge:
dataPoints:
- asDouble: "1.0"
Expand Down Expand Up @@ -3928,7 +3928,7 @@ resourceMetrics:
timeUnixNano: "2000000"
name: vcenter.vm.cpu.readiness
unit: '%'
- description: CPU time spent in idle, ready or idle state.
- description: CPU time spent in idle, ready or wait state.
gauge:
dataPoints:
- asDouble: "1.0"
Expand Down

0 comments on commit a21d98a

Please sign in to comment.