Skip to content
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

SDK-side log batching #1880

Closed
emilk opened this issue Apr 17, 2023 · 1 comment
Closed

SDK-side log batching #1880

emilk opened this issue Apr 17, 2023 · 1 comment
Assignees
Labels
🦀 Rust API Rust logging API

Comments

@emilk
Copy link
Member

emilk commented Apr 17, 2023

The SDK:s should do batching of data so that we collect log events into a single message. It should be sent after it hits some size limit (e.g. 1MB) or some time limit (e.g. 50ms).

@teh-cmc
Copy link
Member

teh-cmc commented May 4, 2023

Fixed by #1985

@teh-cmc teh-cmc closed this as completed May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🦀 Rust API Rust logging API
Projects
None yet
Development

No branches or pull requests

2 participants