You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: