Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

[feature] add pprof functionality to allow better analysis of Sherpa #123

Closed
jrasell opened this issue Jan 3, 2020 · 0 comments · Fixed by #124
Closed

[feature] add pprof functionality to allow better analysis of Sherpa #123

jrasell opened this issue Jan 3, 2020 · 0 comments · Fixed by #124
Labels
kind/enhancement Issues relating to enhancements

Comments

@jrasell
Copy link
Owner

jrasell commented Jan 3, 2020

Is your feature request related to a problem? Please describe.
Currently only the sherpa runtime metrics and log messages can provide insights into the Sherpa server performance. It would be beneficial to have a method which allows better insights into the Sherpa server performance and behaviour.

Describe the solution you'd like.
It would be ideal to have an option to enable pprof for visualization and analysis of a running Sherpa server. This will help identify bottlenecks or edge cases as well as help optimize the server.

stdlib link - https://golang.org/pkg/net/http/pprof/
Google Github link - https://github.com/google/pprof

@jrasell jrasell added the kind/enhancement Issues relating to enhancements label Jan 3, 2020
jrasell added a commit that referenced this issue Jan 5, 2020
Add pprof Debug routes for Sherpa server profiling.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/enhancement Issues relating to enhancements
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant