[Influx Cloud Customer] Bug in data ingest

Hi there,

I have a write request like this:

curl -vvv --request POST "https://us-west-2-1.aws.cloud2.influxdata.com/api/v2/write?org=DDDD&bucket=DDDD&precision=s" \
  --header "Authorization: Token DDDD" \
  --data-raw "test9,host=15 a=1,b=15,c=1.1"

I keep changing measurement from test1 to test 9…

I notice that sometimes a is missing, sometimes c is missing, sometimes I have all of them in Influx.

What’s wrong?

Recently one of the data stream in our production Influx cloud account has been completely wiped off without any clue. We’ve lost the data that I have no idea why? Would a change from “c=1.1” to “c=1” completely remove all the c’s datapoint?