quackpipe icon indicating copy to clipboard operation
quackpipe copied to clipboard

NaN handler in line proto

Open lmangani opened this issue 6 months ago • 0 comments

We're currently rejecting inserts with NaN values in line protocol. We need to handle NaN entries as NULL without loosing entries and avoiding bulk inserts failing due to NaN entries.

2025-04-23T19:21:41.721268Z  WARN sink{component_kind="sink" component_id=my_sink_id component_type=influxdb_metrics}:request{request_id=94}: vector::sinks::util::retries: Retrying after response. reason=500 Internal Server Error: error parsing line: unable to parse 'host.filesystem_used_ratio,collector=filesystem,device=proc,filesystem=proc,host=de5,metric_type=gauge,mountpoint=/proc value=NaN 1745436081471084974': invalid number internal_log_rate_limit=true

lmangani avatar Apr 23 '25 19:04 lmangani