-
Notifications
You must be signed in to change notification settings - Fork 1.9k
INFOPLAT-2875: Beholder logs streaming batch config #20175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
👋 kirqz23, thanks for creating this pull request! To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team. Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks! |
This comment was marked as resolved.
This comment was marked as resolved.
|




Add beholder logs streaming config related to batch processor setup. This controls if logs are emitted using OTel
SimpleProcessor(which is synchronous and should not be used on production) orBatchProcessor. There are also other log batch params that control the size of the batch, queue, interval and timeout.