| Index: monitoring/go/prober/main.go
|
| diff --git a/monitoring/go/prober/main.go b/monitoring/go/prober/main.go
|
| index 1add8210e37e0a60b8024c7ba7e9f6d1e35bcfb6..76b4af1f1ae216323a638b1dea2724dffacc31fe 100644
|
| --- a/monitoring/go/prober/main.go
|
| +++ b/monitoring/go/prober/main.go
|
| @@ -16,11 +16,8 @@ import (
|
| "strings"
|
| "time"
|
|
|
| - "github.com/rcrowley/go-metrics"
|
| -)
|
| -
|
| -import (
|
| "github.com/golang/glog"
|
| + "github.com/rcrowley/go-metrics"
|
| )
|
|
|
| var (
|
| @@ -213,6 +210,7 @@ func monitorIssueTracker() {
|
|
|
| func main() {
|
| flag.Parse()
|
| + defer glog.Flush()
|
| go monitorIssueTracker()
|
| glog.Infoln("Looking for Carbon server.")
|
| addr, err := net.ResolveTCPAddr("tcp", *carbon)
|
|
|