Skip to content

Commit 27d0aaf

Browse files
committed
more testing
Signed-off-by: Lynette Miles <[email protected]>
1 parent 3624913 commit 27d0aaf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pipeline/outputs/opentelemetry.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Only HTTP endpoints are supported.
1414
| `http_user` | Basic Auth username. | _none_ |
1515
| `http_passwd` | Basic Auth password. Requires `HTTP_user` to be set. | _none_ |
1616
| `port` | TCP port of the target HTTP server. | `80` |
17+
| `proxy` | Specify an HTTP Proxy. The expected format value is `http://HOST:PORT`. HTTPS isn't supported. It's recommended to configure the [HTTP proxy environment variables](https://docs.fluentbit.io/manual/administration/http-proxy) instead as they support both HTTP and HTTPS. | _none_ |
18+
| `http2` | Defines whether HTTP/2 protocol is enabled. This setting also supports the `force` option, which forces HTTP/2 over a plain text connection. | `On` |
1719

1820
## Get started
1921

0 commit comments

Comments
 (0)