-
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
vsphere input field type conflict since telegraf version 1.10 #5565
Comments
Ah, probably related issues and PR described in #5563 |
Had the same problem, added "converter" module to just make everyting a "float" and move the data to a new DB because InfluxDB always reverted to the old schema even though I deleted the measurement... |
Offtopic: how would I go on and try to change influxdb schema when no longer using the said workaround? |
In 1.10.1, we will restore the integer types which will provide compatibility with earlier releases. If you have already moved your InfluxDB schema to floats you will need to set Closed in #5563 |
@einhirn I wrote up a method for migrating between schema's using Kapacitor when we needed to change the mysql plugin, I think the same method could be used here. |
i've tested with the latest windows_am64 nightly (as i write this) instead of linked builds, seems to run ok! |
Relevant telegraf.conf:
System info:
telegraf 1.10 on Windows Server 2016
vSphere 6.7 update1
InfluxDB 1.7.4
Steps to reproduce:
upgraded telegraf.exe on windows from 1.9.4 tot 1.10.
Expected behavior:
no change in behavior.
Actual behavior:
seeing following entries in telegraf.log, alot of them for alot of metrics
Additional info:
had to revert back to 1.9.4 to get my metrics back.
The text was updated successfully, but these errors were encountered: