You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Use Cases
logging on the browser side can be expensive if every single logs generates an http request to the http_server sink. Having a batching strategy would reduce the need to make individual requests for every single log event.
Attempted Solutions
No response
Proposal
No response
References
No response
Version
master
The text was updated successfully, but these errors were encountered:
The http_server allows for batches of events to be sent by configuring framing.method to indicate how the events are split up. The most common split would be newline_delimited. That is the config would look like:
A note for the community
Use Cases
logging on the browser side can be expensive if every single logs generates an http request to the http_server sink. Having a batching strategy would reduce the need to make individual requests for every single log event.
Attempted Solutions
No response
Proposal
No response
References
No response
Version
master
The text was updated successfully, but these errors were encountered: