-
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
Telegraf 1.10.1 default transform vsphere data from 20s to 60s sample. #5619
Comments
Investigating... |
There appears to be a bug in the code that estimates the sampling interval. I'll provide a fix. It's already running in my lab, but I want a few more hours on it to make sure it works in all cases. (@danielnelson it would be really nice to have access to the interval. It's needed when we have to deal with late arriving data from vCenter) |
Yes, it would be nice to have the option to choose the sample length. |
@prydin Do you have a rough ETA for this? |
@ZHumphries @radekhuda I linked to some builds on #5726 that contain a fix, would be great if you could try it out. |
@danielnelson This appears to have fixed this issue |
Relevant telegraf.conf:
System info:
[Include Telegraf version, operating system name, and other relevant details]
Telegraf: 1.10.1
OS: ubuntu 18.04.02
vSphere: 6.5
Steps to reproduce:
Expected behavior:
Possibility to select sample or leave unchanged.
Actual behavior:
Additional info:
After upgrade telegraf from version 1.9.5 to 1.10.1 all collected real-time vsphere metrics are transform instead of 20s to 60s samples. I tried added param
interval = "20s"
but it not works. Is possible change settings for turn off default transformation to 60s sample?How to get back metrics with 20s sample?
The text was updated successfully, but these errors were encountered: