From 60633b7a539683db8b91d67c466356cf81b3724c Mon Sep 17 00:00:00 2001 From: Matthew Heidemann Date: Mon, 16 Dec 2024 06:53:19 -0700 Subject: [PATCH] [chore] Remove max_in_flight_size_mib option (#36707) #### Description Removes `max_in_flight_size_mib` in the Readme since it has been replaced by `admission` settings in the otelarrow receiver. Opted not to add the `admission` options since the config was focused on the exporter/processor but feel free to close if that's the better route. Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com> Co-authored-by: Andrzej Stencel --- exporter/otelarrowexporter/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/exporter/otelarrowexporter/README.md b/exporter/otelarrowexporter/README.md index a4758df6f3e2..2be2a1c4b069 100644 --- a/exporter/otelarrowexporter/README.md +++ b/exporter/otelarrowexporter/README.md @@ -305,5 +305,4 @@ processors: send_batch_max_size: 1500 send_batch_size: 1000 timeout: 1s - max_in_flight_size_mib: 128 ```