Skip to content

Commit f5d285d

Browse files
out_opentelemetry: Add docs for http2 and grpc options (#1521)
* out_opentelemetry: add docs for http2 and grpc options. Signed-off-by: lecaros <[email protected]> * out_opentelemetry: clarify grpc for other HTTP versions Signed-off-by: lecaros <[email protected]> * out_opentelemetry: change http2 definition Co-authored-by: Adam Locke <[email protected]> Signed-off-by: José Lecaros <[email protected]> * out_opentelemetry: improve grpc definition Co-authored-by: Adam Locke <[email protected]> Signed-off-by: José Lecaros <[email protected]> --------- Signed-off-by: lecaros <[email protected]> Signed-off-by: José Lecaros <[email protected]> Co-authored-by: Adam Locke <[email protected]>
1 parent 0cc48ac commit f5d285d

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
@@ -15,6 +15,8 @@ Important Note: At the moment only HTTP endpoints are supported.
1515
| http_passwd | Basic Auth Password. Requires HTTP_user to be set | |
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. | |
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+
| grpc | Enables gRPC over an HTTP/2 connection. This setting applies to HTTP/2 only. | off |
1820
| metrics_uri | Specify an optional HTTP URI for the target web server listening for metrics, e.g: /v1/metrics | / |
1921
| logs_uri | Specify an optional HTTP URI for the target web server listening for logs, e.g: /v1/logs | / |
2022
| traces_uri | Specify an optional HTTP URI for the target web server listening for traces, e.g: /v1/traces | / |

0 commit comments

Comments
 (0)