pyroscope
pyroscope copied to clipboard
Continuous Profiling Platform. Debug performance issues down to a single line of code
A common question 'is what do "Self/Total" mean?'  @petethepig's explained in [Slack](https://pyroscope.slack.com/archives/C01FJRYENPQ/p1654057914911199?thread_ts=1654052490.571829&cid=C01FJRYENPQ): > **self** means the amount of time spent within a function, excluding delegations to other functions, and...
Related to #819 Currently collapsed sidebar has two small problems: 1. The little triangle doesn't match color of the highlighted sidebar item 2. the popup itself blends in a little...
The logo does this little jump when resizing the sidebar. We should find a way to make it not do that: https://user-images.githubusercontent.com/23323466/178180385-334f489a-163c-4f5d-b75e-21117ee9d7e0.mp4
This should be done as a follow up to #1201 In [FlameQL](https://pyroscope.io/docs/flameql/) we allow for AND and OR queries (amongst other things). Long term, as we continue to build on...
https://github.com/pyroscope-io/pyroscope/blob/main/webapp/javascript/index.jsx#L77-L83 Plus it's wrapped by ``, even though it's not a continuous page.
Currently it's only possible via the admin command. We should add this functionality to the HTTP controller. We should make it so that it requires authentication. If there's no authentication...
I don't know where to put this but we should have some functionality on the frontend that would allow deletion of apps. This issue depends on this backend issue #1223

currently the table is unlimited in how high it should get. I think even if its a large value we should start scrolling data in the table after it reaches...
Feature originally developed in https://github.com/pyroscope-io/pyroscope/pull/333 Here's an example posted in slack: The user is running 0.2.4 but the message says 0.2.3 is the latest version! 