-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
added new metrics for vcenter receiver VM performance related met… #37489
base: main
Are you sure you want to change the base?
added new metrics for vcenter receiver VM performance related met… #37489
Conversation
816b219
to
8994147
Compare
8994147
to
9ddb446
Compare
35288a1
to
71df9a7
Compare
71df9a7
to
5864227
Compare
8945f4f
to
83c94de
Compare
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.
I think it mostly looks pretty good now, but I still have a couple of questions for possible improvements.
cc899eb
to
3fe930c
Compare
3fe930c
to
6c76884
Compare
@samiura The interval for performance metrics is hardcoded in the receiver to be 20s FYI. Even so, your suggestion is good practice. I'm curious if it changes the values you're seeing from the simulator? |
I have not seen any values over 100 as it should logically be the case. It seems to be sane. Not sure why but I think it looks solid now (screenshots updated). Also, from I am running just the default valued |
@samiura Sounds good! Chances are the simulator was ignoring our request for a 20s interval and was using something else instead. So now that that interval is dynamically part of the calculation, we're good. This shouldn't come up in a real environment, but the code is safer either way. Thanks for all the work! |
784e4fe
to
f526137
Compare
866b0c4
to
493a703
Compare
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.
LGTM
Adding |
b53b09a
to
299d0c1
Compare
addressed previous PR comments.
299d0c1
to
60c5303
Compare
Description
This PR adds the following VM performance metrics for vcenter.
vcenter.vm.cpu.time
vcenter.vm.network.multicast.packet.rate
vcenter.vm.network.broadcast.packet.rate
More information on these metrics can be found here. and also succinctly described here
#37488
Testing
The metrics were scraped from a test vCenter environment, and golden test files were updated accordingly to reflect the addition of the metric.
Documentation
Documentation was updated according to the metadata.yaml