Skip to content

Commit

Permalink
[docs] Document max_request_body_size setting of HTTPServerSettings (#…
Browse files Browse the repository at this point in the history
…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 <agerstmayr@redhat.com>
  • Loading branch information
andreasgerstmayr committed Nov 29, 2023
1 parent daef971 commit bdeee09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/confighttp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit bdeee09

Please sign in to comment.