From 7eaf2d4c4043eebd3a502b9cc74ff6d2edd26c48 Mon Sep 17 00:00:00 2001 From: lecaros Date: Tue, 26 Nov 2024 14:51:17 -0300 Subject: [PATCH] out_opentelemetry: clarify grpc for other HTTP versions Signed-off-by: lecaros --- pipeline/outputs/opentelemetry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/outputs/opentelemetry.md b/pipeline/outputs/opentelemetry.md index 2c80a88d5..4ca7cdcd7 100644 --- a/pipeline/outputs/opentelemetry.md +++ b/pipeline/outputs/opentelemetry.md @@ -16,7 +16,7 @@ Important Note: At the moment only HTTP endpoints are supported. | port | TCP port of the target HTTP Server | 80 | | 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. | | | http2 | It defines whether HTTP/2 protocol is enabled. It also supports `force` which will force http2 over a plaintext connection. | On | -| grpc | Enable gRPC over http2. | off | +| grpc | Enable gRPC over HTTP/2. It doesn't work for other HTTP versions. | off | | metrics_uri | Specify an optional HTTP URI for the target web server listening for metrics, e.g: /v1/metrics | / | | logs_uri | Specify an optional HTTP URI for the target web server listening for logs, e.g: /v1/logs | / | | traces_uri | Specify an optional HTTP URI for the target web server listening for traces, e.g: /v1/traces | / |