Skip to content

Remove profile listener #648

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

Closed

Conversation

javierhonduco
Copy link
Contributor

The profile listener was used to intercept profile writes when downloading pprof files from the UI. This functionality has been removed in #627, and if we decide to add something like this back, we will probably save the pprof files directly to the FS, just before they are sent to the async client, avoiding the need for this wrapper.

@brancz
Copy link
Member

brancz commented Aug 2, 2022

It makes sense to remove for now, but I would recommend to have something HTTP based for debugging purposes when we reintroduce this instead of something FS based. It tends to be much more difficult to have FS access than let's say do a port-forward in Kubernetes.

Copy link
Member

@kakkoyun kakkoyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think, as Frederic suggested, we should keep the existing functionality. We're not in a hurry we still have time until we cut the next release. Let's have the UI back.

@javierhonduco
Copy link
Contributor Author

Sure thing, we can re-add this feature

@javierhonduco javierhonduco deleted the remove-profile-listener branch August 2, 2022 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants