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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,10 @@ Only HTTP endpoints are supported.
16
16
|`port`| TCP port of the target HTTP server. |`80`|
17
17
|`proxy`| Specify an HTTP Proxy. The expected format value is `http://HOST:PORT`. HTTPS isn't supported. It's recommended to configure the [HTTP proxy environment variables](https://docs.fluentbit.io/manual/administration/http-proxy) instead as they support both HTTP and HTTPS. |_none_|
18
18
|`http2`| Defines whether HTTP/2 protocol is enabled. This setting also supports the `force` option, which forces HTTP/2 over a plain text connection. |`On`|
19
+
|`grpc`| Enables gRPC over an HTTP/2 connection. This setting applies to HTTP/2 only. |`off`|
20
+
|`metrics_uri`| Specify an optional HTTP URI for the target web server listening for metrics. For example, `/v1/metrics`. |`/`|
21
+
|`logs_uri`| Specify an optional HTTP URI for the target web server listening for logs, For example, `/v1/logs`. |`/`|
22
+
|`traces_uri`| Specify an optional HTTP URI for the target web server listening for traces, For example, `/v1/traces`. |`/`|
0 commit comments