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 2b266b3 commit 3624913Copy full SHA for 3624913
pipeline/outputs/opentelemetry.md
@@ -11,6 +11,9 @@ Only HTTP endpoints are supported.
11
| Key | Description | Default |
12
|-----|-------------|---------|
13
| `host` | IP address or hostname of the target HTTP server. | `127.0.0.1` |
14
+| `http_user` | Basic Auth username. | _none_ |
15
+| `http_passwd` | Basic Auth password. Requires `HTTP_user` to be set. | _none_ |
16
+| `port` | TCP port of the target HTTP server. | `80` |
17
18
## Get started
19
0 commit comments