Skip to content

Commit e7e3083

Browse files
committed
more testing
Signed-off-by: Lynette Miles <[email protected]>
1 parent 27d0aaf commit e7e3083

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pipeline/outputs/opentelemetry.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Only HTTP endpoints are supported.
1616
| `port` | TCP port of the target HTTP server. | `80` |
1717
| `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_ |
1818
| `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`. | `/` |
1923

2024
## Get started
2125

0 commit comments

Comments
 (0)