Closed LordOfTheSnow closed 3 years ago
The timestamp interpreted by influxdb-python is off around six months (and I mean around, not exactly six months but six months plus a couple of days). I am currently investigating that further.
By using datetime.isoformat() instead of datetime.strftime(...) the timestamp is correct again. Still I have no idea, why it was off since Sep 1, 0:00 UTC and was working fine before that.
Since today Sep 1, 2021, 0:00 UTC some of the write requests I send to an InfluxDB (1.8) are not stored anymore while others are working fine.
I write data from different applications to different databases:
The Python script runs via cron every five minutes and worked seemlessly until August 31, 2021 23:59 UTC.
The only difference I see in the InfluxDB logfiles are, that the Python script has the word "root" in the logfile, whereas the other two tools do not.
How do I suppress the "root" "tag" in the Python requests? (I don't know if that is the problem, but that is the only idea that I currently have...)
Update Sep 2, 2021
I have captured the network traffic so hopefully somebody can track down the problem: