美文网首页
influxdb错误 field type conflict

influxdb错误 field type conflict

作者: Alen_ab56 | 来源:发表于2022-09-14 14:05 被阅读0次

Caused by: org.influxdb.InfluxDBException: {"error":"partial write: field type conflict: input field \"f1_max\" on measurement \"afl-metric-topic\" is type float, already exists as type integer dropped=1"}

根本原因:influx measurement field不能接受多种number类型

解决方案:

如果一定要使用新的类型,那么就把之前的数据清理掉

(改rp的保留时间加快数据过期)

相关文章

网友评论

      本文标题:influxdb错误 field type conflict

      本文链接:https://www.haomeiwen.com/subject/hyllortx.html