Skip to content
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] Adds vSAN metrics for Virtual Machines #34082

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

cmd/otelcontribcol/go.mod Outdated Show resolved Hide resolved
@@ -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?

receiver/vcenterreceiver/client.go Outdated Show resolved Hide resolved
receiver/vcenterreceiver/metadata.yaml Show resolved Hide resolved
@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