From bdeee0940647359a7dfc6cfb27684abcf8e4da67 Mon Sep 17 00:00:00 2001 From: Andreas Gerstmayr Date: Thu, 30 Nov 2023 00:35:06 +0100 Subject: [PATCH] [docs] Document max_request_body_size setting of HTTPServerSettings (#9014) Document `max_request_body_size` setting of `HTTPServerSettings`: https://github.com/open-telemetry/opentelemetry-collector/blob/daef971a0b3087ed76ebe9fd4793877b41b65306/config/confighttp/confighttp.go#L241 Signed-off-by: Andreas Gerstmayr --- config/confighttp/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/config/confighttp/README.md b/config/confighttp/README.md index 2249f6c72db..a3794ceeed1 100644 --- a/config/confighttp/README.md +++ b/config/confighttp/README.md @@ -69,6 +69,7 @@ will not be enabled. header, allowing clients to cache the response to CORS preflight requests. If not set, browsers use a default of 5 seconds. - `endpoint`: Valid value syntax available [here](https://github.com/grpc/grpc/blob/master/doc/naming.md) +- `max_request_body_size`: configures the maximum allowed body size in bytes for a single request. Default: `0` (no restriction) - [`tls`](../configtls/README.md) - [`auth`](../configauth/README.md)