influxdata / influxdb-client-go

InfluxDB 2 Go Client
MIT License
609 stars 116 forks source link

fix: skip retrying on some errors #349

Closed vlastahajek closed 2 years ago

vlastahajek commented 2 years ago

Proposed Changes

Skip retrying on specific write errors (mostly partial write errors). Inspired by Telegraf's InfluxDB output

Checklist