fix(ourlogs): hide timestamp.sequence field - #120452
Merged
JoshuaKGoldberg merged 1 commit intoJul 29, 2026
Merged
Conversation
The backend exposes a timestamp.sequence attribute used to break log ordering ties. It's an internal ordering aid, so hide it from the logs explore UI like the other internal timestamp fields.
JoshuaKGoldberg
marked this pull request as ready for review
July 23, 2026 15:46
adrianviquez
approved these changes
Jul 23, 2026
k-fish
approved these changes
Jul 28, 2026
JoshuaKGoldberg
deleted the
joshgoldberg/logs-569-frontend-timestamp-sequence
branch
July 29, 2026 14:55
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#120451 will expose an internal
timestamp.sequenceattribute used to break log ordering ties when logs share an identicaltimestamp_precise. It's an ordering aid, not something users should see, so this hides it from the logs UI alongside the other internal timestamp fields.This PR should land first, before #120451, so users never see the field.
Closes LOGS-569.