cmd/pprof: can't specify pprof symbolz endpoint #22483
Labels
FeatureRequest
Issues asking for a new feature that does not need a proposal.
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
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 thedebug/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
.The text was updated successfully, but these errors were encountered: