You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pipeline/outputs/opentelemetry.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Important Note: At the moment only HTTP endpoints are supported.
15
15
| http_passwd | Basic Auth Password. Requires HTTP_user to be set ||
16
16
| port | TCP port of the target HTTP Server | 80 |
17
17
| proxy | Specify an HTTP Proxy. The expected format of this value is `http://HOST:PORT`. Note that HTTPS is **not** currently supported. It is recommended not to set this and to configure the [HTTP proxy environment variables](https://docs.fluentbit.io/manual/administration/http-proxy) instead as they support both HTTP and HTTPS. ||
18
-
| http2 |It defines whether HTTP/2 protocol is enabled. It also supports `force` which will force http2 over a plaintext connection. | On |
18
+
| http2 |Defines whether HTTP/2 protocol is enabled. This setting also supports the `force`option, which forces HTTP/2 over a plaintext connection. | On |
19
19
| grpc | Enable gRPC over HTTP/2. It doesn't work for other HTTP versions. | off |
20
20
| metrics_uri | Specify an optional HTTP URI for the target web server listening for metrics, e.g: /v1/metrics | / |
21
21
| logs_uri | Specify an optional HTTP URI for the target web server listening for logs, e.g: /v1/logs | / |
0 commit comments