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
InfluxDB Version: cloud - [TODO] check also clustered
Platform: client ubunt 22.04 + Python 3.12
Using an envoy proxy server between client and server query requests are not showing up in the proxy log. They seem to succeed regardless. This implies that the proxy settings are being ignored. See EAR 5702
Regarding behavior with clustered a related issue is #117
Uh oh!
There was an error while loading. Please reload this page.
Specifications
Using an envoy proxy server between client and server query requests are not showing up in the proxy log. They seem to succeed regardless. This implies that the proxy settings are being ignored. See EAR 5702
Regarding behavior with clustered a related issue is #117
Code sample to reproduce problem
Expected behavior
That the proxy settings be used for both writes and queries. Expect to see in the proxy log a record like the following.
Also that proxy settings can be set through environment variables, a configuration file and directly in the client code.
Actual behavior
When inspecting the proxy logs, it appears the write API is using the proxy, however the query API request using Flight > GRPC are not showing up.
Example
Though the query follows, it does not appear in the log.
Additional info
No response
The text was updated successfully, but these errors were encountered: