[go: up one dir, main page]

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

Allow exporting via signed URL #4666

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Allow exporting via signed URL #4666

wants to merge 2 commits into from

Commits on May 28, 2024

  1. Allow exporting via signed URL

    This patch deprecates the pprof report type for a more generic export
    type, which both extends the functionality to allow for more formats to
    be possible in the future as well as allow either serving the download
    content inline in the response like the pprof report does, or if Parca
    is configured this way, then upload the export to object storage and
    serve a download URL that is a signed URL from object storage.
    brancz committed May 28, 2024
    Configuration menu
    Copy the full SHA
    2117505 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dc5e7d View commit details
    Browse the repository at this point in the history