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): Allow enabling pprof endpoint separately from debug flag #2710

Merged

Conversation

hairyhenderson
Copy link
Contributor

Description

See #2709

Closes issue(s)

Resolve #2709

Checklist

  • I have tested this code
  • I have added unit test to cover this code
  • I have updated the documentation (README.md and /website/docs)
  • I have followed the contributing guide

Copy link

netlify bot commented Nov 22, 2024

Deploy Preview for go-feature-flag-doc-preview ready!

Name Link
🔨 Latest commit 8f6c361
🔍 Latest deploy log https://app.netlify.com/sites/go-feature-flag-doc-preview/deploys/6741b26281c6bf0008dc1634
😎 Deploy Preview https://deploy-preview-2710--go-feature-flag-doc-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Owner

@thomaspoignant thomaspoignant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this PR @hairyhenderson.
I just added a bit of documentation but except that it is perfect 👌

Copy link

codecov bot commented Nov 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.73%. Comparing base (924c691) to head (8f6c361).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2710   +/-   ##
=======================================
  Coverage   84.73%   84.73%           
=======================================
  Files         111      111           
  Lines        5162     5162           
=======================================
  Hits         4374     4374           
  Misses        624      624           
  Partials      164      164           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@kodiakhq kodiakhq bot merged commit 42aa171 into thomaspoignant:main Nov 23, 2024
22 checks passed
@hairyhenderson hairyhenderson deleted the separate-pprof-config-2709 branch November 23, 2024 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(feature) Should be possible to enable /debug/pprof without the additional logging
2 participants