FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ui: Fix focusing on series in the metrics graph by yomete · Pull Request #6074 · parca-dev/parca · GitHub

ui: Fix focusing on series in the metrics graph - #6074

Merged
yomete merged 1 commit into
mainfrom
series-focusing
Nov 27, 2025
Merged

ui: Fix focusing on series in the metrics graph#6074
yomete merged 1 commit into
mainfrom
series-focusing

Conversation

yomete commented Nov 27, 2025

Copy link
Copy Markdown
Contributor

Using the right click menu to focus on a series only added the label matchers but doesn't run the query.

This fixes it by modifying the MetricsGraphSection and ProfileSelector to use the commitDraft function for applying label matcher filters essentially triggering a query search.

Updated MetricsGraphSection and ProfileSelector to use the commitDraft function for applying label matcher filters from the metrics graph.
yomete requested a review from a team as a code owner November 27, 2025 11:49

alwaysmeticulous Bot commented Nov 27, 2025
edited
Loading

Copy link
Copy Markdown

✅ Meticulous spotted 0 visual differences across 317 screens tested: view results.

Meticulous evaluated ~4 hours of user flows against your PR.

Expected differences? Click here. Last updated for commit 951c99d. This comment will update as new commits are pushed.


// Draft setters (update local state only)
setDraftExpression: (expression: string, commit?: boolean) => void;
setDraftExpression: (expression: string) => void;

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

we never use this commit boolean anywhere so removing it

yomete merged commit 2c26826 into main Nov 27, 2025
38 checks passed
yomete deleted the series-focusing branch February 13, 2026 10:45
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL