diff --git a/main.go b/main.go index 76fc236..4dc76eb 100644 --- a/main.go +++ b/main.go @@ -23,6 +23,8 @@ import ( "syscall" "time" + _ "net/http/pprof" + "github.com/ianschenck/envflag" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promhttp"