summaryrefslogtreecommitdiff
path: root/prometheus.go
diff options
context:
space:
mode:
Diffstat (limited to 'prometheus.go')
-rw-r--r--prometheus.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/prometheus.go b/prometheus.go
index c9ac835..333a9fd 100644
--- a/prometheus.go
+++ b/prometheus.go
@@ -2,6 +2,7 @@ package main
import (
"net/http"
+ _ "net/http/pprof"
"github.com/prometheus/client_golang/prometheus"
)