Skip to content

Commit 7b5f6b7

Browse files
committed
Boost dependency note for Http query support added.
1 parent 0a56fc6 commit 7b5f6b7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ List of supported transport is following:
115115
116116
| Name | Dependency | URI protocol | Sample URI |
117117
| ----------- |:-----------:|:--------------:| -------------------------------------:|
118-
| HTTP | cURL | `http`/`https` | `http://localhost:8086?db=<db>` |
118+
| HTTP | cURL<sup>i)</sup> | `http`/`https` | `http://localhost:8086?db=<db>` |
119119
| UDP | boost | `udp` | `udp://localhost:8094` |
120120
| Unix socket | boost | `unix` | `unix:///tmp/telegraf.sock` |
121+
122+
123+
<sup>i)</sup> boost is needed to support queries.

0 commit comments

Comments
 (0)