feat(issues): Add more samples links to Slow DB Query evidence#114938
Open
feat(issues): Add more samples links to Slow DB Query evidence#114938
Conversation
…y evidence The slow DB query issue detail page only showed the raw SQL and duration impact with no way to dig deeper. This adds a card-style query display with a footer containing View Summary (links to the backend queries dashboard) and More Samples (links to explore/traces filtered by span description). Reuses SpanSummaryLink and getSearchInExploreTarget from the trace drawer so the behavior matches what you get when clicking a span there. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
📊 Type Coverage Diff✅ No new type safety issues introduced. Coverage: 93.40% |
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.
Adds View Summary and More Samples links to the Slow DB Query issue evidence section so you can jump to the backend queries dashboard or explore/traces without having to open the trace first.
before
after
couldn't really figure out how to have it make sense without a border because of the collapse fade to white.