-
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
MySQL Plugin: inconsistent measurements #5711
Comments
related #5529 |
Changing the fielddrop line to:
seems to stop all error messages from the InfluxDB ingest Telegraf. |
I have run into similar issues with this plugin:
|
Fixes influxdata#8319, influxdata#5711, influxdata#5055, influxdata#7421 See influxdata#5529, influxdata#6624 This could be easily extended to fix influxdata#6671 as well
Fixes influxdata#8319, influxdata#5711, influxdata#5055, influxdata#7421 See influxdata#5529, influxdata#6624 This could be easily extended to fix influxdata#6671 as well
Relevant telegraf.conf:
System info:
Telegraf 1.10.2 running on RHEL7.5 64 bit
Steps to reproduce:
Telegraf was configured as per documentation with mysql block as given above, but outputting to a Kafka topic. A separate Telegraf (1.10.0) instance then consumes this topic and writes to an InfluxDB database that has had all mysql* measurements removed.
Expected behavior:
No errors seen
Actual behavior:
The Telegraf that is ingesting the data into Influx reports the following repeatedly:
2019-04-11T13:30:06Z E! [outputs.influxdb]: when writing to [http://hostnameremoved:8086]: received error partial write: field type conflict: input field "innodb_data_pending_fsyncs" on measurement "mysql" is type float, already exists as type integer dropped=1; discarding points
Given that innodb_metrics appears to be switched off in the configuration I'm a bit confused as to why this field is being created, and doubly so that it's being written with different value types.
Additional info:
MySQL instance being polled is community version 8.0.13 running on RHEL7-64bit
The text was updated successfully, but these errors were encountered: