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

Write pprof downloads to object storage #4516

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

Write pprof downloads to object storage #4516

metalmatze opened this issue Apr 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@metalmatze
Copy link
Member

Users can request a .pb.gz pprof file from Parca (report type REPORT_TYPE_PPROF).
These downloads can grow quite large.

We propose not downloading these pprofs via the browser but instead uploading the file to a remote location, similar to the share profile functionality. Parca would expect a pre-signed URL for S3-compatible storage and then upload the file to that location.

Bonus: We can ensure that it also works with a location to a filesystem-based S3 bucket, such that the file gets written to disk.

@metalmatze metalmatze added the enhancement New feature or request label Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant