Update metrics.go

This commit is contained in:
Clayton Jacobs 2018-06-11 19:03:24 +08:00 committed by GitHub
parent 84ca056e3e
commit 92812006b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,4 +86,4 @@ func CollectProcessMetrics(refresh time.Duration) {
}
time.Sleep(refresh)
}
}
}