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

feat(pprof): Pprof HTTP server service #1991

Merged
merged 15 commits into from
Nov 19, 2021
Merged

Commits on Nov 19, 2021

  1. internal/httpserver package

    qdm12 committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    477b167 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e631983 View commit details
    Browse the repository at this point in the history
  3. Pprof server as a service

    qdm12 committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    ae26f5d View commit details
    Browse the repository at this point in the history
  4. Add pprof service to node

    qdm12 committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    7808ab2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83238f6 View commit details
    Browse the repository at this point in the history
  6. Add more pprof routes

    qdm12 committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    1a1fda6 View commit details
    Browse the repository at this point in the history
  7. Documentation WIP

    qdm12 committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    a9f2758 View commit details
    Browse the repository at this point in the history
  8. Fix close of closed channel

    qdm12 committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    d87da97 View commit details
    Browse the repository at this point in the history
  9. Add support for /block and /mutex

    - Call `runtime.SetBlockProfileRate`
    - Call `runtime.SetMutexProfileFraction`
    - Parametrable rates
    qdm12 committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    9624ea5 View commit details
    Browse the repository at this point in the history
  10. Configurable pprof server

    - Read from flags
    - Read from TOML config file
    - Update toml files with default values
    qdm12 committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    de96528 View commit details
    Browse the repository at this point in the history
  11. Update documentation

    qdm12 committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    292144e View commit details
    Browse the repository at this point in the history
  12. Fix rebase conflicts

    qdm12 committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    7bef31b View commit details
    Browse the repository at this point in the history
  13. Add license tags

    qdm12 committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    b1a8eb6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8bd126c View commit details
    Browse the repository at this point in the history
  15. Remove pprof to file

    - because it impacts performance if running all the time
    - because you can easily download the file from the http server
    - because it clutters the main code
    qdm12 committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    ffece83 View commit details
    Browse the repository at this point in the history