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

vSphere input: need to be able to configure the historical interval duration #9276

Merged
merged 7 commits into from May 20, 2021

Conversation

ysichrisdag
Copy link
Contributor

@ysichrisdag ysichrisdag commented May 18, 2021

  • Updated associated README.md.
  • Wrote appropriate unit tests.

resolves #9247

Added a configuration option "historical_interval_duration" to the vSphere configuration that defaults to 300s but can be overriden. Updated the input plugin readme to clarify that the 5min historical interval is a default but can be modified in vCenter and that queries for historical data must match the interval set in vCenter.

@telegraf-tiger telegraf-tiger bot added the feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin label May 18, 2021
plugins/inputs/vsphere/vsphere.go Outdated Show resolved Hide resolved
@Hipska Hipska added area/vsphere plugin/input 1. Request for new input plugins 2. Issues/PRs that are related to input plugins labels May 19, 2021
@Hipska Hipska added the ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review. label May 19, 2021
@akrantz01 akrantz01 merged commit 60bb676 into influxdata:master May 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/vsphere feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin plugin/input 1. Request for new input plugins 2. Issues/PRs that are related to input plugins ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to use the VSphere input for historical statistics when historical interval is not 5m (300s)
4 participants