You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2020-10-26T15:42:00Z E! [agent] Error writing to outputs.influxdb_v2: 500 Internal Server Error: internal error: unexpected error writing points to database: partial write: field type conflict: input field "innodb_available_undo_logs" on measurement "mysql" is type float, already exists as type integer dropped=8
Under outputs.influxdb_v2, I see a parameter influx_uint_support, does this solve the issue?
The text was updated successfully, but these errors were encountered:
System info:
Telegraf 1.15.2 (git: HEAD cd037b4)
plugin: inputs.mysql (one for master and one for slave)
influxdb: v2-rc2 - I didn't have any issue with v2-beta16
Config
Expected behavior:
Field
innodb_available_undo_logs
should have the same data typeActual behavior:
Field
innodb_available_undo_logs
has different data type (int for master, float for slave)Additional info:
master:
SHOW GLOBAL STATUS
:slave:
SHOW GLOBAL STATUS
:telegraf --config input_mysql.conf --test
:error
Under
outputs.influxdb_v2
, I see a parameterinflux_uint_support
, does this solve the issue?The text was updated successfully, but these errors were encountered: