Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,9 @@ print(table.to_pandas())
```
You may also include your own root certificate via this manor aswell.

If connecting to influxdb fails when using domain name, example `www.mydomain.com`.
Try to set environment variable `GRPC_DNS_RESOLVER=native` to see if it works.

Comment on lines +203 to +205
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
If connecting to influxdb fails when using domain name, example `www.mydomain.com`.
Try to set environment variable `GRPC_DNS_RESOLVER=native` to see if it works.
If connecting to InfluxDB fails with error `DNS resolution failed` when using domain name, example `www.mydomain.com`, then try to set environment variable `GRPC_DNS_RESOLVER=native` to see if it works.

# Contributing

Tests are run using `pytest`.
Expand Down
Loading