-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[receiver/vcenter] vcenter.vm.disk.throughput Not Implemented #32772
Comments
@djaglowski I propose implementing this metric, closely matching the currently implemented |
Pinging code owners for receiver/vcenter: @djaglowski @schmikei @StefanKurek. See Adding Labels via Comments if you do not have permissions to add labels yourself. |
**Description:** <Describe what has changed.> Adds missing functionality for `vcenter.vm.disk.throughput` metric on VM resources. Also changes the metric from a Sum to a Gauge. **Link to tracking Issue:** <Issue number if applicable> #32772 **Testing:** <Describe what testing was performed and which tests were added.> Unit/integration tests updated and tested. Local environment tested. **Documentation:** <Describe the documentation added.> New documentation generated based on the metadata.
Closed by #32780 |
Component(s)
receiver/vcenter
What happened?
Description
I can see in the code that this metric was not actually implemented.
Steps to Reproduce
Collect against any vCenter environment with VMs.
Expected Result
vcenter.vm.disk.throughput
is returned for each VM.Actual Result
No
vcenter.vm.disk.throughput
metric is returned.Collector version
v1.6.0/v0.99.0
Environment information
No response
OpenTelemetry Collector configuration
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: