Skip to content

Commit 7eaf2d4

Browse files
committed
out_opentelemetry: clarify grpc for other HTTP versions
Signed-off-by: lecaros <[email protected]>
1 parent 3efb100 commit 7eaf2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/outputs/opentelemetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Important Note: At the moment only HTTP endpoints are supported.
1616
| port | TCP port of the target HTTP Server | 80 |
1717
| 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. | |
1818
| http2 | It defines whether HTTP/2 protocol is enabled. It also supports `force` which will force http2 over a plaintext connection. | On |
19-
| grpc | Enable gRPC over http2. | off |
19+
| grpc | Enable gRPC over HTTP/2. It doesn't work for other HTTP versions. | off |
2020
| metrics_uri | Specify an optional HTTP URI for the target web server listening for metrics, e.g: /v1/metrics | / |
2121
| logs_uri | Specify an optional HTTP URI for the target web server listening for logs, e.g: /v1/logs | / |
2222
| traces_uri | Specify an optional HTTP URI for the target web server listening for traces, e.g: /v1/traces | / |

0 commit comments

Comments
 (0)