Telegraf Issues
On all of our servers we use telegraf to collect telemetry (CPU, RAM, disk, I/O, network). Most of them just have the system input plugin configured, but some dedicated monitoring hosts have many more input plugins, to collect metrics from PostgreSQL, Elasticsearch, Logstash, etc. etc. With this week’s update to telegraf 1.26, the telegraf agent on these hosts started throwing errors, and no metrics were saved to the InfluxDB: [outputs.influxdb] When writing to [https://localhost:8086]: failed making write req: getting password failed: cannot allocate memory [agent] ["outputs.influxdb"] did not complete within its flush interval I downgraded to 1.25.3 and the processes worked again as before, so it had to be some regression with 1.26. ...