Skip to content

Commit

Permalink
Boost dependency note for Http query support added.
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Mar 5, 2021
1 parent 0a56fc6 commit 7b5f6b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ List of supported transport is following:
| Name | Dependency | URI protocol | Sample URI |
| ----------- |:-----------:|:--------------:| -------------------------------------:|
| HTTP | cURL | `http`/`https` | `http://localhost:8086?db=<db>` |
| HTTP | cURL<sup>i)</sup> | `http`/`https` | `http://localhost:8086?db=<db>` |
| UDP | boost | `udp` | `udp://localhost:8094` |
| Unix socket | boost | `unix` | `unix:///tmp/telegraf.sock` |
<sup>i)</sup> boost is needed to support queries.

0 comments on commit 7b5f6b7

Please sign in to comment.