Fix prometheus_client reload behavior

fixes #2282
This commit is contained in:
Cameron Sparr
2017-01-21 15:37:53 -08:00
parent 25c55419df
commit 54c9a385d5
4 changed files with 19 additions and 19 deletions

View File

@@ -398,5 +398,6 @@ func (a *Agent) Run(shutdown chan struct{}) error {
}
wg.Wait()
a.Close()
return nil
}