@paulo It will write to the logs. The default position for those is /var/log/influxdb/influxdb.log. However on systems that use systemd (most modern linux distributions) those logs are output to journalctl. You should be able to view the InfluxDB logs with journalctl -u influxdb
Isn’t that reporting a response time to the /write of 24.550 seconds? That’s way below 55s…
Are those numbers to be trusted? I’m seeing heeeeaps of those, reporting 12000~50000 ms of write time, usually at a frequency of 1 to 5 every second. However, the _internal Database is reporting httpd as averaging 1.5 writes per second and averaging 50~100 ms of response times. Doesn’t appear to match up…?