Skip to content

Commit

Permalink
out_opentelemetry: clarify grpc for other HTTP versions
Browse files Browse the repository at this point in the history
Signed-off-by: lecaros <[email protected]>
  • Loading branch information
lecaros committed Nov 26, 2024
1 parent 3efb100 commit 7eaf2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/outputs/opentelemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | / |
Expand Down

0 comments on commit 7eaf2d4

Please sign in to comment.