-
Notifications
You must be signed in to change notification settings - Fork 212
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
[OPIK-133] [SDK] Implement batching for trace creation #790
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add a new e2e test where 2 tracked functions are called in a row (in the 2 traces with one span each should be created).
Our SDK is very sensitive to this feature, so it would be nice to have such a test.
sdks/python/src/opik/message_processing/batching/create_message_batcher.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice 👍
And good work on outdated/incorrect tests update.
Details
Added batch processing and sending for "create trace" messages.
Testing
Test are added/updated.