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

fix trace:id search for ids less than 128 bit #4718

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

ie-pham
Copy link
Contributor

@ie-pham ie-pham commented Feb 17, 2025

What this PR does: trace:id queries were not working because of inconsistent trimming in bytes predicate caused by this PR

Which issue(s) this PR fixes:
Fixes #4437

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

@mdisibio
Copy link
Contributor

This seems like a case where it's not much code, but it's hard to keep know if everything is aligned (i.e. this mentions trace:id but the change involves link:spanid), let's add some tests in tempodb_search_test.go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Traces with 64 bit IDs cannot be queried by trace:id
2 participants