Hello All,
how do I approach if I have a line in the Line Protocol format, want to insert it into InfluxDB, but do not know if these values are already in the database?
Do I first need to query if the metrics already exist (how exactly do I do that)?
Or do I just send my line to the database and if that exact combination of tags, fields and timestamp already exists, it will just be ignored?
Please excuse me if this is a silly question, but I have not been able to find an answer!
Best,
conne914