(feature) Should be possible to enable /debug/pprof
without the additional logging
#2709
Labels
/debug/pprof
without the additional logging
#2709
Requirements
Right now it's necessary to set
debug: true
to get the pprof endpoint to listen. We like to continuously profile everything with Alloy and Pyroscope, but I'd rather not have requests to/metrics
//health
/etc also be logged.How about an
enablePprof
config item? I'll issue a quick PR for discussion, but thought you might have other ideas too...The text was updated successfully, but these errors were encountered: