Merge pull request #60 from prometheus/feature/pprof-insight

Incorporate pprof HTTP debugging handler.
This commit is contained in:
juliusv 2013-02-05 09:06:11 -08:00
commit b20fb74798
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ import (
"github.com/prometheus/prometheus/storage/metric/leveldb"
"log"
"net/http"
_ "net/http/pprof"
"os"
"os/signal"
)