I’m trying to batch write to influxdb - to be more efficient with the number of transfers I invoke. I have a newline (on Linux) between the entries, and POST the command (line protocol) … but it seems to fail. Is there perhaps a limitation that the items in a batch write all need to be the same measurement (as I am mixing measurements)?