s-petrunin

Results 2 comments of s-petrunin

This happens to us too. We are using `influxdb==5.2.1`, Python 3.6, using UDP `socket_listener` in Telegraf. Every hour we consistently getting 4~8 such errors, our app is making ~ 300...

This likely happened b.c. this lib do not catch socket related errors during sending stats, like other libs do, example: https://github.com/jsocol/pystatsd/blob/master/statsd/client/udp.py#L45 May be it's a good think, but it's not...