@cryptotaxi247 / kubo / commits / c24f421bf

Add Go runtime metrics to expvar

Tommi Virtanen committed Apr 28, 2015 at 18:31 UTC c24f421bff9686cb487e9376ba212a37539f6386
1 file changed +1
cmd/ipfs/daemon.go
+1
@@ -3,6 +3,7 @@ package main
3 import (
4 _ "expvar"
5 "fmt"
6 + _ "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/codahale/metrics/runtime"
7 "net/http"
8 _ "net/http/pprof"
9 "os"