Skip to content

cmd/pprof: can't specify pprof symbolz endpoint #22483

@anacrolix

Description

@anacrolix

There's no option with go tool pprof to specify the endpoint for the symbols. The current method to derive it from the profile path isn't very flexible, such as when the debug/pprof endpoints are wrapped into a deeper path, for example /some/wrapping/path/debug/pprof/. In this case, pprof determines that the symbols will be at /symbolz, when in fact they should be at /some/wrapping/path/debug/pprof/symbol.

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeatureRequestIssues asking for a new feature that does not need a proposal.FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions