pyroscope icon indicating copy to clipboard operation
pyroscope copied to clipboard

Continuous Profiling Platform. Debug performance issues down to a single line of code

Results 524 pyroscope issues
Sort by recently updated
recently updated
newest added

A common question 'is what do "Self/Total" mean?' ![image](https://user-images.githubusercontent.com/6951209/178295703-9516640a-f233-47b4-80a7-712008eec9d7.png) @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...

frontend

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...

good first issue
frontend

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.

frontend

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...

backend

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

frontend

![localhost_4040_settings_config](https://user-images.githubusercontent.com/1481491/163667284-52daddd0-c942-431c-93f7-a49504bdf589.png)

has conflicts

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...

frontend

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! ![image (27)](https://user-images.githubusercontent.com/6951209/139847662-e5c984a5-5a00-4e7b-a4de-aceceee3c26d.png)

frontend