Merge pull request 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

View File

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