Closed todtb closed 4 years ago
Raise a LineProtocolError if attempting to write empty values as field set is required. Adds descriptive feedback to InfluxDB's response {"error":"unable to parse '{series},{tags} ': invalid field format"} when a value hash is provide with no keys.
{"error":"unable to parse '{series},{tags} ': invalid field format"}
Merged in 588d2aed89c98e1dd108921bf345969396c20c1c.
I've released version 0.8.0 to rubygems.org. Thank you for your contribution!
With pleasure. Thanks for getting it in so quick.
Raise a LineProtocolError if attempting to write empty values as field set is required. Adds descriptive feedback to InfluxDB's response
{"error":"unable to parse '{series},{tags} ': invalid field format"}
when a value hash is provide with no keys.