Skip to content

Commit

Permalink
Merge pull request #38 from arooshap/master
Browse files Browse the repository at this point in the history
Disable pprof and expvar before finding a way to only expose it to a …
  • Loading branch information
vkuznet authored Jan 23, 2025
2 parents 1157575 + c046ad5 commit 91ab8e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import (
"runtime"
"time"

_ "expvar" // to be used for monitoring, see https://github.com/divan/expvarmon
_ "net/http/pprof" // profiler, see https://golang.org/pkg/net/http/pprof/
// _ "expvar" // to be used for monitoring, see https://github.com/divan/expvarmon
// _ "net/http/pprof" // profiler, see https://golang.org/pkg/net/http/pprof/
)

// gitVersion of the code shows git hash
Expand Down

0 comments on commit 91ab8e3

Please sign in to comment.