summaryrefslogtreecommitdiff
path: root/prometheus.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-10-16 17:43:28 +0200
committerDimitri Sokolyuk <demon@dim13.org>2016-10-16 17:43:28 +0200
commitf73e6f38581d9cdfb10e3fb6409ea1894e18b39b (patch)
tree01b595c07b35fdc368ff8b774988df1292f8f9c0 /prometheus.go
parent0d1de95de5bd31de756f7b764e63baad2b6e928c (diff)
Cleanup
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"
)