We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a56fc6 commit 7b5f6b7Copy full SHA for 7b5f6b7
README.md
@@ -115,6 +115,9 @@ List of supported transport is following:
115
116
| Name | Dependency | URI protocol | Sample URI |
117
| ----------- |:-----------:|:--------------:| -------------------------------------:|
118
-| HTTP | cURL | `http`/`https` | `http://localhost:8086?db=<db>` |
+| HTTP | cURL<sup>i)</sup> | `http`/`https` | `http://localhost:8086?db=<db>` |
119
| UDP | boost | `udp` | `udp://localhost:8094` |
120
| Unix socket | boost | `unix` | `unix:///tmp/telegraf.sock` |
121
+
122
123
+<sup>i)</sup> boost is needed to support queries.
0 commit comments