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

[feature] Allow of hiding of particular stack trace #126

Open
simonswine opened this issue Aug 21, 2024 · 0 comments
Open

[feature] Allow of hiding of particular stack trace #126

simonswine opened this issue Aug 21, 2024 · 0 comments
Labels
needs refinement The issue is confirmed but it needs prioritising and a better definition of the criteria

Comments

@simonswine
Copy link
Contributor

Feature description

Is your feature request related to a problem? Please describe.

In a flame graph it sometimes can be quite tricky to spot the part of the code/component you actually want to investigate on: A component might serve multiple roles, but you are only interested in one of them.

Describe the solution you'd like

In the same way that we can currently focus on a box in the flame graph or row in the table, we should be able to hide stacks that pass through that box/row.

Alternatives considered

Filtering on collection could be an option, but ideally there should be a very dynamic way of hiding aspects the user is not interested in. Also filter on collection is not reverseable, so there is no way to know when the filter hide the actual problem.

Additional context

This is likely something we need to modify the flame graph component in Grafana itself.

@grafakus grafakus added the needs refinement The issue is confirmed but it needs prioritising and a better definition of the criteria label Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs refinement The issue is confirmed but it needs prioritising and a better definition of the criteria
Projects
None yet
Development

No branches or pull requests

2 participants