Skip to content

Commit

Permalink
[chore] Remove max_in_flight_size_mib option (#36707)
Browse files Browse the repository at this point in the history
#### 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 <[email protected]>
Co-authored-by: Andrzej Stencel <[email protected]>
  • Loading branch information
3 people authored Dec 16, 2024
1 parent 67e8e35 commit be56910
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exporter/otelarrowexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,5 +305,4 @@ processors:
send_batch_max_size: 1500
send_batch_size: 1000
timeout: 1s
max_in_flight_size_mib: 128
```

0 comments on commit be56910

Please sign in to comment.