We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for connecting to InfluxDB over a unix domain socket
We can connect to InfluxDB via UDP or HTTP(S) over TCP but not UDS. InfluxDB also supports HTTP over UDS.
See : influxdata/influxdb#7135 influxdata/telegraf#3366
Be able to talk to InfluxDB on the same host via UDS.
The text was updated successfully, but these errors were encountered:
would also like to connect to kapacitor using a domain socket.
Sorry, something went wrong.
No branches or pull requests
Feature Request
Proposal:
Add support for connecting to InfluxDB over a unix domain socket
Current behavior:
We can connect to InfluxDB via UDP or HTTP(S) over TCP but not UDS. InfluxDB also supports HTTP over UDS.
See : influxdata/influxdb#7135
influxdata/telegraf#3366
Desired behavior:
Be able to talk to InfluxDB on the same host via UDS.
Use case:
The text was updated successfully, but these errors were encountered: