Skip to content

Commit

Permalink
[receiver/vcenter] remove uncollected vcenter.vm.cpu.utilization (#…
Browse files Browse the repository at this point in the history
…12359)

* remove vcenter.vm.cpu.utilization metric from metadata.yaml; not collected

* add changelog entry
  • Loading branch information
schmikei authored and ag-ramachandran committed Sep 15, 2022
1 parent e5dc926 commit b5e8d9c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 69 deletions.
1 change: 0 additions & 1 deletion receiver/vcenterreceiver/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ These are the metrics available for this scraper.
| **vcenter.resource_pool.cpu.usage** | The usage of the CPU used by the resource pool. | {MHz} | Sum(Int) | <ul> </ul> |
| **vcenter.resource_pool.memory.shares** | The amount of shares of memory in the resource pool. | {shares} | Sum(Int) | <ul> </ul> |
| **vcenter.resource_pool.memory.usage** | The usage of the memory by the resource pool. | MBy | Sum(Int) | <ul> </ul> |
| **vcenter.vm.cpu.utilization** | The CPU utilization of the virtual machine. | % | Gauge(Double) | <ul> </ul> |
| **vcenter.vm.disk.latency.avg** | The latency of operations to the virtual machine's disk. Requires Performance Counter level 2 for metric to populate. As measured over the most recent 20s interval. | ms | Gauge(Int) | <ul> <li>disk_direction</li> <li>disk_type</li> </ul> |
| **vcenter.vm.disk.latency.avg.read** | The latency of reads to the virtual machine's disk. Requires Performance Counter level 2 for metric to populate. As measured over the most recent 20s interval. | ms | Gauge(Int) | <ul> <li>disk_type</li> </ul> |
| **vcenter.vm.disk.latency.avg.write** | The latency of writes to the virtual machine's disk. Requires Performance Counter level 2 for metric to populate. As measured over the most recent 20s interval. | ms | Gauge(Int) | <ul> <li>disk_type</li> </ul> |
Expand Down
61 changes: 0 additions & 61 deletions receiver/vcenterreceiver/internal/metadata/generated_metrics_v2.go

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

7 changes: 0 additions & 7 deletions receiver/vcenterreceiver/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -393,13 +393,6 @@ metrics:
value_type: int
aggregation: cumulative
attributes: []
vcenter.vm.cpu.utilization:
enabled: true
description: The CPU utilization of the virtual machine.
unit: "%"
gauge:
value_type: double
attributes: []
vcenter.vm.disk.usage:
enabled: true
description: The amount of storage space used by the virtual machine.
Expand Down
11 changes: 11 additions & 0 deletions unreleased/vcenter-remove-non-existent-metric-docs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: 'breaking'

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: vcenterreceiver

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: remove metadata declaration and references to uncollected metric `vcenter.vm.cpu.utilization`

# One or more tracking issues related to the change
issues: [ 12358 ]

0 comments on commit b5e8d9c

Please sign in to comment.