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 349 pyroscope issues
Sort by recently updated
recently updated
newest added

Hello folks, Originally shared this on Slack to confirm was something new, posting here now for better visibility: I wanted to try it out Pyroscope on a Laravel application and...

In order to make user authentication more secure we need to implement refresh tokens with rotation: - https://auth0.com/docs/secure/tokens/refresh-tokens - https://auth0.com/docs/secure/tokens/refresh-tokens/refresh-token-rotation Useful links: - https://dev.to/cotter/localstorage-vs-cookies-all-you-need-to-know-about-storing-jwt-tokens-securely-in-the-front-end-15id Depends on: - https://github.com/pyroscope-io/pyroscope/pull/739 - https://github.com/pyroscope-io/pyroscope/issues/802

frontend
backend
auth

We need a basic mechanism that would allow Pyroscope Server to require the user to change their password. Administrators should be able to request this at any time. This is...

frontend
backend
auth

The user's email must be verified before it can be used for any notifications (such as password recovery). Depends on: #739

enhancement
frontend
backend
auth

We need to extend pyroscope admin CLI to allow creating API keys. At the present time, if internal authentication or the build-in admin account is disabled, it's hard to automate...

backend
auth

Users should be able to restore their passwords via email. Depends on: - #739 - #805 - #804

frontend
backend

Now the pyroscope server provides both injestion and web ui api, and it's very easy to install the server. But considering the a lot of applications in a company use...

discussion
backend
ops

Currently we handle error notifications in the thunk, which turns out to not be the best design, since it's really the caller that knows best how to handle a failure...

frontend

Pyroscope supports only predefined profile types: `cpu`, `inuse_objects`, `alloc_memory`, etc. Based on the profile type, pyroscope determines the following parameters: - Whether the profile is _cumulative_ or not. At the...

enhancement
backend

## Background Pyroscope API has been growing over time in an unstructured manner, which will make it harder to maintain over time. Some of the problems it currently shows: -...

discussion
backend
🛠. refactoring