We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
net/http/pprof
1 parent 450ea06 commit edc5439Copy full SHA for edc5439
main.go
@@ -21,7 +21,6 @@ import (
21
"github.com/steadybit/extension-kit/extruntime"
22
"github.com/steadybit/extension-kit/extsignals"
23
_ "go.uber.org/automaxprocs" // Importing automaxprocs automatically adjusts GOMAXPROCS.
24
- _ "net/http/pprof" //allow pprof
25
)
26
27
func main() {
0 commit comments