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

feat: add namespace to calltree + analysis #299

Closed
lcottercertinia opened this issue Jun 23, 2023 · 0 comments · Fixed by #473
Closed

feat: add namespace to calltree + analysis #299

lcottercertinia opened this issue Jun 23, 2023 · 0 comments · Fixed by #473
Assignees
Labels
enhancement New feature or request epic
Milestone

Comments

@lcottercertinia
Copy link
Collaborator

lcottercertinia commented Jun 23, 2023

Is your feature request related to a problem?

Being apply to filter and group by namespace on the call tree and analysis view would be really useful for analysing which packages have the most time spent in them

For the parser changes ensure we use Memoization to improve performance and avoid over parsing.
The namespace patterns tend to be the same.
All log events should have a namespace associated or be in the default namespace (unmanaged).
If we were to aggregate namespace a parent could have multiple e.g a caller would be in a single namespace but have children from many different ones.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request epic
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant