diff --git a/probe/endpoint/reporter.go b/probe/endpoint/reporter.go index 562bedc41..0712db5ad 100644 --- a/probe/endpoint/reporter.go +++ b/probe/endpoint/reporter.go @@ -9,6 +9,7 @@ import ( "github.com/prometheus/client_golang/prometheus" + log "github.com/Sirupsen/logrus" "github.com/weaveworks/scope/probe/endpoint/procspy" "github.com/weaveworks/scope/probe/process" "github.com/weaveworks/scope/report"