Skip to content

[receiver/vcenter] Adds vSAN metrics for Virtual Machines #34082

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

Merged
merged 9 commits into from
Jul 26, 2024

Conversation

StefanKurek
Copy link
Contributor

@StefanKurek StefanKurek commented Jul 15, 2024

Description:

Adds a set of vSAN metrics for Virtual Machines.

vcenter.vm.vsan.throughput          (direction={read/write})
vcenter.vm.vsan.iops                (direction={read/write})
vcenter.vm.vsan.latency.avg         (direction={read/write})

Link to tracking Issue:
#33556

Testing:
Unit tests added for scraper.
Could not add client tests as govmomi vSAN simulator currently not implemented.
Tested against live environment.

Documentation:
New documentation generated

@github-actions github-actions bot requested review from djaglowski and schmikei July 15, 2024 17:10
@StefanKurek StefanKurek force-pushed the feat/add-vsan-vm-metrics branch from 4787d41 to b98ed88 Compare July 15, 2024 18:11
@StefanKurek StefanKurek force-pushed the feat/add-vsan-vm-metrics branch from 50fc67d to 4e23dd0 Compare July 24, 2024 19:48
@StefanKurek StefanKurek marked this pull request as ready for review July 24, 2024 19:50
@StefanKurek StefanKurek requested a review from a team July 24, 2024 19:50
@StefanKurek StefanKurek force-pushed the feat/add-vsan-vm-metrics branch from 4e23dd0 to 1b09863 Compare July 24, 2024 20:13
@github-actions github-actions bot added the cmd/otelcontribcol otelcontribcol command label Jul 24, 2024
@StefanKurek StefanKurek force-pushed the feat/add-vsan-vm-metrics branch from 1b09863 to 55b0e23 Compare July 24, 2024 20:59
@@ -26,6 +26,7 @@ dist/
# Miscellaneous files
*.sw[op]
*.DS_Store
__debug_bin*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
__debug_bin*

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@djaglowski These were building up in my directory as I've been debugging and showing up as files that could be committed. Any reason not to ignore them?

@StefanKurek StefanKurek force-pushed the feat/add-vsan-vm-metrics branch from 22caa6c to c1bb206 Compare July 25, 2024 18:04
@StefanKurek StefanKurek requested a review from djaglowski July 25, 2024 18:05
@djaglowski djaglowski merged commit 51f4a89 into open-telemetry:main Jul 26, 2024
154 checks passed
@github-actions github-actions bot added this to the next release milestone Jul 26, 2024
@StefanKurek StefanKurek deleted the feat/add-vsan-vm-metrics branch July 26, 2024 14:11
djaglowski pushed a commit that referenced this pull request Jul 29, 2024
**Description:** <Describe what has changed.>
Waiting on
#34082
to be merged first.
Adds a set of default disabled vSAN metrics for Clusters.

```
vcenter.cluster.vsan.throughput          (direction={read/write})
vcenter.cluster.vsan.iops                (direction={read/write})
vcenter.cluster.vsan.latency.avg         (direction={read/write})
vcenter.cluster.vsan.congestions
```

**Link to tracking Issue:** <Issue number if applicable>
#33556 

**Testing:** <Describe what testing was performed and which tests were
added.>
Unit tests added for scraper.
Could not add client tests as govmomi vSAN simulator currently not
implemented.
Test against live environment.

**Documentation:** <Describe the documentation added.>
New documentation generated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants