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

[Bug]: Some traces appear at the end of projects #961

Open
3 of 4 tasks
jverre opened this issue Dec 27, 2024 · 0 comments · Fixed by #944
Open
3 of 4 tasks

[Bug]: Some traces appear at the end of projects #961

jverre opened this issue Dec 27, 2024 · 0 comments · Fixed by #944
Labels
bug Something isn't working

Comments

@jverre
Copy link
Collaborator

jverre commented Dec 27, 2024

What component(s) are affected?

  • Python SDK
  • Opik UI
  • Opik Server
  • Documentation

Opik version

  • Opik version: 1.3.1

Describe the problem

Traces logged to the same project with versions 1.3.0 and 1.3.1 of the Python SDK appear out of order.

Issue:

This is due to the fact that the SDK was using the Python package uuid7 to generate the unique ids that are used to sort traces in the UI. However this package has an issue with the way the ID is generated which caused issues when logging traces from both the Python SDK and the upcoming Typescript SDK.

Resolution

To resolve this issue, we moved to a new library called uuid6 that doesn't have the same issue as the previous library. This change was released in version 1.3.1 of the Python SDK.

If you have already logged traces with version <=1.3.0, we recommend logging traces to a new project so that new traces appear at the top of the page.

@jverre jverre added the bug Something isn't working label Dec 27, 2024
@jverre jverre changed the title [Bug]: Breaking change - Some traces appear at the end of projects [Bug]: Some traces appear at the end of projects Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant