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

Add line breakdown API #3220

Open
kolesnikovae opened this issue Apr 15, 2024 · 0 comments
Open

Add line breakdown API #3220

kolesnikovae opened this issue Apr 15, 2024 · 0 comments
Labels
backend Mostly go code enhancement New feature or request

Comments

@kolesnikovae
Copy link
Collaborator

We're using pprof query API in order to get breakdown by lines for a specific function. This approach is quite limited (it does not work in sandwich view, and can't be used for e.g., call graphs) and may cause performance issues. See the issue (private) in the app plugin repositry for details.

I propose to add use-case specific API that retrieves per line/location statistics for a given call site or function.

@kolesnikovae kolesnikovae added enhancement New feature or request backend Mostly go code labels Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Mostly go code enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant