-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[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
[receiver/vcenter] Adds vSAN metrics for Virtual Machines #34082
Conversation
4787d41
to
b98ed88
Compare
50fc67d
to
4e23dd0
Compare
4e23dd0
to
1b09863
Compare
1b09863
to
55b0e23
Compare
@@ -26,6 +26,7 @@ dist/ | |||
# Miscellaneous files | |||
*.sw[op] | |||
*.DS_Store | |||
__debug_bin* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
__debug_bin* |
There was a problem hiding this comment.
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?
22caa6c
to
c1bb206
Compare
**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
Description:
Adds a set of vSAN metrics for Virtual Machines.
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