influxdb/client/v2
Andrew Montgomery-Hurrell 2ed0d2d1c9
Make client errors more helpful on downstream errs
When a downstream server such as a proxy or loadbalancer between
influxdb and the client produces an error, the client currently does
not make this very obvious.

This change introduces checks on both the content type and the
influx version header to identify whether a request was served by
influxdb itself and returns a more appropriate error in the cases
where it can be determined a downstream issue is at play.
2017-10-26 11:56:29 +01:00
..
client.go Make client errors more helpful on downstream errs 2017-10-26 11:56:29 +01:00
client_test.go Make client errors more helpful on downstream errs 2017-10-26 11:56:29 +01:00
example_test.go Merge pull request #5617 from benbjohnson/influxdata 2016-02-10 13:29:46 -07:00
udp.go Update godoc for the client packages 2016-12-30 11:58:43 -08:00