-
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
Enable vSphere CPU and host metrics by default #34022
Enable vSphere CPU and host metrics by default #34022
Conversation
Enabling metrics by default that were previously disabled by default is considered a breaking change. Please add a changelog entry accordingly. More context if it's helpful. |
@crobert-1 Thanks for letting me know! Will update this shortly. |
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.
Aside from the CHANGELOG entry mentioned, looks good.
a62b1e2
to
3e1e612
Compare
b4fd183
to
6ead7b3
Compare
While updating this, i noticed that the integration test was missing an update. Im not sure why it didn't error before, but it was complaining on the CI now, so I went ahead and updated that. I also noticed there was a missing metric from the mock file that caused it to not generate on the golden file, which I also updated. I am more than happy to split this apart into its own PR if we think its necessary, but I figured since this PR already addresses updating those metrics that were in question to begin with, that I might be able to leave it in. Let me know what you think |
Presumably the errors are due to enabling the metrics? Is any other reason possible? |
@djaglowski The error was specifically related to enabling the |
Wouldn't it be because the metric was not enabled in the integration test? |
@djaglowski Yea, but neither was the other metrics i had added. |
Description:
The following PR enables the following metrics by default
Link to tracking Issue:
Testing:
Updated golden files
Documentation:
Updated documentation using make generate