-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
fix(inputs.vsphere): Eliminated duplicate samples #12259
Conversation
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.
Thanks for your work on this plugin and for tracking this down! Were you working with @yogeshprasad to resolve this? I'd like to ensure it resolves his issue.
While I was surprised about the panic, we can deal with that at some point in the future.
One comment about the supported versions.
@powersj The tests seem to fail in some unrelated plugin (sql output). |
thanks for the updates - I will re-run them or ignore them if they don't solve themselves. |
@srebhan no idea why the circle ci tests are in the user's org and not influxdata, but the tests failed for reasons other than this PR. |
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.
Looks good to me. Thanks for working on this @prydin!
Resolves #11168 (Reporting duplicate points)
The logic for catching up with metrics that were posted late by vCenter was faulty and sometimes looked too far back in time. Made sure rounding of intervals never result in overlapping time ranges in metric queries.