influxdb3-python icon indicating copy to clipboard operation
influxdb3-python copied to clipboard

Inconsistent Environment Variable Support Between Go v3 and Python v3 Clients

Open bednar opened this issue 7 months ago • 0 comments
trafficstars

The InfluxDB v3 Python client does not provide the same environment variable configuration options as the GO v3 client. This inconsistency complicates setting up multiple clients in the same environment since certain parameters cannot be configured uniformly through environment variables. Expanding or aligning the Python client’s environment variable support to match the Go client would greatly simplify deployment and configuration in mixed-language environments.

It should be backward compatible, so we will have to support both - new and also old sys env naming.

bednar avatar Mar 24 '25 13:03 bednar